zoukankan      html  css  js  c++  java
  • IfcLoop

    注:定义根据ISO/CD 10303-42:1992

    循环是由单个顶点构造的拓扑实体,或通过将连接(定向)的边或以同一顶点为起点和终点的直线段串在一起而构成的拓扑实体。它通常用于绑定曲面上的面。循环的维数为0或1。0维循环的域是一个单点。一维回路的域是一条连通的有向曲线,但不必是流形的。由于循环是一个圆,其起点/终点的位置是任意的。循环的域包括它的界,0≤Ξ<∞。循环由一个顶点表示,或由定向边的有序集合或点的有序集合表示。循环是一个图,因此M和图属Gl可以通过图遍历算法来确定。由于M=1,在这种情况下,欧拉方程(1)减小为

    其中V和El是循环中唯一顶点和定向边的数目,Gl是循环的亏格。

    注:实体改编自ISO 10303-42中定义的回路。

    IFC2x中增加的新实体。

    非正式提议:

    ①循环的范围是有限的。

    ②回路描述具有重合起点和终点的闭合(拓扑)曲线。

    #AttributeTypeCardinalityDescriptionC
    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;
  • 相关阅读:
    CentOS/Ubuntu安装最新的gcc-9
    CentOS 7 源码安装 CMake 3.16.2 最新稳定版。解决 cmake: command not found 问题
    堆排序
    linux可重入、异步信号安全和线程安全
    目录
    教程文档
    推荐文章
    学习文档
    开发工具-索引
    同步/异步/阻塞/非阻塞
  • 原文地址:https://www.cnblogs.com/herd/p/14075594.html
Copyright © 2011-2022 走看看