| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Method and Description |
|---|---|
static PoAutoCubeAxis.AxisTypes |
PoAutoCubeAxis.AxisTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoAutoCubeAxis.AxisTypes |
PoAutoCubeAxis.AxisTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoAutoCubeAxis.AxisTypes |
PoAutoCubeAxis.AxisTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoAutoCubeAxis.AxisTypes[] |
PoAutoCubeAxis.AxisTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoAutoCubeAxis(SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxis.AxisTypes xAxisType,
PoAutoCubeAxis.AxisTypes yAxisType,
PoAutoCubeAxis.AxisTypes zAxisType)
Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, (java.lang.String)null, (java.lang.String)null, (java.lang.String)null).
|
PoAutoCubeAxis(SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxis.AxisTypes xAxisType,
PoAutoCubeAxis.AxisTypes yAxisType,
PoAutoCubeAxis.AxisTypes zAxisType,
java.lang.String xTtle)
Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, xTtle, (java.lang.String)null, (java.lang.String)null).
|
PoAutoCubeAxis(SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxis.AxisTypes xAxisType,
PoAutoCubeAxis.AxisTypes yAxisType,
PoAutoCubeAxis.AxisTypes zAxisType,
java.lang.String xTtle,
java.lang.String yTtle)
Calls PoAutoCubeAxis(_start, _end, xAxisType, yAxisType, zAxisType, xTtle, yTtle, (java.lang.String)null).
|
PoAutoCubeAxis(SbVec3f _start,
SbVec3f _end,
PoAutoCubeAxis.AxisTypes xAxisType,
PoAutoCubeAxis.AxisTypes yAxisType,
PoAutoCubeAxis.AxisTypes zAxisType,
java.lang.String xTtle,
java.lang.String yTtle,
java.lang.String zTtle)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com