| Revit 2024 API |
| MeshFromGeometryOperationResult..::..Tessellated Property |
| MeshFromGeometryOperationResult Class See Also |
Whether while constructing a mesh, it was necessary
to extrude polylines instead of non-linear curves
from the profile loops.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2015
Syntax
| C# |
|---|
public bool Tessellated { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Tessellated As Boolean Get |
| Visual C++ |
|---|
public: property bool Tessellated { bool get (); } |