注:定义根据ISO/CD 10303-42:1992
循环是由单个顶点构造的拓扑实体,或通过将连接(定向)的边或以同一顶点为起点和终点的直线段串在一起而构成的拓扑实体。它通常用于绑定曲面上的面。循环的维数为0或1。0维循环的域是一个单点。一维回路的域是一条连通的有向曲线,但不必是流形的。由于循环是一个圆,其起点/终点的位置是任意的。循环的域包括它的界,0≤Ξ<∞。循环由一个顶点表示,或由定向边的有序集合或点的有序集合表示。循环是一个图,因此M和图属Gl可以通过图遍历算法来确定。由于M=1,在这种情况下,欧拉方程(1)减小为
其中V和El是循环中唯一顶点和定向边的数目,Gl是循环的亏格。
注:实体改编自ISO 10303-42中定义的回路。
IFC2x中增加的新实体。
非正式提议:
①循环的范围是有限的。
②回路描述具有重合起点和终点的闭合(拓扑)曲线。
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @AssignedItems |
S[0:1] | Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items. | X | |
StyledByItem | IfcStyledItem @Item |
S[0:1] | Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve. | X | |
IfcTopologicalRepresentationItem | |||||
IfcLoop |
EXPRESS Specification
ENTITY IfcLoop
SUPERTYPE OF(ONEOF(IfcEdgeLoop, IfcPolyLoop, IfcVertexLoop))
SUBTYPE OF (IfcTopologicalRepresentationItem);
END_ENTITY;