 | SpacialCreateVector Method |
Creates a
Vector object with the specified directional components.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
SyntaxVector CreateVector(
double x,
double y,
double z
)
Function CreateVector (
x As Double,
y As Double,
z As Double
) As Vector
Parameters
- x Double
- The vector X component value.
- y Double
- The vector Y component value.
- z Double
- The vector Z component value.
Return Value
VectorA new
Vector object with direction (x, y, z).
See Also