Click or drag to resize

ClampingBodyTypeEnum Enumeration

Clamping body type enum

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public enum ClampingBodyTypeEnum
Members
Member nameValueDescription
Workpiece0 Indicates clamping on workpiece
WorkpieceWithOversize1 Indicates clamping on workpiece with oversize
Part2 Indicates clamping on part with covers
PartWithoutCovers3 Indicates clamping on part without all (side, top, bottom) covers
PartWithoutTopAndBottomCovers4 Indicates clamping on part only without bottom and top cover
PartWithoutSideCovers5 Indicates clamping on part only without side covers
WorkpieceWithMainCoversAndOversize6 Indicates clamping on workpiece with top and bottom covers and oversize on sides
WorkpieceWithMainCovers7 Indicates clamping on workpiece with top and bottom covers
WorkpieceWithOversizeAndCalibration8 Indicates clamping on workpiece oversize and calibration
WorkpieceWithOversizeCalibrationAndTopBottomCovers9 Indicates clamping on workpiece oversize, calibration with top and bottom covers
See Also