Class PlaneSelect
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
YZ
public const string YZ = "YZ"
Field Value
ZX
public const string ZX = "ZX"
Field Value
Properties
Plane
Active plane axis-pair (XY, ZX, or YZ).
public string Plane { get; set; }
Property Value
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
planestring