public class PoIsovaluesList extends PoNode
PoIsovaluesList node is traversed. An isovalue list is a list of floating-point values sorted by increasing order.
 File format/default:
| isovaluesList | 0 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PoIsovaluesList.IsoList  | 
Inventor.ConstructorCommand| Modifier and Type | Field and Description | 
|---|---|
SoMFFloat | 
isovaluesList
Defines the list of isovalues. 
 | 
VERBOSE_LEVEL, ZeroHandle| Constructor and Description | 
|---|
PoIsovaluesList()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PoIsovaluesList.IsoList | 
getDirectIsoList()
Convenience method which returns information about the isovalue list. 
 | 
PoIsovaluesList.IsoList | 
getIsoList()
Convenience method which returns information about the isovalue list. 
 | 
void | 
setRegularIsoList(float min,
                 float max,
                 int numValues)
Convenience method to create a regular isovalue list with numValues values. 
 | 
void | 
setRegularIsoList(int numFloats,
                 float[] values,
                 int numValues)
Convenience method to create a regular isovalue list with numValues values. 
 | 
void | 
setRegularIsoList(int numValues,
                 float firstValue,
                 float step)
Convenience method to create a regular isovalue list with numValues values. 
 | 
callback, doAction, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search, writeaffectsState, copy, copy, distribute, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, rayPick, setOverride, touchcopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic final SoMFFloat isovaluesList
public PoIsovaluesList.IsoList getIsoList()
public void setRegularIsoList(float min,
                              float max,
                              int numValues)
public PoIsovaluesList.IsoList getDirectIsoList()
public void setRegularIsoList(int numValues,
                              float firstValue,
                              float step)
public void setRegularIsoList(int numFloats,
                              float[] values,
                              int numValues)
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com