8.12.3.6 IfcCurveStyleFont
RV ⓘ
AbV ⓘ
8.12.3.6.1 Semantic definition
8.12.3.6.2 Entity inheritance
-
- IfcCurveStyleFont
- IfcColourRgbList
- IfcColourSpecification
- IfcCurveStyleFontAndScaling
- IfcCurveStyleFontPattern
- IfcIndexedColourMap
- IfcPreDefinedItem
- IfcSurfaceStyleLighting
- IfcSurfaceStyleRefraction
- IfcSurfaceStyleShading
- IfcSurfaceStyleWithTextures
- IfcSurfaceTexture
- IfcTextStyleForDefinedFont
- IfcTextStyleTextModel
- IfcTextureCoordinate
- IfcTextureVertex
- IfcTextureVertexList
8.12.3.6.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcCurveStyleFont (2) | |||
1 | Name | OPTIONAL IfcLabel |
Name that may be assigned with the curve font. |
2 | PatternList | LIST [1:?] OF IfcCurveStyleFontPattern |
A list of curve font pattern entities, that contains the simple patterns used for drawing curves. The patterns are applied in the order they occur in the list. |
8.12.3.6.4 Formal representation
ENTITY IfcCurveStyleFont
SUBTYPE OF (IfcPresentationItem);
Name : OPTIONAL IfcLabel;
PatternList : LIST [1:?] OF IfcCurveStyleFontPattern;
END_ENTITY;