Package | Description |
---|---|
com.openinventor.meshviz.graph |
Modifier and Type | Field and Description |
---|---|
SoSFEnum<PoLogAxis.DecadeListDefs> |
PoLogAxis.decadeListDef
Specifies if the list of decade graduations is given by the user or is automatically computed.
|
Modifier and Type | Method and Description |
---|---|
static PoLogAxis.DecadeListDefs |
PoLogAxis.DecadeListDefs.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoLogAxis.DecadeListDefs |
PoLogAxis.DecadeListDefs.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoLogAxis.DecadeListDefs |
PoLogAxis.DecadeListDefs.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoLogAxis.DecadeListDefs[] |
PoLogAxis.DecadeListDefs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
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 January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com