Uses of Class
com.openinventor.meshviz.data.PbIndexedMesh2D
Packages that use PbIndexedMesh2D
-
Uses of PbIndexedMesh2D in com.openinventor.meshviz.data
Subclasses of PbIndexedMesh2D in com.openinventor.meshviz.dataModifier and TypeClassDescriptionclassDefines a surface mesh of quadrangles.classDefines a surface mesh of triangles.Constructors in com.openinventor.meshviz.data with parameters of type PbIndexedMesh2D -
Uses of PbIndexedMesh2D in com.openinventor.meshviz.fields
Methods in com.openinventor.meshviz.fields that return PbIndexedMesh2DMethods in com.openinventor.meshviz.fields with parameters of type PbIndexedMesh2DModifier and TypeMethodDescriptionvoidPoSFIndexedMesh2D.setValue(PbIndexedMesh2D newValue) Sets this field to newValue.Constructors in com.openinventor.meshviz.fields with parameters of type PbIndexedMesh2DModifierConstructorDescriptionPoSFIndexedMesh2D(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, PbIndexedMesh2D defaultValue) Default constructor.