Table of Contents

Class HeidenhainCycleDef7Arg

Namespace
Hi.Numerical.NcArgs
Assembly
HiUniNc.dll

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

int

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

Vec3d

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.