Click or drag to resize

Arc Interface

The Arc object. The object is a mathematical object and represents one of the geometry types in the CAM data.

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

The Arc type exposes the following members.

Properties
 NameDescription
Public propertyAngle Gets the angle of the arc in radians.
Public propertyBulge Gets the bulge of the arc.
Public propertyCenterPoint Gets the center Point of the arc.
Public propertyCounterclockwise Gets the flag indicating whether the arc is counterclockwise True if the arc is counterclockwise, or false if the arc is clockwise.
Public propertyDirection Gets the Vector direction for the arc start point.
Public propertyEndPoint Gets the end Point of the arc.
Public propertyRadius Gets the radius of the arc.
Public propertyStartPoint Gets the start Point of the arc.
Top
See Also