Package | Description |
---|---|
com.openinventor.inventor.fields | |
com.openinventor.inventor.nodes |
Modifier and Type | Method and Description |
---|---|
SoInstanceParameter |
SoMFInstanceParameter.findParameterByName(java.lang.String name)
Returns the first parameter with the specified name.
|
SoInstanceParameter |
SoMFInstanceParameter.get1Value(int i)
Deprecated.
|
SoInstanceParameter |
SoMFInstanceParameter.getValueAt(int i) |
Modifier and Type | Method and Description |
---|---|
int |
SoMFInstanceParameter.find(SoInstanceParameter targetValue)
Calls find(targetValue, false).
|
int |
SoMFInstanceParameter.find(SoInstanceParameter targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFInstanceParameter.set1Value(int index,
SoInstanceParameter newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFInstanceParameter.setValue(SoInstanceParameter newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoMFInstanceParameter.setValues(int start,
SoInstanceParameter[] newValues)
Sets
num values starting at index
start to the values.
|
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.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com