| Package | Description |
|---|---|
| org.bimserver.models.geometry | |
| org.bimserver.models.geometry.impl | |
| org.bimserver.models.geometry.util | |
| org.bimserver.models.store | |
| org.bimserver.models.store.impl |
| Modifier and Type | Method and Description |
|---|---|
Vector3f |
GeometryFactory.createVector3f()
Returns a new object of class 'Vector3f'.
|
Vector3f |
GeometryInfo.getMaxBounds()
Returns the value of the 'Max Bounds' reference.
|
Vector3f |
GeometryInfo.getMinBounds()
Returns the value of the 'Min Bounds' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryInfo.setMaxBounds(Vector3f value)
Sets the value of the '
Max Bounds' reference. |
void |
GeometryInfo.setMinBounds(Vector3f value)
Sets the value of the '
Min Bounds' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector3fImpl
An implementation of the model object 'Vector3f'.
|
| Modifier and Type | Method and Description |
|---|---|
Vector3f |
GeometryFactoryImpl.createVector3f() |
Vector3f |
GeometryInfoImpl.getMaxBounds() |
Vector3f |
GeometryInfoImpl.getMinBounds() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryInfoImpl.setMaxBounds(Vector3f newMaxBounds) |
void |
GeometryInfoImpl.setMinBounds(Vector3f newMinBounds) |
| Modifier and Type | Method and Description |
|---|---|
T |
GeometrySwitch.caseVector3f(Vector3f object)
Returns the result of interpreting the object as an instance of 'Vector3f'.
|
| Modifier and Type | Method and Description |
|---|---|
Vector3f |
ConcreteRevision.getMaxBounds()
Returns the value of the 'Max Bounds' reference.
|
Vector3f |
ConcreteRevision.getMinBounds()
Returns the value of the 'Min Bounds' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcreteRevision.setMaxBounds(Vector3f value)
Sets the value of the '
Max Bounds' reference. |
void |
ConcreteRevision.setMinBounds(Vector3f value)
Sets the value of the '
Min Bounds' reference. |
| Modifier and Type | Method and Description |
|---|---|
Vector3f |
ConcreteRevisionImpl.getMaxBounds() |
Vector3f |
ConcreteRevisionImpl.getMinBounds() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcreteRevisionImpl.setMaxBounds(Vector3f newMaxBounds) |
void |
ConcreteRevisionImpl.setMinBounds(Vector3f newMinBounds) |
Copyright © 2016 OpenSource BIM. All rights reserved.