Uses of Class
com.openinventor.meshviz.data.PbRegularCartesianGrid2D
Packages that use PbRegularCartesianGrid2D
-
Uses of PbRegularCartesianGrid2D in com.openinventor.meshviz.data
Constructors in com.openinventor.meshviz.data with parameters of type PbRegularCartesianGrid2DModifierConstructorDescriptionPbRegularCartesianGrid2D
(int num_x, int num_y, PbRegularCartesianGrid2D other_mesh) Constructor of a regular grid mesh, by refining the given other_mesh.Copy constructor. -
Uses of PbRegularCartesianGrid2D in com.openinventor.meshviz.fields
Methods in com.openinventor.meshviz.fields that return PbRegularCartesianGrid2DModifier and TypeMethodDescriptionPoSFRegularCartesianGrid2D.getValue()
Returns this field's value.Methods in com.openinventor.meshviz.fields with parameters of type PbRegularCartesianGrid2DModifier and TypeMethodDescriptionvoid
PoSFRegularCartesianGrid2D.setValue
(PbRegularCartesianGrid2D newValue) Sets this field to newValue.Constructors in com.openinventor.meshviz.fields with parameters of type PbRegularCartesianGrid2DModifierConstructorDescriptionPoSFRegularCartesianGrid2D
(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, PbRegularCartesianGrid2D defaultValue) Default constructor.