Class SoInteractiveComplexityElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoAccumulatedElement
com.openinventor.inventor.elements.SoInteractiveComplexityElement
Stores the current interactive complexity.
This element stores the current interactive complexity.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBooleanFieldValue(SoState state, SoSFBool field) Return value of aSoSFBool.static intDeprecated.As of Open Inventor 9.3.0.0.static intgetEnumFieldValue(SoState state, SoSFEnum<?> field) Return value of aSoSFEnum.static doublegetScalarFieldValue(SoState state, SoSField field) Return value of scalar field as a double.voidPop method.voidOverridespush()method to copy values from next instance in the stack.static voidset(SoState state, SoInteractiveComplexity node) Set the currentSoInteractiveComplexitynode.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndexMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
getBooleanFieldValue
Return value of aSoSFBool. -
getScalarFieldValue
Return value of scalar field as a double. -
getEnumFieldValue
Return value of aSoSFEnum. -
push
Overridespush()method to copy values from next instance in the stack.- Overrides:
pushin classSoAccumulatedElement
-
pop
Pop method. -
set
Set the currentSoInteractiveComplexitynode.
-