kcl-std → functions → planeOf

planeOfFunction in std::sketch

Find the plane a face lies on. Returns an error if the face doesn't lie on any plane (for example, the curved face of a cylinder)

Arguments

NameTypeDescriptionRequired
solidSolidThe solid whose face is being queried.Yes
faceTaggedFaceFind the plane which this face lies on.Yes

Returns

Plane - An abstract plane.

Examples

Found a typo?