public class PbDefinedValue extends Inventor
In order to change this default behavior, this class must be subclassed by overriding operator()() and/or getUndef().
Undefined values are used when applying a "data mapping". See PbDataMapping and PbDataMapping.setMinThreshold() or PbDataMapping.setMaxThreshold().
Inventor.ConstructorCommandVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
PbDefinedValue()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getUndef(int set_index)
The default instance of
PbDefinedValue always returns 0.0, the default float value used to indicate an "undefined" value. |
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic float getUndef(int set_index)
PbDefinedValue always returns 0.0, the default float value used to indicate an "undefined" value.
This float value is used by MeshViz to set a node's value to something that means "undefined". This method should be overridden (by subclassing) if the application wants a value other than 0.0 to indicate an "undefined" value.Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com