Constructs the transformation by specifying the scale only.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Transform1D(
double scale
)
Parameters
- scale Double
-
The scale of the transformation.
Remarks
The translation is set to zero.
1D space is tranformed according to the following formula: t --> scale*t + translation
This constructor sets translation to zero.
See Also
Reference