| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcEdgeCurve
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 |
IfcOrientedEdge
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 |
IfcSubedge
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 |
|---|---|
IfcEdge |
Ifc4Factory.createIfcEdge()
Returns a new object of class 'Ifc Edge'.
|
IfcEdge |
IfcOrientedEdge.getEdgeElement()
Returns the value of the 'Edge Element' reference.
|
IfcEdge |
IfcSubedge.getParentEdge()
Returns the value of the 'Parent Edge' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcOrientedEdge.setEdgeElement(IfcEdge value)
Sets the value of the '
Edge Element' reference. |
void |
IfcSubedge.setParentEdge(IfcEdge value)
Sets the value of the '
Parent Edge' reference. |
| Modifier and Type | Method and Description |
|---|---|
IfcEdge |
Ifc4FactoryImpl.createIfcEdge() |
IfcEdge |
IfcOrientedEdgeImpl.getEdgeElement() |
IfcEdge |
IfcSubedgeImpl.getParentEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcOrientedEdgeImpl.setEdgeElement(IfcEdge newEdgeElement) |
void |
IfcSubedgeImpl.setParentEdge(IfcEdge newParentEdge) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcEdge(IfcEdge object)
Returns the result of interpreting the object as an instance of 'Ifc
Edge'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.