 | SpacialCreateVector Method |
Creates a
Vector object with the specified directional components.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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