Class TIfcIndexedTextureMap
Unit
Declaration
type TIfcIndexedTextureMap = class abstract(TIfcTextureCoordinate)
Description
Mapping of the 2-dimensional texture coordinates to the surface onto which it is mapped.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcIndexedTextureMap.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPresentationItem
- TIfcTextureCoordinate
- TIfcIndexedTextureMap
Overview
Properties
![]() |
property MappedTo: TIfcTessellatedFaceSet read FMappedTo write FMappedTo; |
![]() |
property TexCoords: TIfcTextureVertexListSpec read FTexCoords write FTexCoords; |
Description
Properties
![]() |
property MappedTo: TIfcTessellatedFaceSet read FMappedTo write FMappedTo; |
Reference to the IfcTessellatedFaceSet to which it applies the texture map. |
![]() |
property TexCoords: TIfcTextureVertexListSpec read FTexCoords write FTexCoords; |
Indexable list of texture vertices. |
Generated by PasDoc 0.16.0-snapshot.