Revit 2021.1 API |
TessellatedShapeBuilderResult..::..HasInvalidData Property |
TessellatedShapeBuilderResult Class See Also |
Whether there were any inconsistencies in the face sets,
stored in the tessellated shape builder while building
geometrical objects.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2015
Syntax
C# |
---|
public bool HasInvalidData { get; } |
Visual Basic |
---|
Public ReadOnly Property HasInvalidData As Boolean Get |
Visual C++ |
---|
public: property bool HasInvalidData { bool get (); } |