Class RadialRadiusOffsetClaim
Buffer for radius compensation operations in numerical control
public class RadialRadiusOffsetClaim : IClaim
- Inheritance
-
RadialRadiusOffsetClaim
- Implements
- Inherited Members
- Extension Methods
Properties
CenterProgramPos
For arc command only.
public Vec3d CenterProgramPos { get; set; }
Property Value
CompensatedPosOnProgramCoordinate
Program Pos at certain NcLine. Program Pos can be Cartesian XYZ or Polar Coordinate Interpolation Mode (G12.1) XCZ.
public Vec3d CompensatedPosOnProgramCoordinate { get; set; }
Property Value
TransientBeginMc
For arc command only.
public DVec3d TransientBeginMc { get; set; }
Property Value
TransientBeginProgramPos
For arc command only.
public Vec3d TransientBeginProgramPos { get; set; }
Property Value
TransientEndMc
For arc command only.
public DVec3d TransientEndMc { get; set; }
Property Value
TransientEndProgramPos
For arc command only.
public Vec3d TransientEndProgramPos { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.