RVTDocs.com

ExporterIFCUtils.TransformAndScalePoint

Method
Description:
Converts a point from global Revit coordinates to current IFC coordinates, including scale.
Syntax
public static XYZ TransformAndScalePoint(
	ExporterIFC exporterIFC,
	XYZ origPt
)
Parameters
Parameter Type Description
exporterIFC ExporterIFC The exporter.
origPt XYZ The original point.
Return Value
Type Description
XYZ The transformed and scaled point.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null