Revit 2023 API |
TriangulatedShellComponent..::..TriangleCount Property |
TriangulatedShellComponent Class See Also |
The number of triangles in the triangulation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public int TriangleCount { get; } |
Visual Basic |
---|
Public ReadOnly Property TriangleCount As Integer Get |
Visual C++ |
---|
public: property int TriangleCount { int get (); } |