MeshFaceListTriangleCount Property |
Rhino 5 for Windows
Gets the number of faces that are triangles (3 corners).
Namespace: Rhino.Geometry.CollectionsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic int TriangleCount { get; }
Public ReadOnly Property TriangleCount As Integer
Get
Property Value
Type:
Int32
See Also