Click or drag to resize

GrooveTrajectory Interface

Represents the saw groove trajectory object.

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

The GrooveTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyDepth Gets the actual grooving depth.
Public propertyGroovePath Returns the collection of GroovePath associated with the grove path.
Public propertyPrimaryPath Gets the PrimaryPath object.
Public propertyTrajectoryType Gets the trajectory type of TrajectoryTypeEnum.
(Inherited from Trajectory)
Public propertyWidth Gets the cut width.
Top
See Also