TessellatedBuildIssue
Description:
Types of issues encountered while constructing geometrical objects from the tessellated face sets.
Types of issues encountered while constructing geometrical objects from the tessellated face sets.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.TessellatedBuildIssue
System.Object
Autodesk.Revit.DB.TessellatedBuildIssue
public class TessellatedBuildIssue : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetIssueDescription() | string | Gets a string describing the issue. If the issue does not present a problem, then an empty string is returned. |
| IsValidIssue() | bool | Reports whether the issue is well-formed, valid and does describe a real problem. |
| MakesDataUnusable() | bool | Reports whether this issue makes some data unusable ('true') or is only shows that data format conventions were broken, but the data are still usable (false). |
| ReportIssueToDataSource() | bool | Reports whether this issue should be reported to the company which wrote the software which produced the face set data (true), or to Autodesk (false). |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| NumberEncountered | int | How many times this issue was encountered in its face set during the face set processing. |