zoukankan      html  css  js  c++  java
  • IfcRightCircularCone

    IfcRightCircularCone是一个构造实体几何(CSG)三维基本体。它是一个有圆形底部和顶点的固体。从底部到顶部逐渐变细。从圆形底座中心到顶点的轴垂直于底座。继承的位置属性定义了IfcAxisPlacement3D,并提供了圆锥体的位置和方向:

    SELFIfcCsgPrimitive3D.Position:基本体的轴系统的位置和方向。

    SELFIfcCsgPrimitive3D。位置。位置:圆形区域的中心是圆锥体的底面。

    SELFIfcCsgPrimitive3D。位置。位置[3] :继承的放置坐标系的z轴提供IfcRightCircularCone的中心轴,顶点位于应用于z轴正方向的高度值处。底半径定义放置坐标系xy平面上的圆形底面。

    下图显示了圆锥的几何参数。圆锥体在其自己的放置坐标系内定位。原点是底部圆盘的中心,位于XY平面上。顶点位于正z轴上[0,0,Height]。

    注:实体改编自ISO 10303-42中定义的右圆形锥体。

    在IFC2x3中历史记录新实体

    纹理使用定义

    在圆形边上,纹理朝上对齐,原点在背面(+Y方向)逆时针旋转。纹理根据重复被拉伸或重复到基围的范围。根据RepeatT,纹理向上线性压缩到顶点。

    在底面上,纹理前后对齐,圆的中心与纹理的中心对齐。

    下图说明了具有钳制纹理的默认纹理映射(RepeatS=False和RepeatT=False)。左侧的图像显示了S轴指向右侧而T轴指向上方的纹理。右侧的图像显示应用于几何体的纹理,其中X轴指向右侧,Y轴指向左侧,Z轴指向上方。

    SideNormalOrigin XOrigin YOrigin ZS AxisT Axis
    Side +Y 0 +Radius 0 -X (towards top point)
    Bottom -Z -Radius +Radius 0 +X -Y

     Right circular cone textures

    #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
    IfcCsgPrimitive3D
    1 Position IfcAxis2Placement3D [1:1] The placement coordinate system to which the parameters of each individual CSG primitive apply. X
      Dim
    :=3
    IfcDimensionCount [1:1] The space dimensionality of this geometric representation item, it is always 3. X
    IfcRightCircularCone
    2 Height IfcPositiveLengthMeasure [1:1] The distance between the base of the cone and the apex. X
    3 BottomRadius IfcPositiveLengthMeasure [1:1] The radius of the cone at the base. X
    EXPRESS Specification
    ENTITY IfcRightCircularCone
     SUBTYPE OF (IfcCsgPrimitive3D);
      Height : IfcPositiveLengthMeasure;
      BottomRadius : IfcPositiveLengthMeasure;
    END_ENTITY;
    QQ 3087438119
  • 相关阅读:
    终于学会用WinCVS来开源了
    从网上收集EMail(正则表达式,C#源码)
    元宝NewBar发布1.2.0测试版
    使用Gimp切图
    shell编程笔记
    poj2485
    poj 3630 字典树
    杭电oj题目和分类
    强连通分量Kosaraju算法
    随机数的产生
  • 原文地址:https://www.cnblogs.com/herd/p/13191013.html
Copyright © 2011-2022 走看看