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