2027 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 Inherited From
M Dispose() None Releases all resources used by the RoofComponents
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetAreasOfCurveLoops() IList<Double> The areas of CurveLoops of roof slabs.
M GetCurveLoops() IList<CurveLoop> The CurveLoops of roof slabs.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetLoopFaces() IList<Face> The faces of the loops of roof slabs.
M GetPlaneDirections() IList<XYZ> The plane directions of roof slabs.
M GetPlaneOrigins() IList<XYZ> The plane origins of roof slabs.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P ScaledDepth double The depth of the roof slab.