Click or drag to resize

OrbitalLanding Interface

Represents orbital landing geometry in the woodwork automation system. Orbital landing defines a spiral approach path that gradually engages a tool into the workpiece material with controlled depth progression. Orbital landing reduces tool shock and improves surface finish by using a rotating spiral motion for smooth, incremental tool engagement before main cutting operations commence.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public interface OrbitalLanding

The OrbitalLanding type exposes the following members.

Properties
 NameDescription
Public propertyCounterclockwise Gets the flag indicating whether the orbital landing spiral is counterclockwise. True if the spiral is counterclockwise, or false if the spiral is clockwise.
Public propertyExists Gets a value indicating whether orbital landing is configured for this operation. Returns true if orbital landing exists, or false if it is not configured.
Public propertyFullDepth Gets the full depth of orbital landing
Public propertyGeometry Returns a collection of objects that compose the orbital landing trajectory. Together, these geometric elements define the complete orbital approach and transition to cut-off.
Public propertyPitch Gets the pitch of orbital landing
Public propertyRadius Gets the radius of orbital landing spiral.
Top
See Also