Click or drag to resize

Geometry Interface

Represents the base contract for all geometric elements in the woodwork automation system. Geometry serves as the fundamental abstraction for all shape and spatial elements, including points, segments, and arcs used in manufacturing geometry definitions. All geometric entities must implement this interface to participate in contours, tool paths, and other geometry-based manufacturing operations throughout the workflow.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface Geometry

The Geometry type exposes the following members.

Properties
 NameDescription
Public propertyGeometryType Returns the geometry type classification as defined by GeometryTypeEnum. Supported types include: Point (location reference), Segment (straight line), and Arc (curved segment). The geometry type determines how the geometric element is interpreted and processed during contour composition and tool path generation.
Top
See Also