Uses of Interface
com.solibri.geometry.primitive3d.MPolygon3d
-
Packages that use MPolygon3d Package Description com.solibri.geometry.primitive3d -
-
Uses of MPolygon3d in com.solibri.geometry.primitive3d
Subinterfaces of MPolygon3d in com.solibri.geometry.primitive3d Modifier and Type Interface Description interface
MRectangle3d
Interface for handling rectangles in 3-dimensional space.interface
MTriangle3d
Interface that represents a 3-dimensional triangle.Methods in com.solibri.geometry.primitive3d that return MPolygon3d Modifier and Type Method Description static MPolygon3d
MPolygon3d. create(Polygon3d polygon)
Creates a polygon with the contents deep copied from the given polygon.static MPolygon3d
MPolygon3d. create(List<? extends Vector3d> vertices)
Creates a polygon with the given vertices.
-