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.
Jacob_Corder PRO
Reactions
-
Re: typeof?
you can use this If(myVar is Plane) { } else if(myVar is Query { } elseif(myVar is Array) { } else if(myVar is Map) { } it works for any type and passes through the type check function of each type. (View Post)1 -
Re: Feature Script: Roll Form Die - How to subtract transformed parts in a loop?
@konstantin_shiriazdanov That is really amazing!!. Perfect surface quality also. (View Post)1 -
Re: Cancel rebuild?
I have a featurescript that the profiling says it takes 20 seconds to regenerate, but the regen time reports 32 seconds to regenerate. The actual time until the document fully loads and is responsive… (View Post)2 -
Re: Query "bodies this side of plane "?
you could use evdistance on all the bodies. then get the direction between the evdistance side points. var offsetPlane = plane(plane.origin + (plane.normal * 0.1*millimeter),plane.normal,plane.x); fo… (View Post)1 -
Re: opLoft errors
@konstantin_shiriazdanov. you can also simply use qUnion([qCreatedBy(id + ("crossSection" ~ i)]) or makeRobustQuery(context, qCreatedBy(id + ("crossSection" ~ i)). I think opLoft … (View Post)1














