Uses of Interface
com.solibri.geometry.primitive3d.MLine3d
-
Packages that use MLine3d Package Description com.solibri.geometry.primitive3d -
-
Uses of MLine3d in com.solibri.geometry.primitive3d
Methods in com.solibri.geometry.primitive3d that return MLine3d Modifier and Type Method Description static MLine3d
MLine3d. create(Vector3d firstPoint, Vector3d secondPoint)
Creates a new instance.Methods in com.solibri.geometry.primitive3d that return types with arguments of type MLine3d Modifier and Type Method Description Optional<MLine3d>
Plane. intersect(Plane plane)
Calculates the intersection between this plane and the given plane and returns the resulting line.
-