IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.12.3.25 IfcPreDefinedItem(预定义项)

RV ⓘ
AbV ⓘ

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

8.12.3.25.1 语义定义(Semantic definition)

预定义项是通过使用 Name 属性值的约定在数据交换规范内确定的样式或字体的限定名称(与由外部源商定的外部定义项相反)。

8.12.3.25.2 实体继承(Entity inheritance)

8.12.3.25.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcPreDefinedItem (1)
1 Name IfcLabel

用于标识预定义项的字符串。该字符串的允许值在子类型级别声明。

表 8.12.3.25.A

8.12.3.25.4 形式化表示(Formal representation)

ENTITY IfcPreDefinedItem
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcPreDefinedColour
	,IfcPreDefinedCurveFont
	,IfcPreDefinedTextFont))
 SUBTYPE OF (IfcPresentationItem);
	Name : IfcLabel;
END_ENTITY;

8.12.3.25.5 参考文献