ExporterIFCUtils.CollectGeometryInfo
Description:
Collects all the target geometry from the input geometry object and adds it as IFC handles to the IFCInfo.
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.
The type of geometry collected is determined by the method of creation for the IFCGeometryInfo.
Overloads (2):
CollectGeometryInfo(ExporterIFC,IFCGeometryInfo,GeometryObject,XYZ,Boolean,Transform)
public static void CollectGeometryInfo(
ExporterIFC exporterIFC,
IFCGeometryInfo geometryInfo,
GeometryObject gNode,
XYZ offset,
bool forceVisible,
Transform transform
)
-
exporterIFCThe exporter.
-
geometryInfoThe container object which collects the geometry.
-
gNodeThe geometry object to be processed.
-
offsetThe offset to apply to each of the collected geometry handles.
-
BooleanforceVisibleTrue to process geometry which is not set as visible. False to only process visible geometry.
-
transformAn overall transform to apply to each of the collected geometry handles.
-
A non-optional argument was null