A class that contains roof or floor slab information, calculated by ExporterIFCUtils.ComputeSubcomponents().
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.IFC.HostObjectSubcomponentInfo
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class HostObjectSubcomponentInfo : IDisposable
The HostObjectSubcomponentInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AreaOfCurveLoop | The area of the CurveLoop of the roof or floor slab. | |
| Depth | The depth of the roof or floor slab. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| LoopFace | The face of the loops of the roof or floor slab. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the HostObjectSubcomponentInfo | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetCurveLoop | Gets the CurveLoop representing the base profile curve loop of the roof or floor slab | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetPlane | Gets the plane representing the normal and origin of the surface containg the base profile curve loop of the roof or floor slab. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
