Share

Form.ScaleSubElement Method

Scale a face/edge/curve/vertex of the form, by a specified origin and scale factor.


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

Syntax

C#

public void ScaleSubElement(
	Reference subElementReference,
	double factor,
	XYZ origin
)

Parameters

subElementReference  Reference
The geometry reference of face/edge/curve/vertex
factor  Double
The scale factor, it should be large than zero.
origin  XYZ
The origin where scale happens.

See Also

Reference

Was this information helpful?