Package | Description |
---|---|
com.openinventor.inventor.nodes |
Modifier and Type | Method and Description |
---|---|
static SoInstanceParameter.PredefinedParameters |
SoInstanceParameter.PredefinedParameters.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static SoInstanceParameter.PredefinedParameters |
SoInstanceParameter.PredefinedParameters.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoInstanceParameter.PredefinedParameters |
SoInstanceParameter.PredefinedParameters.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoInstanceParameter.PredefinedParameters[] |
SoInstanceParameter.PredefinedParameters.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SoInstanceParameter |
SoInstanceParameter.createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey,
SoBufferObject values)
Calls createPredefinedParameter(paramKey, values, (int)1).
|
static SoInstanceParameter |
SoInstanceParameter.createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey,
SoBufferObject values,
int divisor)
Creates an instance parameter object for one of the predefined attribute names.
|
static java.lang.String |
SoInstanceParameter.getPredefinedParameterName(SoInstanceParameter.PredefinedParameters paramKey)
Returns the predefined instance parameter name for the specified paramKey.
|
void |
SoInstanceParameter.setPredefinedParameterName(SoInstanceParameter.PredefinedParameters paramKey)
Sets the
name field to the string corresponding to the given paramKey. |
Generated on August 20, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com