M_Rhino_Geometry_GeometryBase_Scale - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.Scale Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Scale(
	double scaleFactor
)

VB

Public Function Scale ( 
	scaleFactor As Double
) As Boolean

Parameters

 

scaleFactor
Type: System.Double
The uniform scaling factor.

Return Value

Type: Boolean
true if geometry successfully scaled.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️