Click or drag to resize

Mesh3Faces Property

return the mesh faces

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IReadOnlyList<Face3> Faces { get; }

Property Value

Type: IReadOnlyListFace3

Implements

IReadonlyMeshFaces
See Also