zoukankan      html  css  js  c++  java
  • IfcFacetedBrep

    IfcFacetedBrep是一个流形实体brep,其限制条件是所有面都是平面和有界多边形。

    注:IfcFacetedBrep的使用仅限于具有平面的边界表示模型。这些曲面由边界多边形隐式表示。该图显示了用于刻面brep的拓扑和几何表示项。

    在IfcFacetedBrep中使用的每个IfcCartesianPoint都应该由一个包围不同IfcFace的IfcPolyLoop引用三次。

    上图————显示IfcFacetedBrep用法的图表

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

    刻面B-rep是一种简单的边界表示模型,其中所有的面都是平面的,所有的边都是直线。与B-rep模型不同,边和顶点在模型中不显式表示,而是通过poly loop实体隐式可用。刻面B-rep必须满足与流形实体B-rep相同的拓扑约束。

    多面B-rep的引入是为了支持更多的系统,这些系统只允许使用平面的边界类型实体表示。

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

    IFC1.0中增加的新实体

    非正式提议:

    ①IfcFacetedBrep中所有壳体表面的所有边界环应为IfcPolyLoop类型。

    ②所有顶点应被共享顶点的所有polyLoop引用。每个笛卡尔点应至少由三个多段环路引用。

    #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
    IfcGeometricRepresentationItem
    IfcSolidModel
      Dim
    :=3
    IfcDimensionCount [1:1] The space dimensionality of this class, it is always 3. X
    IfcManifoldSolidBrep
    1 Outer IfcClosedShell [1:1] A closed shell defining the exterior boundary of the solid. The shell normal shall point away from the interior of the solid. X
    IfcFacetedBrep
     

    EXPRESS Specification

    ENTITY IfcFacetedBrep
     SUPERTYPE OF(IfcFacetedBrepWithVoids)
     SUBTYPE OF (IfcManifoldSolidBrep);
    END_ENTITY;
  • 相关阅读:
    Java学习——HashMap
    git 常用命令
    java 正则表达式
    java 读写文件
    python Shapely 使用指南
    java 删除目录、 文件
    Java maven安装GDAL
    postgresql运维
    (转)媒体格式分析之flv -- 基于FFMPEG
    (转)rtmp协议简单解析以及用其发送h264的flv文件
  • 原文地址:https://www.cnblogs.com/herd/p/13479496.html
Copyright © 2011-2022 走看看