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.
kevin_o_toole_1 
Reactions
-
Re: Adding Maps
mergeMaps is what you're looking for. The values of the second argument will override the first argument ("defaults") if the same key exists, so the order of your mapUnion function is … (View Post)2 -
Re: Adding Maps
You also commented about "deep copying", so it's worth mentioning: In FS, maps are value types which have incremental copy-on-write behaviors to save time and memory. So the code const… (View Post)3 -
Re: Newb Question? - Paraboloids
The function you want in FeatureScript is skConicSegment. It's is marked "internal" in std (generally meaning not yet meant for production use) but I believe that can be updated since … (View Post)1 -
Re: Rotate Mate Connector Button in Featurescript UI
Actually this is definitely possible. A simple example: FeatureScript 1204; import(path : "onshape/std/geometry.fs", version : "1204.0"); export import(path : "onshape/std/ma… (View Post)11 -
Re: opdraft 101
@Evan_Reese You've got it. Vocab-wise, what you call a "real plane" is what we'd just call an "entity". The entities live in the Part Studio (inside that opaque variable… (View Post)1






















