8.12.3.45 IfcTextureVertex
8.12.3.45.1 Semantic definition
An IfcTextureVertex is a list of 2 (S, T) texture coordinates.
8.12.3.45.2 Entity inheritance
-
- IfcTextureVertex
- IfcColourRgbList
- IfcColourSpecification
- IfcCurveStyleFont
- IfcCurveStyleFontAndScaling
- IfcCurveStyleFontPattern
- IfcIndexedColourMap
- IfcPreDefinedItem
- IfcSurfaceStyleLighting
- IfcSurfaceStyleRefraction
- IfcSurfaceStyleShading
- IfcSurfaceStyleWithTextures
- IfcSurfaceTexture
- IfcTextStyleForDefinedFont
- IfcTextStyleTextModel
- IfcTextureCoordinate
- IfcTextureVertexList
8.12.3.45.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcTextureVertex (1) | |||
1 | Coordinates | LIST [2:2] OF IfcParameterValue |
The first Coordinate[1] is the S, the second Coordinate[2] is the T parameter value. |
8.12.3.45.4 Formal representation
ENTITY IfcTextureVertex
SUBTYPE OF (IfcPresentationItem);
Coordinates : LIST [2:2] OF IfcParameterValue;
END_ENTITY;