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

Transform1D(Double)

Constructor
Description:
Constructs the transformation by specifying the scale only.
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.
Syntax
public Transform1D(
	double scale
)
Parameters
Parameter Type Description
scale Double The scale of the transformation.
Return Value