| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoBiErrorPointField.VariationTypes> |
PoBiErrorPointField.variationType
Defines the interpretation of the values lowX, lowY, highX, highY.
|
| Modifier and Type | Method and Description |
|---|---|
static PoBiErrorPointField.VariationTypes |
PoBiErrorPointField.VariationTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoBiErrorPointField.VariationTypes |
PoBiErrorPointField.VariationTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoBiErrorPointField.VariationTypes |
PoBiErrorPointField.VariationTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoBiErrorPointField.VariationTypes[] |
PoBiErrorPointField.VariationTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, true, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type,
boolean _isShapeVisible)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, _isShapeVisible, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type,
boolean _isShapeVisible,
boolean _isSkeletonVisible)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com