Constructs the transformation by specifying the scale and the translation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2021
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- scale
- Type: SystemDouble
The scale of the transformation.
- translation
- Type: SystemDouble
The translational part of the transformation.
Remarks
1D space is tranformed according to the following formula: t --> scale*t + translation