RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform1D

Transform1D(Double, Double)

Constructor
Description:
Constructs the transformation by specifying the scale and the translation.
Remarks:
1D space is tranformed according to the following formula: t --> scale*t + translation
Syntax
public Transform1D(
	double scale,
	double translation
)
Parameters
Parameter Type Description
scale Double The scale of the transformation.
translation Double The translational part of the transformation.
Return Value