Table of Contents

Interface ITiltTransformDef

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Tilt transform state written by tilt transform syntaxes. Property names are used as JSON keys via nameof.

Managed commands (ISO/Fanuc): G68 (2D rotation), G68.2 (tilted work plane), G69 (cancel). Siemens equivalent: CYCLE800, ROT/AROT (handled by separate syntax). Heidenhain equivalent: PLANE SPATIAL / PLANE RESET (handled by separate syntax).

public interface ITiltTransformDef
Extension Methods

Examples

"TiltTransform": {
  "Mode": "G68.2",
  "I": 180, "J": 90, "K": 180,
  "X": 0, "Y": 55, "Z": -45.377
}

Properties

Mode

Active tilt mode: “G68”, “G68.2”, “G69”, “PLANE SPATIAL”, “CYCLE800”, etc.

string Mode { get; set; }

Property Value

string