Uses of Interface
com.solibri.geometry.primitive3d.MPlane
-
Packages that use MPlane Package Description com.solibri.geometry.primitive3d -
-
Uses of MPlane in com.solibri.geometry.primitive3d
Methods in com.solibri.geometry.primitive3d that return MPlane Modifier and Type Method Description static MPlane
MPlane. create(Vector3d point, Vector3d normalVector)
Creates an instance of MPlane.static MPlane
MPlane. create(Triangle3d triangle)
Creates an instance of MPlane based on a triangle.
-