| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcGridPlacement
A representation of the model object 'Ifc Grid Placement'.
|
interface |
IfcLocalPlacement
A representation of the model object 'Ifc Local Placement'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcObjectPlacement |
Ifc4Factory.createIfcObjectPlacement()
Returns a new object of class 'Ifc Object Placement'.
|
IfcObjectPlacement |
IfcProduct.getObjectPlacement()
Returns the value of the 'Object Placement' reference.
|
IfcObjectPlacement |
IfcLocalPlacement.getPlacementRelTo()
Returns the value of the 'Placement Rel To' reference.
|
IfcObjectPlacement |
IfcStructuralAnalysisModel.getSharedPlacement()
Returns the value of the 'Shared Placement' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcProduct.setObjectPlacement(IfcObjectPlacement value)
Sets the value of the '
Object Placement' reference. |
void |
IfcLocalPlacement.setPlacementRelTo(IfcObjectPlacement value)
Sets the value of the '
Placement Rel To' reference. |
void |
IfcStructuralAnalysisModel.setSharedPlacement(IfcObjectPlacement value)
Sets the value of the '
Shared Placement' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IfcGridPlacementImpl
An implementation of the model object 'Ifc Grid Placement'.
|
class |
IfcLocalPlacementImpl
An implementation of the model object 'Ifc Local Placement'.
|
class |
IfcObjectPlacementImpl
An implementation of the model object 'Ifc Object Placement'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcObjectPlacement |
Ifc4FactoryImpl.createIfcObjectPlacement() |
IfcObjectPlacement |
IfcProductImpl.getObjectPlacement() |
IfcObjectPlacement |
IfcLocalPlacementImpl.getPlacementRelTo() |
IfcObjectPlacement |
IfcStructuralAnalysisModelImpl.getSharedPlacement() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcProductImpl.setObjectPlacement(IfcObjectPlacement newObjectPlacement) |
void |
IfcLocalPlacementImpl.setPlacementRelTo(IfcObjectPlacement newPlacementRelTo) |
void |
IfcStructuralAnalysisModelImpl.setSharedPlacement(IfcObjectPlacement newSharedPlacement) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcObjectPlacement(IfcObjectPlacement object)
Returns the result of interpreting the object as an instance of 'Ifc Object Placement'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.