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
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 huge… (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 the f… (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 called co… (View Post)1 -
Re: Why is the coordinate system of a cylindrical face centered at a random position ?
You're right that the "Cylinder" type doesn't give any information about boundaries of the cylinder. The actual surface passed into evSurfaceDefinition may have had slanted or arbitrarily s… (View Post)6