Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Entities.Sdk3DPoints Class Reference

More...

Inheritance diagram for Anark.CoreSdkApi.Entities.Sdk3DPoints:
Anark.CoreSdkApi.Entities.ISdk3DPoints Anark.CoreSdkApi.Entities.ISdk3DGeometryPrimitive Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex >

Public Member Functions

 Sdk3DPoints (IEnumerable< ISdkVertex3D > vertices)
 Initialize a new set of points.

Properties

IEnumerable< ISdkVertex3DVertices [get]
 The vertices that define the geometry.

Detailed Description

Constructor & Destructor Documentation

◆ Sdk3DPoints()

Anark.CoreSdkApi.Entities.Sdk3DPoints.Sdk3DPoints ( IEnumerable< ISdkVertex3D > vertices)
inline

Initialize a new set of points.

Parameters
verticesThe points.

Property Documentation

◆ Vertices

IEnumerable<ISdkVertex3D> Anark.CoreSdkApi.Entities.Sdk3DPoints.Vertices
get

The vertices that define the geometry.

Implements Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex >.