Interface ICLDEDMMoveSpan
Parameters of the motion for only one wire EDM guide - top or bottom. Type of motion (cut or arc), end point coordinates, arc center and corner rounding radius.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDEDMMoveSpan
Properties
ArcR
Radius for the arc motion. The sign defines the arc direction: positive value - counterclockwise, negative value - clockwise.
Declaration
double ArcR { get; }
Property Value
Type | Description |
---|---|
System.Double |
Center
Center point coordinates X, Y for the arc motion.
Declaration
TInp2DPoint Center { get; }
Property Value
Type | Description |
---|---|
TInp2DPoint |
EP
End point coordinates X, Y, Z.
Declaration
TInp3DPoint EP { get; }
Property Value
Type | Description |
---|---|
TInp3DPoint |
IsArc
Returns "True" if it's an arc motion, "False" means the line motion.
Declaration
bool IsArc { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCut
Returns "True" if it's a line motion, "False" means the arc motion.
Declaration
bool IsCut { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
RollR
Specifies the corner rounding radius of the sharp angle.
Declaration
double RollR { get; }
Property Value
Type | Description |
---|---|
System.Double |