TessellatedShapeBuilderResult Class

Describes what TessellatedShapeBuilder has construct.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBTessellatedShapeBuilderResult

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class TessellatedShapeBuilderResult : IDisposable

The TessellatedShapeBuilderResult type exposes the following members.

Properties
 NameDescription
Public propertyAreObjectsAvailable Shows whether 'issues' still contains the original data or whether these data have already been relinquished by 'getGeometricalObjects'. The former is true, the later is false.
Public propertyHasInvalidData Whether there were any inconsistencies in the face sets, stored in the tessellated shape builder while building geometrical objects.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyOutcome What kinds of geometrical objects were built.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the TessellatedShapeBuilderResult
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetGeometricalObjects When called the first time, returns geometrical objects which were built. Later calls will throw exceptions.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIssuesForFaceSet Returns the array of issues encountered while processing a face set with index 'setIndex'.
Public methodGetNumberOfFaceSets Gets number of face sets for which 'this' result was obtained.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also