RoofComponents
Description:
A class that contains multiple roof slab infos of a roof.
A class that contains multiple roof slab infos of a roof.
Remarks:
This class contains a series of collections that are all of the same length, and whose nth index corresponds to the nth slab of the roof.
This class contains a series of collections that are all of the same length, and whose nth index corresponds to the nth slab of the roof.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.RoofComponents
System.Object
Autodesk.Revit.DB.IFC.RoofComponents
public class RoofComponents : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetAreasOfCurveLoops() | IList<double> | The areas of CurveLoops of roof slabs. |
| GetCurveLoops() | The CurveLoops. | The CurveLoops of roof slabs. |
| GetLoopFaces() | The faces. | The faces of the loops of roof slabs. |
| GetPlaneDirections() | The directions. | The plane directions of roof slabs. |
| GetPlaneOrigins() | The origins. | The plane origins of roof slabs. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| ScaledDepth | double | The depth of the roof slab. |