HostObjectSubcomponentInfo
Description:
A class that contains roof or floor slab information, calculated by ExporterIFCUtils.ComputeSubcomponents().
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.
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
System.Object
Autodesk.Revit.DB.IFC.HostObjectSubcomponentInfo
public class HostObjectSubcomponentInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the HostObjectSubcomponentInfo | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCurveLoop() | CurveLoop | Gets the CurveLoop representing the base profile curve loop of the roof or floor slab | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetPlane() | Plane | Gets the plane representing the normal and origin of the surface containg the base profile curve loop of the roof or floor slab. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AreaOfCurveLoop | double | The area of the CurveLoop of the roof or floor slab. | |
| Depth | double | The depth of the roof or floor slab. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| LoopFace | Face | The face of the loops of the roof or floor slab. |