Click or drag to resize

Mesh2Faces Property

Gets the faces.

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

Property Value

Type: IReadOnlyListFace3

Implements

IMesh2Faces
See Also