Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.fields | |
com.openinventor.meshviz.data | |
com.openinventor.meshviz.elements | |
com.openinventor.meshviz.graph |
Modifier and Type | Method and Description |
---|---|
SbBox2f |
SbBox2f.intersection(SbBox2f box)
Returns the intersection of the specified box with this box.
|
SbBox2f |
SbBox2f.setValue(float[] components) |
SbBox2f |
SbBox2f.setValue(float[] components,
int startIndex) |
static SbBox2f[] |
SbBox2f.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbBox2f.extendBy(SbBox2f r)
Extends this box (if necessary) to contain the specified box.
|
boolean |
SbBox2f.intersect(SbBox2f bb)
Returns true if the specified box intersects this box.
|
SbBox2f |
SbBox2f.intersection(SbBox2f box)
Returns the intersection of the specified box with this box.
|
void |
SbBox2f.setValue(SbBox2f copyFrom) |
Constructor and Description |
---|
SbBox2f(SbBox2f copyFrom) |
Modifier and Type | Method and Description |
---|---|
SbBox2f |
SoSFBox2f.getValue()
Returns this field's value.
|
Modifier and Type | Method and Description |
---|---|
void |
SoSFBox2f.setValue(SbBox2f newValue)
Sets this field to
newValue.
|
Constructor and Description |
---|
SoSFBox2f(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbBox2f defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
SbBox2f |
PbMesh2D.get2DBoundingBox()
Gets the 2D mesh's bounding box.
|
Modifier and Type | Method and Description |
---|---|
static SbBox2f |
PoProfileElement.getBBox(SoState state) |
Modifier and Type | Method and Description |
---|---|
SbBox2f |
PbDomain.get2DDomain()
Gets the 2D domain.
|
Modifier and Type | Method and Description |
---|---|
void |
PbDomain.setDomain(SbBox2f box)
Calls setDomain(box, PbDomain.BoundingBoxTypes.valueOf( PbDomain.BoundingBoxTypes.AS_IS.getValue() )).
|
void |
PbDomain.setDomain(SbBox2f box,
PbDomain.BoundingBoxTypes type)
Sets a 2D domain.
|
Constructor and Description |
---|
PbDomain(SbBox2f box)
Calls PbDomain(box, PbDomain.BoundingBoxTypes.valueOf( PbDomain.BoundingBoxTypes.AS_IS.getValue() )).
|
PbDomain(SbBox2f box,
PbDomain.BoundingBoxTypes type)
Constructor of a 2D domain.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com