Package com.openinventor.meshviz.fields
Class PoSFRegularCartesianGrid3D
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.fields.SoField
com.openinventor.inventor.fields.SoSField
com.openinventor.meshviz.fields.PoSFMesh
com.openinventor.meshviz.fields.PoSFRegularCartesianGrid3D
Inventor field containing a mesh of type
PbRegularCartesianGrid3D.
This field contains an instance of the class PbRegularCartesianGrid3D.-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.fields.SoField
SoField.FieldTypesNested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle -
Constructor Summary
ConstructorsConstructorDescriptionPoSFRegularCartesianGrid3D(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, PbRegularCartesianGrid3D defaultValue) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Returns this field's value.voidsetGeometry(int num_x, int num_y, int num_z, float x_min, float y_min, float z_min, float x_max, float y_max, float z_max) Convenience method to change the geometry of the mesh.voidsetValue(PbRegularCartesianGrid3D newValue) Sets this field to newValue.Methods inherited from class com.openinventor.meshviz.fields.PoSFMesh
addStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSetMethods inherited from class com.openinventor.inventor.fields.SoField
appendConnection, appendConnection, connectFrom, connectFrom, disconnect, disconnect, disconnect, enableConnection, get, getConnectedEngine, getConnectedField, getContainer, getNumConnections, getValueSize, isConnected, isConnectedFromEngine, isConnectedFromField, isConnectedFromVRMLInterp, isConnectionEnabled, isDefault, isIgnored, set, setIgnored, touchMethods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
PoSFRegularCartesianGrid3D
public PoSFRegularCartesianGrid3D(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, PbRegularCartesianGrid3D defaultValue) Default constructor.
-
-
Method Details
-
equals
-
setValue
Sets this field to newValue. -
setGeometry
public void setGeometry(int num_x, int num_y, int num_z, float x_min, float y_min, float z_min, float x_max, float y_max, float z_max) Convenience method to change the geometry of the mesh. See alsoPbRegularCartesianGrid3D.setGeometry(). -
getValue
Returns this field's value.
-