Uses of Class
com.openinventor.meshviz.data.PbHexahedronMesh3D
-
Packages that use PbHexahedronMesh3D Package Description com.openinventor.meshviz.data com.openinventor.meshviz.fields -
-
Uses of PbHexahedronMesh3D in com.openinventor.meshviz.data
Constructors in com.openinventor.meshviz.data with parameters of type PbHexahedronMesh3D Constructor Description PbHexahedronMesh3D(PbHexahedronMesh3D mesh)
Copy constructor. -
Uses of PbHexahedronMesh3D in com.openinventor.meshviz.fields
Methods in com.openinventor.meshviz.fields that return PbHexahedronMesh3D Modifier and Type Method Description PbHexahedronMesh3D
PoSFHexahedronMesh3D. getValue()
Returns this field's value.Methods in com.openinventor.meshviz.fields with parameters of type PbHexahedronMesh3D Modifier and Type Method Description void
PoSFHexahedronMesh3D. setValue(PbHexahedronMesh3D newValue)
Sets this field to newValue.Constructors in com.openinventor.meshviz.fields with parameters of type PbHexahedronMesh3D Constructor Description PoSFHexahedronMesh3D(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, PbHexahedronMesh3D defaultValue)
Default constructor.
-