2027 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
)
  • exporterIFC
    The exporter.
  • origVector
    The original vector.
Return Value XYZ The transformed and scaled point.