| Package | Description |
|---|---|
| org.bimserver.models.ifc2x3tc1 | |
| org.bimserver.models.ifc2x3tc1.impl | |
| org.bimserver.models.ifc2x3tc1.util | |
| org.bimserver.utils |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcGridPlacement
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcLocalPlacement
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
| Modifier and Type | Method and Description |
|---|---|
IfcObjectPlacement |
Ifc2x3tc1Factory.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.
|
| 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. |
| 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 |
Ifc2x3tc1FactoryImpl.createIfcObjectPlacement() |
IfcObjectPlacement |
IfcProductImpl.getObjectPlacement() |
IfcObjectPlacement |
IfcLocalPlacementImpl.getPlacementRelTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcProductImpl.setObjectPlacement(IfcObjectPlacement newObjectPlacement) |
void |
IfcLocalPlacementImpl.setPlacementRelTo(IfcObjectPlacement newPlacementRelTo) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc2x3tc1Switch.caseIfcObjectPlacement(IfcObjectPlacement object)
Returns the result of interpreting the object as an instance of 'Ifc Object Placement'.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
IfcUtils.getAbsolutePosition(IfcObjectPlacement ifcObjectPlacement)
Not finished, does not take into account the directions
|
static double[] |
IfcTools2D.placementToMatrix(IfcObjectPlacement objectPlacement) |
Copyright © 2018 OpenSource BIM. All rights reserved.