2027 Method
Changes 0
M

IFCProductWrapper.Create

Description:
Establishes a new baseline product manager for elements and objects.
Remarks:
Elements and objects associated to this product manager will be associated to a top-level IfcProduct based on the world coordinate system of the output file.
Overloads (3):
Create(ExporterIFC,Boolean)
public static IFCProductWrapper Create(
	ExporterIFC ExporterIFC,
	bool allowRelateToLevel
)
  • ExporterIFC
    The exporter.
  • Boolean
    allowRelateToLevel
    True to allow associated elements and objects to relate to a level, false to never allow such a relationship.
Return Value IFCProductWrapper The new baseline product manager.