| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.topology.entity |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IfcVertexPoint
A vertex point is a vertex which has its geometry defined as a point.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcVertex |
IfcEdge.edgeEnd |
private IfcVertex |
IfcEdge.edgeStart |
private IfcVertex |
IfcVertexLoop.loopVertex |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcVertex |
IfcEdge.getEdgeEnd() |
IfcVertex |
IfcEdge.getEdgeStart() |
IfcVertex |
IfcVertexLoop.getLoopVertex() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcEdge.setEdgeEnd(IfcVertex edgeEnd) |
void |
IfcEdge.setEdgeStart(IfcVertex edgeStart) |
void |
IfcVertexLoop.setLoopVertex(IfcVertex loopVertex) |
| 构造器和说明 |
|---|
IfcEdge(IfcVertex edgeStart,
IfcVertex edgeEnd) |
IfcEdgeCurve(IfcVertex edgeStart,
IfcVertex edgeEnd,
IfcCurve edgeGeometry,
BOOLEAN sameSense) |
IfcOrientedEdge(IfcVertex edgeStart,
IfcVertex edgeEnd,
IfcEdge edgeElement,
BOOLEAN orientation) |
IfcSubedge(IfcVertex edgeStart,
IfcVertex edgeEnd,
IfcEdge parentEdge) |
IfcVertexLoop(IfcVertex loopVertex) |
Copyright © 2023. All rights reserved.