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

More...

Inheritance diagram for Anark.CoreSdkApi.Entities.Sdk3DLineStrip:
Anark.CoreSdkApi.Entities.ISdk3DLineStrip Anark.CoreSdkApi.Entities.ISdk3DGeometryPrimitive Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex >

Public Member Functions

 Sdk3DLineStrip (IEnumerable< ISdkVertex3D > vertices)
 Initialize the linestrip with a collection of vertices.

Properties

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

Detailed Description

Constructor & Destructor Documentation

◆ Sdk3DLineStrip()

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

Initialize the linestrip with a collection of vertices.

Parameters
verticesThe vertices that define the line strip.

Property Documentation

◆ Vertices

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

The vertices that define the geometry.

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