RVTDocs.com

ExporterIFCUtils.TransformAndScaleVector

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