Click or drag to resize

SpacialCreateVector Method

Creates a Vector object with the specified directional components.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
Vector CreateVector(
	double x,
	double y,
	double z
)

Parameters

x  Double
The vector X component value.
y  Double
The vector Y component value.
z  Double
The vector Z component value.

Return Value

Vector
A new Vector object with direction (x, y, z).
See Also