Click or drag to resize

MeshVertices Property

returns the vertices of the mesh

Namespace:  Karamba.Utilities.KMesh
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Vertex> Vertices { get; }

Property Value

Type: ListVertex
See Also