Converts a vector from global Revit coordinates to current IFC coordinates, including scale.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2013
Syntax
C# |
---|
public static XYZ TransformAndScaleVector(
ExporterIFC exporterIFC,
XYZ origVector
) |
Visual Basic |
---|
Public Shared Function TransformAndScaleVector ( _
exporterIFC As ExporterIFC, _
origVector As XYZ _
) As XYZ |
Visual C++ |
---|
public:
static XYZ^ TransformAndScaleVector(
ExporterIFC^ exporterIFC,
XYZ^ origVector
) |
Return Value
The transformed and scaled point.
Exceptions
See Also