8.15.3.23 IfcSectionProperties(截面属性)
8.15.3.23.1 语义定义(Semantic definition)
IfcSectionProperties 定义了横截面单个纵向构件的截面属性。它是 IfcSectionReinforcementProperties 专用的辅助类。
截面构件可以是等截面的或渐变的。在后一种情况下,还应提供端部轮廓。起始和端部轮廓假定为相同的轮廓类型。通常假定仅使用矩形或圆形截面轮廓。
8.15.3.23.2 实体继承(Entity inheritance)
8.15.3.23.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcPropertyAbstraction (1) | |||
| HasExternalReferences | SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects |
引用与属性定义相关联的外部引用,例如库、分类或文档信息。 |
|
| 点击显示 1 个隐藏的继承特性 点击隐藏 1 个继承特性 | |||
| IfcSectionProperties (3) | |||
| 1 | SectionType | IfcSectionTypeEnum |
指示横截面的特定构件在纵向上是等截面还是渐变的标识。 |
| 2 | StartProfile | IfcProfileDef |
纵向截面起始点处的横截面轮廓。 |
| 3 | EndProfile | OPTIONAL IfcProfileDef |
纵向截面终点处的横截面轮廓。 |
8.15.3.23.4 形式化表示(Formal representation)
ENTITY IfcSectionProperties
SUBTYPE OF (IfcPreDefinedProperties);
SectionType : IfcSectionTypeEnum;
StartProfile : IfcProfileDef;
EndProfile : OPTIONAL IfcProfileDef;
END_ENTITY;