Click or drag to resize

VectorScaleBy Method

Scales this vector by scale factor.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
void ScaleBy(
	double scaleFactor
)

Parameters

scaleFactor  Double
Input Double that specifies the scale factor.
See Also