2027 Method
Changes 0
M

IFCProductWrapper.AddSpace

Description:
Adds an IfcSpace handle to associate with the IfcProduct in this wrapper.
Remarks:
If the IFCLevelInfo is not provided, and relateToLevel to true, the handle will be associated to the building handle.
public void AddSpace(
	IFCAnyHandle spaceHandle,
	IFCLevelInfo pLevelInfo,
	IFCExtrusionCreationData pParams,
	bool relateToLevel
)
  • spaceHandle
    The IfcSpace handle.
  • pLevelInfo
    Information on the associated level.
  • pParams
    The extrusion creation data associated with the given space. Optional, can be null.
  • Boolean
    relateToLevel
    True to relate the space to the level, false otherwise.