TessellatedBuildIssue
Types of issues encountered while constructing geometrical objects from the tessellated face sets.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.TessellatedBuildIssue
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class TessellatedBuildIssue : IDisposableThe TessellatedBuildIssue type exposes the following members.
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
NumberEncountered
How many times this issue was encountered in its face set during the face set processing. This number can be less than the total number of such issues in the face set, as the face set processing could be aborted due to the presence of the issues which could not be handled.
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the TessellatedBuildIssue
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetIssueDescription
Gets a string describing the issue. If the issue does not present a problem, then an empty string is returned.
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsValidIssue
Reports whether the issue is well-formed, valid and does describe a real problem.
Public Method
MakesDataUnusable
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).
Public Method
ReportIssueToDataSource
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).
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)