ExporterIFC.RegisterSpaceBoundingElementHandle
Description:
Stores a handle representing a space bounding element to the ExporterIFC's internal cache.
Stores a handle representing a space bounding element to the ExporterIFC's internal cache.
Remarks:
The cache of space bounding elements will be used during completion of export to create relationship objects such as IfcRelSpaceBoundary and IfcRelConnectsPathElements. The types of Revit elements accepted by this function are:
The cache of space bounding elements will be used during completion of export to create relationship objects such as IfcRelSpaceBoundary and IfcRelConnectsPathElements. The types of Revit elements accepted by this function are:
- Walls
- Curtain walls
- Roofs
- Floors
- Doors
- Windows
public void RegisterSpaceBoundingElementHandle(
IFCAnyHandle instanceHandle,
ElementId id,
ElementId levelId
)
-
instanceHandleThe handle to the space bounding element.
-
idThe Revit element id associated to this handle.
-
levelIdThe level id assigned to the space bounding object.
-
A non-optional argument was null