Click or drag to resize

VectorTranslateBy Method

Translate this vector by the specified vector.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
void TranslateBy(
	Vector shift
)

Parameters

shift  Vector
Input Vector object that specifies the vector to translate by.
See Also