2024 Method
Changes 0
M

ExporterIFCUtils.CollectGeometryInfo

Description:
Collects all the target geometry from the input geometry object and adds it as IFC handles to the IFCInfo.
Remarks:
The type of geometry collected is determined by the method of creation for the IFCGeometryInfo.
Overloads (2):
CollectGeometryInfo(ExporterIFC,IFCGeometryInfo,GeometryObject,XYZ,Boolean)
public static void CollectGeometryInfo(
	ExporterIFC exporterIFC,
	IFCGeometryInfo geometryInfo,
	GeometryObject gNode,
	XYZ offset,
	bool forceVisible
)