Click or drag to resize

Arc Interface

Represents an arc geometry element in the woodwork automation system. An arc is a curved segment in three-dimensional space defined by start and end points, a center location, radius, and curvature characteristics. Arcs are fundamental building blocks used in manufacturing geometry definitions for creating smooth curves in contours, cutting paths, and tool trajectories essential to woodwork CNC machining operations.

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

The Arc type exposes the following members.

Properties
 NameDescription
Public propertyAngle Gets the angle subtended by the arc in radians.
Public propertyBulge Gets the bulge value that determines the arc's curvature characteristics.
Public propertyCenterPoint Returns the center Point of the arc in three-dimensional space.
Public propertyCounterclockwise Gets a value indicating whether the arc is traced in the counterclockwise direction. Returns true if counterclockwise, or false if clockwise.
Public propertyDirection Returns the Vector direction indicating the arc's orientation at the start point.
Public propertyEndPoint Returns the end Point of the arc in three-dimensional space.
Public propertyRadius Gets the radius of the arc.
Public propertyStartPoint Returns the start Point of the arc in three-dimensional space.
Top
See Also