Click or drag to resize

CutTrajectory Interface

Represents the saw cut trajectory object.

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

The CutTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyAllowance Gets the allowance.
Public propertyBreakthrough Gets the breakthrough depth.
Public propertyCutFromInside Gets the flag indicating whether the tool axis vector is same direction as machining plane normal vector. True if the same direction, or false if opposite direction.
Public propertyCutPaths Returns the collection of CutPaths associated with the cut path.
Public propertyDepth Gets the actual cut depth.
Public propertyFaceDepth Gets the cut face depth.
Public propertySavePlaneHeight Gets the height of the save plane.
Public propertyScoringCutDepth Gets the depth of the scoring cut.
Public propertyScoringEnabled Gets the flag indicating whether the scoring cut is enabled. True if scoring cut is enabled, or false if it disabled.
Public propertyTrajectoryType Gets the trajectory type of TrajectoryTypeEnum.
Public propertyWidth Gets the cut width.
Top
See Also