IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.47 IfcPoint(点)

RV ⓘ
AbV ⓘ

抽象 该定义可能不会被直接实例化。

8.9.3.47.1 语义定义(Semantic definition)

IfcPoint 是在笛卡尔坐标系中所有点表示的抽象泛化。

8.9.3.47.2 实体继承(Entity inheritance)

8.9.3.47.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcPoint (1)
* Dim IfcDimensionCount

此属性是形式化派生的

IfcPointDim(SELF)

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

表 8.9.3.47.A

8.9.3.47.4 形式化表示(Formal representation)

ENTITY IfcPoint
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcCartesianPoint
	,IfcPointByDistanceExpression
	,IfcPointOnCurve
	,IfcPointOnSurface))
 SUBTYPE OF (IfcGeometricRepresentationItem);
 DERIVE
	 Dim : IfcDimensionCount := IfcPointDim(SELF);
END_ENTITY;

8.9.3.47.5 参考文献