Share

HostObjectSubcomponentInfo Class

A class that contains roof or floor slab information, calculated by ExporterIFCUtils.ComputeSubcomponents().

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.IFC.HostObjectSubcomponentInfo


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public class HostObjectSubcomponentInfo : IDisposable

The HostObjectSubcomponentInfo type exposes the following members.

Properties

 NameDescription
Public propertyAreaOfCurveLoop The area of the CurveLoop of the roof or floor slab.
Public propertyDepth The depth of the roof or floor slab.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLoopFace The face of the loops of the roof or floor slab.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the HostObjectSubcomponentInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCurveLoop Gets the CurveLoop representing the base profile curve loop of the roof or floor slab
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPlane Gets the plane representing the normal and origin of the surface containg the base profile curve loop of the roof or floor slab.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

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.

See Also

Reference

Was this information helpful?