|
Anark Core SDK
|
Public Member Functions | |
| Sdk3DPoints (IEnumerable< ISdkVertex3D > vertices) | |
| Initialize a new set of points. | |
Properties | |
| IEnumerable< ISdkVertex3D > | Vertices [get] |
| The vertices that define the geometry. | |
|
inline |
Initialize a new set of points.
| vertices | The points. |
|
get |
The vertices that define the geometry.
Implements Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex >.