8.15.3.18 IfcProfileProperties(轮廓属性)
8.15.3.18.1 语义定义(Semantic definition)
这是适用于截面轮廓定义的一系列属性集合。
8.15.3.18.2 实体继承(Entity inheritance)
8.15.3.18.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcPropertyAbstraction (1) | |||
| HasExternalReferences | SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects |
引用与属性定义相关联的外部引用,例如库、分类或文档信息。 |
|
| IfcExtendedProperties (3) | |||
| 1 | Name | OPTIONAL IfcIdentifier |
赋予该属性集合的名称。 |
| 2 | Description | OPTIONAL IfcText |
对该属性集合的描述。 |
| 3 | Properties | SET [1:?] OF IfcProperty |
为此扩展属性集合提供的属性集合。 |
| 点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性 | |||
| IfcProfileProperties (1) | |||
| 4 | ProfileDefinition | IfcProfileDef |
由这些属性限定的轮廓定义。 |
8.15.3.18.4 形式化表示(Formal representation)
ENTITY IfcProfileProperties
SUBTYPE OF (IfcExtendedProperties);
ProfileDefinition : IfcProfileDef;
END_ENTITY;