2022 Method
Changes 0
M

ExporterIFCUtils.TransformAndScaleVector

Description:
Converts a vector from global Revit coordinates to current IFC coordinates, including scale.
public static XYZ TransformAndScaleVector(
	ExporterIFC exporterIFC,
	XYZ origVector
)
Return Value XYZ The transformed and scaled point.