Click or drag to resize
PoCartesianAxisTypes Enumeration

Type of axis orientation.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Types
Members
  Member nameValueDescription
XY0

X-Axis in the plane XY.

XZ1

X-Axis in the plane XZ.

YX2

Y-Axis in the plane YX.

YZ3

Y-Axis in the plane YZ.

ZX4

Z-Axis in the plane ZX.

ZY5

Z-Axis in the plane ZY.

Remarks