Rhino 5 for Windows
Scales the object by the specified factor. The scale is centered at the origin.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic bool Scale(
double scaleFactor
)
Public Function Scale (
scaleFactor As Double
) As Boolean
Parameters
- scaleFactor
- Type: SystemDouble
The uniform scaling factor.
Return Value
Type:
Booleantrue if geometry successfully scaled.
See Also