2024 Class
Changes 0
C

RoofComponents

Description:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.RoofComponents
public class RoofComponents : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetAreasOfCurveLoops() IList<double> The areas of CurveLoops of roof slabs.
M GetCurveLoops() The CurveLoops. The CurveLoops of roof slabs.
M GetLoopFaces() The faces. The faces of the loops of roof slabs.
M GetPlaneDirections() The directions. The plane directions of roof slabs.
M GetPlaneOrigins() The origins. The plane origins of roof slabs.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ScaledDepth double The depth of the roof slab.