Click or drag to resize

GeometryBaseScale Method

Scales the object by the specified factor. The scale is centered at the origin.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Scale(
	double scaleFactor
)

Parameters

scaleFactor
Type: SystemDouble
The uniform scaling factor.

Return Value

Type: Boolean
true if geometry successfully scaled.
See Also