8.12.3.10 IfcDraughtingPreDefinedCurveFont(制图预定义曲线字体)
8.12.3.10.1 语义定义
制图预定义曲线字体类型通过名称定义了一系列广泛使用的制图曲线字体。
图1展示了预定义曲线字体。

沿革 IFC2x2 版本中新增的实体。
8.12.3.10.2 实体继承
-
- IfcPreDefinedItem
- IfcColourRgbList
- IfcColourSpecification
- IfcCurveStyleFont
- IfcCurveStyleFontAndScaling
- IfcCurveStyleFontPattern
- IfcIndexedColourMap
- IfcSurfaceStyleLighting
- IfcSurfaceStyleRefraction
- IfcSurfaceStyleShading
- IfcSurfaceStyleWithTextures
- IfcSurfaceTexture
- IfcTextStyleForDefinedFont
- IfcTextStyleTextModel
- IfcTextureCoordinate
- IfcTextureVertex
- IfcTextureVertexList
8.12.3.10.3 特性
8.12.3.10.4 形式化命题
| 名称 | 描述 |
|---|---|
| PreDefinedCurveFontNames |
IfcDraughtingPreDefinedCurveFont 的名称应为 'continuous'、'chain'、'chain double dash'、'dashed'、'dotted' 或 'by layer'。 |
|
|
8.12.3.10.5 形式化表示
ENTITY IfcDraughtingPreDefinedCurveFont
SUBTYPE OF (IfcPreDefinedCurveFont);
WHERE
PreDefinedCurveFontNames : SELF\IfcPredefinedItem.Name IN
['continuous',
'chain',
'chain double dash',
'dashed',
'dotted',
'by layer'];
END_ENTITY;