| Package | Description | 
|---|---|
| com.solibri.geometry.primitive3d | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MRectangle3d
Interface for handling rectangles in 3-dimensional space. 
 | 
interface  | 
MTriangle3d
Interface that represents a 3-dimensional triangle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MPolygon3d | 
MPolygon3d.create(List<? extends Vector3d> vertices)
Creates a polygon with the given vertices. 
 | 
static MPolygon3d | 
MPolygon3d.create(Polygon3d polygon)
Creates a polygon with the contents deep copied from the given polygon. 
 | 
Copyright © 2019 Solibri, Inc.. All rights reserved.