| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcVertexPoint
A representation of the model object 'Ifc Vertex Point'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcVertex |
Ifc4Factory.createIfcVertex()
Returns a new object of class 'Ifc Vertex'.
|
IfcVertex |
IfcEdge.getEdgeEnd()
Returns the value of the 'Edge End' reference.
|
IfcVertex |
IfcEdge.getEdgeStart()
Returns the value of the 'Edge Start' reference.
|
IfcVertex |
IfcVertexLoop.getLoopVertex()
Returns the value of the 'Loop Vertex' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcEdge.setEdgeEnd(IfcVertex value)
Sets the value of the '
Edge End' reference. |
void |
IfcEdge.setEdgeStart(IfcVertex value)
Sets the value of the '
Edge Start' reference. |
void |
IfcVertexLoop.setLoopVertex(IfcVertex value)
Sets the value of the '
Loop Vertex' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IfcVertexImpl
An implementation of the model object 'Ifc Vertex'.
|
class |
IfcVertexPointImpl
An implementation of the model object 'Ifc Vertex Point'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcVertex |
Ifc4FactoryImpl.createIfcVertex() |
IfcVertex |
IfcEdgeImpl.getEdgeEnd() |
IfcVertex |
IfcEdgeImpl.getEdgeStart() |
IfcVertex |
IfcVertexLoopImpl.getLoopVertex() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcEdgeImpl.setEdgeEnd(IfcVertex newEdgeEnd) |
void |
IfcEdgeImpl.setEdgeStart(IfcVertex newEdgeStart) |
void |
IfcVertexLoopImpl.setLoopVertex(IfcVertex newLoopVertex) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcVertex(IfcVertex object)
Returns the result of interpreting the object as an instance of 'Ifc Vertex'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.