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.
How do you create a line in 3d space?
dave_cowden
Member, Developers Posts: 475 ✭✭✭
If you have a set of vectors, you can use opFitSpline to create a 3d spline that fits them.
But what if you simply want to create an edge in 3d space between two vectors?
I know I can do this be first creating a workplane, and then creating a line segment on that workplane.
But is there an easier way? that seems-- hard.
But what if you simply want to create an edge in 3d space between two vectors?
I know I can do this be first creating a workplane, and then creating a line segment on that workplane.
But is there an easier way? that seems-- hard.
0
Best Answer
-
ilya_baran Onshape Employees, Developers, HDM Posts: 1,211If you pass two points to opFitSpline, it will actually create a 3D line segment between them.Ilya Baran \ VP, Architecture and FeatureScript \ Onshape Inc5
Answers