Click or drag to resize

MeshVertices Property

Gets the vertices of the mesh.

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

Property Value

Type: ListVertex
See Also