 | 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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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