zoukankan      html  css  js  c++  java
  • IfcCardinalPointReference

    IfcCardinalPointReference是对截面轮廓的有效点的索引引用。该索引用于描述构件截面与同一构件的基准轴之间的空间关系。

    IFC4中的新类型。

    索引1…9是指轮廓边界框处的点。索引10…19是指由几何质心(通常是重心)和剪切中心定义的点,以及它们与边界框坐标的组合。本规范特别规定了以下索引值:

    bottom left
    bottom centre
    bottom right
    mid-depth left
    mid-depth centre
    mid-depth right
    top left
    top centre
    top right
    geometric centroid
    bottom in line with the geometric centroid
    left in line with the geometric centroid
    right in line with the geometric centroid
    top in line with the geometric centroid
    shear centre
    bottom in line with the shear centre
    left in line with the shear centre
    right in line with the shear centre
    top in line with the shear centre

    其他索引值是可能的,但不在本规范的范围内。

    下图说明了基数值。

    下图显示了一个具有任意轮廓(IfcArbitraryClosedProfileDef)的挤压形状示例,在构件轴上对齐“中间深度右侧”。视线沿着拉伸方向Z,该方向指向上图的绘图平面。因此,“left”位于IfcProfileDef的正X方向顶部”位于IfcProfileDef的正Y方向。

     

    Formal Propositions

    RuleDescription
    GreaterThanZero Cardinal point reference shall be greater than zero.
     

    EXPRESS Specification

    TYPE IfcCardinalPointReference = INTEGER;
     WHERE
      GreaterThanZero : SELF > 0
    END_TYPE;
    QQ 3087438119
  • 相关阅读:
    [WC2010]重建计划
    [Codeforces150E] Freezing with Style
    [Codeforces915F] Imbalance Value of a Tree
    [Codeforces1055F] Tree and XOR
    [Codeforces1117G]Recursive Queries
    [Codeforces587F]Duff is Mad
    [Codeforces547E]Mike and Friends
    [2020团体程序设计天梯赛-总决赛L3-2] 传送门
    第05组 Beta冲刺 (1/5)
    第05组 Alpha冲刺 总结
  • 原文地址:https://www.cnblogs.com/herd/p/14459901.html
Copyright © 2011-2022 走看看