 | ReferenceCoordinateSystemSetToSide(Vector) Method |
Aligns the reference coordinate system to a workpiece side by its surface normal vector.
The normal vector specifies the perpendicular direction to the workpiece face, establishing the Z-axis orientation
for the reference coordinate system aligned to that side.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid SetToSide(
Vector normalVector
)
Sub SetToSide (
normalVector As Vector
)
Parameters
- normalVector Vector
- The Vector that defines the normal direction to the workpiece side surface.
See Also