| 
            
              MeshFaces Property 
             | 
          
        
         Gets the faces of the mesh. 
 
    Namespace: 
   Karamba.Utilities.KMesh
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<Face> Faces { get; }Public ReadOnly Property Faces As List(Of Face)
	Get
public:
property List<Face^>^ Faces {
	List<Face^>^ get ();
}member Faces : List<Face> with get
Property Value
Type: 
ListFace
See Also