8.13.3.5 IfcTextLiteral(文本字面量)
RV ⓘ
AbV ⓘ
8.13.3.5.1 语义定义(Semantic definition)
文本字面量是一种几何表示项,通过字符串字面量及附加的位置和路径信息来描述文本字符串。文本尺寸和外观由通过 IfcStyledItem 与 IfcTextLiteral 关联的 IfcTextStyle 决定。
文本字符串被放置在子类型 IfcTextLiteralWithExtent 内定义的平面范围(框)内。
DEPRECATION IfcTextLiteral 已弃用并将设为抽象类型
8.13.3.5.2 实体继承(Entity inheritance)
-
- IfcTextLiteral
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcVector
8.13.3.5.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationItem (2) | |||
| LayerAssignment | SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems |
将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentation 的 Items 列表中的 LayerAssignments。 |
|
| StyledByItem | SET [0:1] OF IfcStyledItem FOR Item |
引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| 点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性 | |||
| IfcTextLiteral (3) | |||
| 1 | Literal | IfcPresentableText |
待呈现的文本字面量。 |
| 2 | Placement | IfcAxis2Placement |
一个 IfcAxis2Placement,用于确定所呈现字符串的位置和方向。 |
| 3 | Path | IfcTextPath |
文本字面量的书写方向。 |
8.13.3.5.4 形式化表示(Formal representation)
ENTITY IfcTextLiteral
SUPERTYPE OF (ONEOF
(IfcTextLiteralWithExtent))
SUBTYPE OF (IfcGeometricRepresentationItem);
Literal : IfcPresentableText;
Placement : IfcAxis2Placement;
Path : IfcTextPath;
END_ENTITY;