RVTDocs.com

ExporterIFCUtils.CollectGeometryInfo(ExporterIFC, IFCGeometryInfo, GeometryObject, XYZ, Boolean, Transform)

Method
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.
Syntax
public static void CollectGeometryInfo(
	ExporterIFC exporterIFC,
	IFCGeometryInfo geometryInfo,
	GeometryObject gNode,
	XYZ offset,
	bool forceVisible,
	Transform transform
)
Parameters
Parameter Type Description
exporterIFC ExporterIFC The exporter.
geometryInfo IFCGeometryInfo The container object which collects the geometry.
gNode GeometryObject The geometry object to be processed.
offset XYZ The offset to apply to each of the collected geometry handles.
forceVisible Boolean True to process geometry which is not set as visible. False to only process visible geometry.
transform Transform An overall transform to apply to each of the collected geometry handles.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null