Uses of Interface
com.solibri.geometry.primitive3d.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 interfaceMRectangle3dInterface for handling rectangles in 3-dimensional space.interfaceMTriangle3dInterface that represents a 3-dimensional triangle.Methods in com.solibri.geometry.primitive3d that return MPolygon3d Modifier and Type Method Description static MPolygon3dMPolygon3d. create(Polygon3d polygon)Creates a polygon with the contents deep copied from the given polygon.static MPolygon3dMPolygon3d. create(List<? extends Vector3d> vertices)Creates a polygon with the given vertices.