2027 Method
Changes 0
M

IFCProductWrapper.AddElement

Description:
Adds an IfcElement 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 AddElement(
	IFCAnyHandle elementHandle,
	IFCLevelInfo pLevelInfo,
	IFCExtrusionCreationData params,
	bool relateToLevel
)
  • elementHandle
    The IfcElement handle.
  • pLevelInfo
    The level info.
  • params
    The extrusion creation data associated with the given element. Optional, can be null.
  • Boolean
    relateToLevel
    True to relate the element to the level, false otherwise.