| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoCartesianAxis.Types> |
PoCartesianAxis.type
Type of the axis (XY, XZ, YX, ...
|
| Modifier and Type | Method and Description |
|---|---|
static PoCartesianAxis.Types |
PoCartesianAxis.Types.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoCartesianAxis.Types |
PoCartesianAxis.Types.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoCartesianAxis.Types |
PoCartesianAxis.Types.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoCartesianAxis.Types[] |
PoCartesianAxis.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoGenAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
java.lang.String[] _gradList)
Constructor of a generalized axis with graduations _gradList .
|
PoLinearAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type)
Calls PoLinearAxis(_start, _end, _type, (float)0.0).
|
PoLinearAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
float _step)
Constructor.
|
PoLinearAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
float _gradStart,
float _gradEnd)
Calls PoLinearAxis(_start, _end, _type, _gradStart, _gradEnd, (float)0.0).
|
PoLinearAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
float _gradStart,
float _gradEnd,
float _step)
Constructor.
|
PoLogAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type)
Calls PoLogAxis(_start, _end, _type, PoLogAxis.DecadeListDefs.valueOf( PoLogAxis.DecadeListDefs.DECADE_LIST_AUTO.getValue() ), (short[])null).
|
PoLogAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
float _gradStart,
float _gradEnd)
Calls PoLogAxis(_start, _end, _type, _gradStart, _gradEnd, PoLogAxis.DecadeListDefs.valueOf( PoLogAxis.DecadeListDefs.DECADE_LIST_AUTO.getValue() ), (short[])null).
|
PoLogAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
float _gradStart,
float _gradEnd,
PoLogAxis.DecadeListDefs _decadeListDef)
Calls PoLogAxis(_start, _end, _type, _gradStart, _gradEnd, _decadeListDef, (short[])null).
|
PoLogAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
float _gradStart,
float _gradEnd,
PoLogAxis.DecadeListDefs _decadeListDef,
short[] _decadeList)
Constructor.
|
PoLogAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
PoLogAxis.DecadeListDefs _decadeListDef)
Calls PoLogAxis(_start, _end, _type, _decadeListDef, (short[])null).
|
PoLogAxis(SbVec3f _start,
float _end,
PoCartesianAxis.Types _type,
PoLogAxis.DecadeListDefs _decadeListDef,
short[] _decadeList)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com