Share

Transform1D(Double, Double) Constructor

Constructs the transformation by specifying the scale and the translation.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public Transform1D(
	double scale,
	double translation
)

Parameters

scale  Double
The scale of the transformation.
translation  Double
The translational part of the transformation.

Remarks

1D space is tranformed according to the following formula: t --> scale*t + translation

See Also

Reference

Was this information helpful?