RoofComponents Class

A class that contains multiple roof slab infos of a roof.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.IFCRoofComponents

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class RoofComponents : IDisposable

The RoofComponents type exposes the following members.

Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyScaledDepth The depth of the roof slab.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the RoofComponents
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetAreasOfCurveLoops The areas of CurveLoops of roof slabs.
Public methodGetCurveLoops The CurveLoops of roof slabs.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLoopFaces The faces of the loops of roof slabs.
Public methodGetPlaneDirections The plane directions of roof slabs.
Public methodGetPlaneOrigins The plane origins of roof slabs.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
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.
See Also