Interface ICyclDef
- Namespace
- Hi.NcParsers.Keywords.Heidenhain
- Assembly
- HiMech.dll
JSON section schema for Heidenhain CYCL DEF blocks. The
CyclHead string captures either the cycle title (e.g.
“DATUM SETTING”) or a parameter line (e.g. “Q339=+1”).
public interface ICyclDef
- Extension Methods
Properties
CyclHead
Head content of the CYCL DEF (can be title like “DATUM SETTING” or parameters like “Q339=+1”).
string CyclHead { get; set; }