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.
Defining the origin of a plane
Lauren_Froschauer
Member Posts: 10 EDU
Is it possible to define the origin of a plane with a vertex and a face you have queried for?
evFaceTangentPlane sets its own origin based a parameter, but we can't pass in a vertex of our choosing.
evFaceTangentPlane sets its own origin based a parameter, but we can't pass in a vertex of our choosing.
0
Comments
-
You can construct a Plane type (which is just data), using the constructor plane(origin is Vector, normal is Vector). You'll need the origin point in world space and the normal vector of the plane you want to match.
You can use this Plane for sketching with newSketchOnPlane, or you can make it an actual plane in the context with opPlane.0

