TessellatedShapeBuilderResult Members


The TessellatedShapeBuilderResult type exposes the following members.

Methods

Name Description
Public method Dispose
Releases all resources used by the TessellatedShapeBuilderResult
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetGeometricalObjects
When called the first time, returns geometrical objects which were built. Later calls will throw exceptions.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetIssuesForFaceSet
Returns the array of issues encountered while processing a face set with index 'setIndex'.
Public method GetNumberOfFaceSets
Gets number of face sets for which 'this' result was obtained.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property 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.
Public property HasInvalidData
Whether there were any inconsistencies in the face sets, stored in the tessellated shape builder while building geometrical objects.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property Outcome
What kinds of geometrical objects were built.

See Also