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: Finding a meeting point(x,y,z) of two lines?
look for documentation of DistanceResult if result = evDistance(), then the point on first side can be obtained by result.sides[0].point (View Post)1 -
Re: FeatureScript User Community Spotlight
hi, @brad_phelan direction control option was added in v3, suits any entity that matches QueryFilterCompound.ALLOW_DIRECTION (View Post)1 -
Re: FeatureScript User Community Spotlight
Curve generator FS - generates parametric curves based on sketch relations between variable-driven geometrical constraints and a point. All you need to generate the tragectory of the point or graph i… (View Post)1 -
Re: FeatureScript User Community Spotlight
Finally i'm going to add 2 options to adjust control dependeces - by distance from 3d point of sweep path to plane or along line and by ordinate of point of sketch curve, defined by length parameter … (View Post)1 -
Re: FeatureScript User Community Spotlight
The thread by @brad_phelan about variable depth helix cut inspired me to make some experiment, that resulted to the Variable section sweep FS. It creates a loft by a number of sketch cross sections a… (View Post)3