<Code Lib>
2021 Method
Changes 0
M

ExporterIFCUtils.TransformAndScalePoint

Description:
Converts a point from global Revit coordinates to current IFC coordinates, including scale.

public static XYZ TransformAndScalePoint(
	ExporterIFC exporterIFC,
	XYZ origPt
)

Return Value XYZ The transformed and scaled point.

Loading…