IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.12 IfcCartesianPoint(笛卡尔点)

RV ⓘ
AbV ⓘ

8.9.3.12.1 语义定义(Semantic definition)

IfcCartesianPoint 通过直角右手笛卡尔坐标系中的坐标来定义一个点。在本规范中,仅使用二维和三维笛卡尔点。

8.9.3.12.2 实体继承(Entity inheritance)

8.9.3.12.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentationItems 列表中的 LayerAssignments

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。

IfcPoint (1)
* Dim IfcDimensionCount

此属性是形式化派生的

IfcPointDim(SELF)

此抽象类的空间维度,由具体子类型的特定函数处理。在 IfcCartesianPoint 的情况下由坐标分量的数量确定,在其他情况下由基准曲线或曲面的维度确定。

点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性
IfcCartesianPoint (1)
1 Coordinates LIST [1:3] OF IfcLengthMeasure

点位置的第一个、第二个和第三个坐标。如果放置在二维或三维直角笛卡尔坐标系中,Coordinates[1] 是 X 坐标,Coordinates[2] 是 Y 坐标,Coordinates[3] 是 Z 坐标。

表 8.9.3.12.A

8.9.3.12.4 形式化命题(Formal propositions)

名称 描述
CP2Dor3D

仅二维或三维点在范围内。

HIINDEX(Coordinates) >= 2
表 8.9.3.12.B

8.9.3.12.5 形式化表示(Formal representation)

ENTITY IfcCartesianPoint
 SUBTYPE OF (IfcPoint);
	Coordinates : LIST [1:3] OF IfcLengthMeasure;
 WHERE
	CP2Dor3D : HIINDEX(Coordinates) >= 2;
END_ENTITY;

8.9.3.12.6 参考文献