Click or drag to resize

PockOperation Interface

Represents the milling operation object.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface PockOperation : Operation

The PockOperation type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalPockType Gets the enum for pocketing operation indicating its additional. True if the milling operation is projected, or false if it not.
Public propertyCuttingParameters Gets the CuttingParameters for operation.
(Inherited from Operation)
Public propertyName Gets the user-displayable name of this Operation object.
(Inherited from Operation)
Public propertyOperatingToolData Gets theOperatingToolData for operation.
(Inherited from Operation)
Public propertyOperationType Gets the operation type of OperationTypeEnum.
(Inherited from Operation)
Public propertyOrderNumber Gets the sequence number of the operation.
(Inherited from Operation)
Public propertySide Gets the Side object where the operation is located.
(Inherited from Operation)
Public propertySpindle Gets the Spindle object associated with the operation.
(Inherited from Operation)
Public propertyTrajectories Returns the collection of the PockTrajectory objects associated with the operation.
Top
See Also