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.
konstantin_shiriazdanov ✭✭✭✭✭
Reactions
-
Re: What type of referencing system (Part number) do you use?
yes, if part is reused from another project it keeps original code, so you can know in which project it was developed. if additional subassembly level requared i add one more codification level like … (View Post)1 -
Re: What type of referencing system (Part number) do you use?
for part number i use following system: ProjectCode-TopLevelAssemblyNumber.FirstLevelSubassemblyNumber.SecondLevelSubassemblyNumber... .PartNumber for example MRK120-01.05.012 means that the part is … (View Post)1 -
Re: Error with "Variables" in sketch
variable defenition should be done before the feature you want to use variable in, it is just like with any another feature (View Post)1 -
Re: Point of Intersection.
evDistance gives the minimal distance between entities, and you can extract from evDistanceResult coordinate of points, that give a minimal distance - if entities intersect each other the distance wi… (View Post)1 -
Re: FeatureScript User Community Spotlight
would like to share my FS RectToPolar, it allows to create flat cam profiles based on the 2d sketch with law of motion and sketch coordinate system (defined by mc). Internally it is a modification of… (View Post)3