IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.8.3.11 IfcCsgPrimitive3D(CSG基本体3D)

AbV ⓘ

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

8.8.3.11.1 语义定义(Semantic definition)

IfcCsgPrimitive3D 是一个抽象超类型,表示所有用作CSG实体模型中树根项或布尔结果的三维基本体。所有3D CSG基本体均在三维放置坐标系中定义。

8.8.3.11.2 实体继承(Entity inheritance)

8.8.3.11.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 个继承特性
IfcCsgPrimitive3D (2)
1 Position IfcAxis2Placement3D

各个CSG基本体参数所适用的放置坐标系。

* Dim IfcDimensionCount

此属性是形式化派生的

3

此几何表示项的空间维度,始终为3。

表 8.8.3.11.A

8.8.3.11.4 形式化表示(Formal representation)

ENTITY IfcCsgPrimitive3D
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcBlock
	,IfcRectangularPyramid
	,IfcRightCircularCone
	,IfcRightCircularCylinder
	,IfcSphere))
 SUBTYPE OF (IfcGeometricRepresentationItem);
	Position : IfcAxis2Placement3D;
 DERIVE
	 Dim : IfcDimensionCount := 3;
END_ENTITY;