2020 Class
Changes 0
C

HostObjectSubcomponentInfo

Description:
A class that contains roof or floor slab information, calculated by ExporterIFCUtils.ComputeSubcomponents().
Remarks:
A slab is an extrusion with one outer and no inner base profile curve loops, created by extruding the base profile loop in the direction Plane.Normal a distance given by the Depth value.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.HostObjectSubcomponentInfo
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetCurveLoop() The CurveLoop. Gets the CurveLoop representing the base profile curve loop of the roof or floor slab
M GetPlane() The plane. Gets the plane representing the normal and origin of the surface containg the base profile curve loop of the roof or floor slab.
Name Return Type Description
P AreaOfCurveLoop double The area of the CurveLoop of the roof or floor slab.
P Depth double The depth of the roof or floor slab.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LoopFace Face The face of the loops of the roof or floor slab.