| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoArrow3.PatternTypes> |
PoArrow3.endPatternType
Defines the end arrow pattern type.
|
SoSFEnum<PoArrow3.PatternTypes> |
PoArrow3.startPatternType
Defines the start arrow pattern type.
|
| Modifier and Type | Method and Description |
|---|---|
static PoArrow3.PatternTypes |
PoArrow3.PatternTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoArrow3.PatternTypes |
PoArrow3.PatternTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoArrow3.PatternTypes |
PoArrow3.PatternTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoArrow3.PatternTypes[] |
PoArrow3.PatternTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoArrow3(SbVec3f[] _point,
PoArrow3.PatternTypes startType)
Calls PoArrow3(_point, startType, PoArrow3.PatternTypes.valueOf( PoArrow3.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f).
|
PoArrow3(SbVec3f[] _point,
PoArrow3.PatternTypes startType,
PoArrow3.PatternTypes endType)
Calls PoArrow3(_point, startType, endType, (float)0.05f, (float)0.03f).
|
PoArrow3(SbVec3f[] _point,
PoArrow3.PatternTypes startType,
PoArrow3.PatternTypes endType,
float _patternWidth)
Calls PoArrow3(_point, startType, endType, _patternWidth, (float)0.03f).
|
PoArrow3(SbVec3f[] _point,
PoArrow3.PatternTypes startType,
PoArrow3.PatternTypes endType,
float _patternWidth,
float _patternHeight)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com