-
update input-field by Editing Logic Function
In the feature script, a parameter 'myCount' is limited less than or equal to another parameter 'maxOfMyCount' by Editing Logic Function. https://cad.onshape.com/documents/bbe6f3ebb09eeeb200d9910f/v/9b806f66e23d3aee383b311e/e/c668a5d31e04466e5c8ebe6b?renderMode=0&uiState=676647ee9e78ce632fb5fa42 When I change 'myCount' to…
-
is it posable to move parts between part studios
-
EDITING TOOLS IN ONSHAPE DRAWINGS
I'm trying to edit my custom drawing template and I need to draw and edit lines etc.. I need to copy lines or boxes, offset them, move them, scale them etc Where are these tools?
-
Can mass properties of parts be accessed in the context of an assembly?
I'm looking to export a list of mass, volume and centroid of all of the parts in an assembly. As far as I can tell endpoint: /assemblies/d/{did}/{wvm}/{wvmid}/e/{eid}/massproperties, only allows to show the mass properties of the entire assembly. From there I explored getting the assembly definition, and looping over every…
-
Rethinking SolidWorks
I've been teaching CAD using SW for three decades. My colleagues and I will be meeting Wed. to weigh the pros and cons of Fusion, SolidWorks, OnShape. These issues are important to me: Instant Tech support. I have SW in my contacts and sometimes I even call them while in class if we are having trouble modeling something.…
-
Order of split body parts
Hi, I have a simple rectangular part which is split into a number of sections using planes and opSPlitPart. After the splits I need to walk the generated parts in the order in which they were created. My body which is split is definition.intersect and I currently have the following code: for (var body in…
-
Drawing wont extrude, even though it is a closed loop.
I cant get this drawing to extrude, but can't find a reason why. Any help please :) https://cad.onshape.com/documents/b6a77477d26270dfebd94fa3/w/cc067b9afabba31742e5c70f/e/be032e8e871937259303f5f8
-
How do I extrude this spline sketch?
Hello, I am a student and beginner to onshape and traced an image with the spline tool. I thought I did it correctly, however, I cannot extrude my sketch as a solid and I can only extrude it as a surface. Here is a link to my sketch.…
-
Accessing students work
Are you able to access students work on my teacher computer to assist them while the student is currently working on the same file or does the student have to submit the file before the teacher can access it?
-
Bill of Materials and FeatureScript
I'm using FeatureScript to create a pattern of a part. However, when assembled, these patterned parts aren't being recognized as identical in the BOM. This isn't necessarily a problem if I could configure the quantity property, but that isn't the case. I am aware I could add a custom part property and enter the quantity…
-
New Custom Feature: Slot
I'm sure there are plenty of slot custom features out there. Well, here's another one. Creates straight or arc slots with counterbores, chamfers and works with sheet metal. https://cad.onshape.com/documents/ff3aa235d557128c1514178f
-
External thread menu
Hi Unfortunately I found that the "External thread" feature disappeared from my Onshape. I'll appreciate to receive your advise Amir Livneh
-
Créer un document
Bonjour, je suis nouveau et j'essai de créer un document mais cela ne fonctionne pas, j'ai un message qui dit que Onshape n'est pas connecté. Votre document est enregistré et plus rien , rien ne s'ouvre pour commencer un dessin. Après avoir nommé mon document si je clic dans le bas créer un document public, j'obtiens le…
-
How do I change what I have currently into this wheel ?
-
How to Linear Pattern a Slot across a Face
Hi, I want to linear Pattern a slot across a face. This is my work flow. Sketch, Remove Material, Linear Pattern. I've done this many times in other CAD packages but can't figure out how to do it here. I want the slot to multiply across the rest of the part, but as you can see it stops if it is not a "full pattern", even…
-
Configurable text item (Sticker or Padprint)
Hi there, I'd like to configure a product with different sticker or padprint options. The great thing is, I can also specify a surface as a part. However when I want to use a text with different letters I get a ton of parts for each letter of the text. Unfortunately I cannot use boolean operations since the letters are not…
-
FeatureScript Editing Logic: Array Indices Not Updating Properly
Objectives: I am working on a FeatureScript called "Base Array Numbering", which assigns an incremental index to each element of an array. The indices should always start from 1 and update automatically whenever the user adds or removes elements. The feature uses: Editing Logic Function (showLogic) to dynamically…
-
How do I resolve this ?
I need to resolve this sketch but it is not letting me, keeps saying it did not regenerate properly and a self intersecting part
-
Pattern & Sweep (New Custom Feature!)
Pattern & Sweep (New Custom Feature!) https://cad.onshape.com/documents/76442daf92ce43df74883ec6/w/2f4ea4d52c5fb26051e11c55/e/d072106a68c04fc5d0a6862c How to add a custom feature to your toolbar:
-
How to make a wing with a point?
I am trying to figure out how to make a wing that goes to a point. So far I made the top down view, which is basically a triangle, and then have the airfoil sketch at the wide end of the triangle. But I can't figure how to use loft to make this shape?
-
Features in linear pattern not generating consistently
Workspace in question: https://cad.onshape.com/documents/271f21901617d414379deeff/w/cd5ff1694f30cd815e7a7fa2/e/733c305ecad3fb11e6906bf2?configuration=AR%3D3.5%3BRibCount%3D4.0%3BS%3D4.5%3BTR%3D0.6&renderMode=0&uiState=6760e71a37f4be1332ee59be "Linear pattern 5" includes, among other features, "Mate connector 2" and "3.2 mm…
-
Noob question
We have enterprise. Students I've added to the classroom and use the SSO to access account no longer can create documents. The CREATE button will not allow them to create a document. I cannot figure out how to change this setting. I see a global setting that says allow students to save to root folder but that doesn't seem…
-
Problem with drawing
I wanted to make some adjustments to my drawing, however now this is all that it shows. Any idea how I can fix this problem? I would appreciate every helpful comment, thanks in advance for any suggestions.
-
opHole Examples
I thought that incorporating a hole feature within a FeatureScript I am writing would be more helpful than the same size hole extruded and cut since I want the end result to be a tapped hole. The value will always be the same since this is for a company standard. I went to the Standard Library Documentation and was almost…
-
How can I query the faces that highlight when I pick a feature?
qCreatedyBy() works for things like Extrude and Revolve because those are creating geometry. It doesn't work for things like Move Face and External Thread because those only modify existing geometry. However if I click on a Move Face or External Thread feature in a Part Studio it highlights the relevant faces. Is there a…
-
Center point circle won't define
I followed the example exactly as shown in the official onshape help page at https://cad.onshape.com/help/Content/sketch-tools-circle_center_radius.htm However, no matter what I do, the sketch I created of one circle continues to say "sketch is not fully defined. Please tell me what I am not clicking after I create the…
-
Is there a trick to getting constrained orbit to work via the ALT key?
I'm new to Onshape. Running Chrome on Windows 10. In preferences, I've selected "Onshape (default)" for "mouse controls". ALT + RMB drag does not result in constrained rotation. Holding the ALT key down doesn't seem to change the behavior at all. Rotation/orbit occurs about all axes. I've tried both ALT keys. Same problem…
-
Shell entire object, not just one section
I'm trying to create a bottle but I'm not able to shell the entire object, it's only shelling the second extrusion where the threads will go. Anyone know how to make it shell the entire bottle?
-
Milk Crate FeatureScript Fundamentals Error
Today I was working through the Advanced Topics / Exercise: Milk Crate Capstone Project and I ran into an error I have been unable to solve. On Slide 12 of the tutorial it says to commit and test the feature, where you will be able to view the lattice in its correct position. I didn't receive an error, but the part never…
-
Mate connector "sheet into corner"
I am having a hard time to connect an angle sheet with another sheet metal. I also tried to make helper planes but I dont know how I can access them with the "mate" tool. https://cad.onshape.com/documents/b7a798b9398ad1ddc5f891fb/w/21345690468c23d6707854c4/e/f9545be33ad12c8cbe3cd53a V5 The 2 parts are called…