Table of Contents

Class PlaneSelect

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section key holder for IPlaneSelectDef.

public class PlaneSelect : IPlaneSelectDef
Inheritance
PlaneSelect
Implements
Inherited Members
Extension Methods

Fields

XY

public const string XY = "XY"

Field Value

string

YZ

public const string YZ = "YZ"

Field Value

string

ZX

public const string ZX = "ZX"

Field Value

string

Properties

Plane

Active plane axis-pair (XY, ZX, or YZ).

public string Plane { get; set; }

Property Value

string

Methods

GetNormalAxisIndex(string)

Perpendicular (normal) axis index for the plane. XY→2 (Z normal), ZX→1 (Y normal), YZ→0 (X normal).

public static int GetNormalAxisIndex(string plane)

Parameters

plane string

Returns

int