Class HeidenhainCycleDef7Arg
Argument of Heidenhain CYCL DEF 7. Datum Shift.
public class HeidenhainCycleDef7Arg : IHeidenhainBlockCacheArg
- Inheritance
-
HeidenhainCycleDef7Arg
- Implements
- Inherited Members
- Extension Methods
Properties
DatumTableId
If table Id ==-1, the cycle does not use the table from this property. TableId is exclusive with SyntaxShift.
public int DatumTableId { get; set; }
Property Value
SyntaxShift
If value is null, the cycle does not use the shift from this property. SyntaxShift is exclusive with DatumTableId.
public Vec3d SyntaxShift { get; set; }
Property Value
Methods
ToString()
Returns a string representation of the datum shift value.
public override string ToString()
Returns
- string
A string representation based on either the datum table ID or the syntax shift value.