| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Method and Description |
|---|---|
static PbDomain.BoundingBoxTypes |
PbDomain.BoundingBoxTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PbDomain.BoundingBoxTypes |
PbDomain.BoundingBoxTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PbDomain.BoundingBoxTypes |
PbDomain.BoundingBoxTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PbDomain.BoundingBoxTypes[] |
PbDomain.BoundingBoxTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PbDomain.setDomain(float xmin,
float ymin,
float zmin,
float xmax,
float ymax,
float zmax,
PbDomain.BoundingBoxTypes type)
Sets a 3D domain.
|
void |
PbDomain.setDomain(float xmin,
float ymin,
float xmax,
float ymax,
PbDomain.BoundingBoxTypes type)
Sets a 2D domain.
|
void |
PbDomain.setDomain(SbBox2f box,
PbDomain.BoundingBoxTypes type)
Sets a 2D domain.
|
void |
PbDomain.setDomain(SbBox3f box,
PbDomain.BoundingBoxTypes type)
Sets a 3D domain.
|
| Constructor and Description |
|---|
PbDomain(float xmin,
float ymin,
float zmin,
float xmax,
float ymax,
float zmax,
PbDomain.BoundingBoxTypes type)
Constructor of a 3D domain.
|
PbDomain(float xmin,
float ymin,
float xmax,
float ymax,
PbDomain.BoundingBoxTypes type)
Constructor of a 2D domain.
|
PbDomain(SbBox2f box,
PbDomain.BoundingBoxTypes type)
Constructor of a 2D domain.
|
PbDomain(SbBox3f box,
PbDomain.BoundingBoxTypes type)
Constructor of a 3D domain.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com