RVTDocs.com
Namespace: Autodesk.Revit.DB

TessellatedShapeBuilderResult

Class
Description:
Describes what has construct.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.TessellatedShapeBuilderResult
Syntax
TessellatedShapeBuilderResult Class Members:
Name Description Inherited From
AreObjectsAvailable 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.
HasInvalidData Whether there were any inconsistencies in the face sets, stored in the tessellated shape builder while building geometrical objects.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Outcome What kinds of geometrical objects were built.
Name Description Inherited From
Dispose Releases all resources used by the TessellatedShapeBuilderResult
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetGeometricalObjects When called the first time, returns geometrical objects which were built. Later calls will throw exceptions.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetIssuesForFaceSet Returns the array of issues encountered while processing a face set with index 'setIndex'.
GetNumberOfFaceSets Gets number of face sets for which 'this' result was obtained.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object