• IfcPlacement


    IfcPlacement是放置子类型的抽象超类型,定义项或整个形状表示的位置并提供其方向。所有放置子类型都定义右手笛卡尔坐标系,不允许镜像。

    注意笛卡尔变换(包括镜像和缩放)受IfcCartesianTransformationOperator支持

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

    放置相对于其几何上下文的坐标系定位几何项。它定位要定义的项,并在轴放置子类型的情况下给出其方向。

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

    IFC1.0中增加的新实体

    #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
    IfcPlacement
    1 Location IfcCartesianPoint [1:1] The geometric position of a reference point, such as the center of a circle, of the item to be located. X
      Dim
    :=Location.Dim
    IfcDimensionCount [1:1] The space dimensionality of this class, derived from the dimensionality of the location. X
    EXPRESS Specification
    ENTITY IfcPlacement
     ABSTRACT SUPERTYPE OF(ONEOF(IfcAxis1Placement, IfcAxis2Placement2D, IfcAxis2Placement3D))
     SUBTYPE OF (IfcGeometricRepresentationItem);
      Location : IfcCartesianPoint;
     DERIVE
      Dim : IfcDimensionCount := Location.Dim;
    END_ENTITY;
  • 相关阅读:
    1022.游船出租
    1021.统计字符
    1020.最小长方形
    1017.还是畅通工程
    1019.简单计算器
    1015.还是A+B
    1014.排名
    1013.开门人和关门人
    1011.最大连续子序列
    1009.二叉搜索树
  • 原文地址:https://www.cnblogs.com/herd/p/13387871.html
Copyright © 2020-2023  润新知