Class ActClArc
Represents an arc movement action for cutter location.
public class ActClArc : IActClMove, IAct
- Inheritance
-
ActClArc
- Implements
- Inherited Members
- Extension Methods
Constructors
ActClArc(ClCircleArc)
Initializes a new instance of the ActClArc class.
public ActClArc(ClCircleArc path)
Parameters
path
ClCircleArcThe circle arc path.
Properties
ClCircleArc
Gets or sets the cutter location circle arc.
public ClCircleArc ClCircleArc { get; set; }
Property Value
Methods
GetClPath()
Gets the cutter location path.
public IClPath GetClPath()
Returns
- IClPath
The cutter location path.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.