 | ReferenceCoordinateSystemSetToSide(String) Method |
Aligns the reference coordinate system to a workpiece side identified by the specified side name.
The reference system adopts the coordinate frame of the named workpiece face or side.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxvoid SetToSide(
string sideName
)
Sub SetToSide (
sideName As String
)
Parameters
- sideName String
- The name identifier of the workpiece side to align to.
See Also