|
Anark Core SDK
|
Public Member Functions | |
| Sdk3DGeometry (IEnumerable< ISdk3DGeometryGroup > geometry) | |
| Create a new geometry object. | |
Properties | |
| IEnumerable< ISdk3DGeometryGroup > | Geometry [get] |
| The geometry groups that define the object or sub-section of the object. | |
| ISdk3DBoundingBox | BoundingBox [get] |
| The geometry bounding box. | |
| double | Height [get] |
| The height of the geometry along the Y axis. | |
| double | Width [get] |
| The width of the geometry along the X axis. | |
| double | Depth [get] |
| The depth of the geometry along the Z axis. | |
|
inline |
Create a new geometry object.
| geometry | The geometry groups that define the geometry object. |
|
get |
The geometry bounding box.
|
get |
The depth of the geometry along the Z axis.
Implements Anark.CoreSdkApi.Entities.ISdk3DGeometry.
|
get |
The geometry groups that define the object or sub-section of the object.
Implements Anark.CoreSdkApi.Entities.ISdkGeometry< TGroup, TPrimitive, TVertex >.
|
get |
The height of the geometry along the Y axis.
Implements Anark.CoreSdkApi.Entities.ISdk3DGeometry.
|
get |
The width of the geometry along the X axis.
Implements Anark.CoreSdkApi.Entities.ISdk3DGeometry.