Click or drag to resize

GroovePath Interface

Represents the saw groove path.

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

The GroovePath type exposes the following members.

Properties
 NameDescription
Public propertyCleaningPassEnabled Gets the flag indicating whether the cleaning pass is enabled. True if the cleaning pass is enabled, or false if it is disabled.
Public propertyCleaningPassOffset Gets the cleaning pass offset.
Public propertyCut Returns the Contour object associated with grooving path.
Public propertyLeadIn Gets the lead in of grooving path.
Public propertyLeadOut Gets the lead out of grooving path.
Public propertyOffsetSide Gets the grooving path offset side of OffsetSideEnum.
Public propertyPreventDepth Gets the flag indicating whether the groove is preventing depth or length. True if the groove prevent depth, or false if the groove prevent length.
Top
See Also