Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Search
-
Re: Modeling a Square Tube in different ways to lear featurescript
@emerson_bottero opExtrude doesn't need BodyType option. If you pass it edges in the "entities" field, it will make surfaces: https://cad.onshape.com/FsDoc/library.html#opExtrude-Context-Id-map If you post the URL of your document here, we'll be happy to take a look at why that extrude() is failing. -
Re: Modeling a Square Tube in different ways to lear featurescript
Ok. First 15 min to respond ! :D . You Rock. 2 - you nail it. I'm using opExtrude. 3 - using extrude because didn't found BodyType option in opExtrude. extrude(context, id + "extrude1", { "bodyType": ToolBodyType.SURFACE, "surfaceEntities" : qCreatedBy(id + "sketch1", EntityType.EDGE), "endBound" : BoundingType.BLIND,…
2 results