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