Uses of Class
com.openinventor.inventor.nodes.SoInstanceParameter
Packages that use SoInstanceParameter
-
Uses of SoInstanceParameter in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoInstanceParameterModifier and TypeMethodDescriptionSoMFInstanceParameter.findParameterByName(String name) Returns the first parameter with the specified name.SoMFInstanceParameter.getValueAt(int i) Methods in com.openinventor.inventor.fields with parameters of type SoInstanceParameterModifier and TypeMethodDescriptionintSoMFInstanceParameter.find(SoInstanceParameter targetValue) Calls find(targetValue, false).intSoMFInstanceParameter.find(SoInstanceParameter targetValue, boolean addIfNotFound) Finds the given targetValue in the array and returns the index of that value.voidSoMFInstanceParameter.set1Value(int index, SoInstanceParameter newValue) Sets the index'th value in the array to newValue.voidSoMFInstanceParameter.setValue(SoInstanceParameter newValue) Sets the first value in the array to newValue, and deletes.voidSoMFInstanceParameter.setValues(int start, SoInstanceParameter[] newValues) Sets num values starting at index start to the values. -
Uses of SoInstanceParameter in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoInstanceParameterModifier and TypeMethodDescriptionstatic SoInstanceParameterSoInstanceParameter.createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values) Calls createPredefinedParameter(paramKey, values, (int)1).static SoInstanceParameterSoInstanceParameter.createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values, int divisor) Creates an instance parameter object for one of the predefined attribute names.