| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.topology.entity |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IfcEdgeCurve
An edge curve is a special subtype of edge which has its geometry fully defined.
|
class |
IfcOrientedEdge
An oriented edge is an edge constructed from another edge and contains a BOOLEAN direction flag to indicate
whether or not the orientation of the constructed edge agrees with the orientation of the original edge.
|
class |
IfcSubedge
A subedge is an edge whose domain is a connected portion of the domain of an existing edge.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcEdge |
IfcOrientedEdge.edgeElement |
private IfcEdge |
IfcSubedge.parentEdge |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcEdge |
IfcOrientedEdge.getEdgeElement() |
IfcEdge |
IfcSubedge.getParentEdge() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcOrientedEdge.setEdgeElement(IfcEdge edgeElement) |
void |
IfcSubedge.setParentEdge(IfcEdge parentEdge) |
| 构造器和说明 |
|---|
IfcOrientedEdge(IfcVertex edgeStart,
IfcVertex edgeEnd,
IfcEdge edgeElement,
BOOLEAN orientation) |
IfcSubedge(IfcVertex edgeStart,
IfcVertex edgeEnd,
IfcEdge parentEdge) |
Copyright © 2023. All rights reserved.