Click or drag to resize

Contour Interface

Represents a contour in the woodwork automation system. A contour is a continuous path composed of geometric elements that define the boundary or trajectory for manufacturing operations like cutting and milling. Contours can be open or closed and serve as the primary means of specifying detailed cutting paths and geometric features in the woodwork automation workflow.

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

The Contour type exposes the following members.

Properties
 NameDescription
Public propertyGeometry Returns the collection of Geometry objects composing the contour. The geometry collection includes Segment and Arc elements that are sequentially connected to form a continuous path. Each geometry element represents a discrete segment or arc contributing to the overall contour shape.
Public propertyIsClosed Gets a value indicating whether the contour forms a closed path. Returns true if the contour is closed, or false if it is open.
Top
See Also