2021 Members
Changes 4
M

TessellatedShapeBuilderResult

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the TessellatedShapeBuilderResult
M Equals None (Inherited from Object .) Object .
M GetGeometricalObjects() IList<GeometryObject> When called the first time, returns geometrical objects which were built. Later calls will throw exceptions.
M GetHashCode None (Inherited from Object .) Object .
M GetIssuesForFaceSet(Int32) IList<TessellatedBuildIssue> Returns the array of issues encountered while processing a face set with index 'setIndex'.
M GetNumberOfFaceSets() int Gets number of face sets for which 'this' result was obtained.
M GetType None (Inherited from Object .) Object .
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P AreObjectsAvailable bool 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.
P HasInvalidData bool Whether there were any inconsistencies in the face sets, stored in the tessellated shape builder while building geometrical objects.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Outcome TessellatedShapeBuilderOutcome What kinds of geometrical objects were built.