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
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 738).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPresentationItem
- TIfcTextureCoordinate
- TIfcIndexedTextureMap
Overview
Properties
| Published | property MappedTo: TIfcTessellatedFaceSet read FMappedTo write FMappedTo; |
| Published | property TexCoords: TIfcTextureVertexList_Spec read FTexCoords write FTexCoords; |
Description
Properties
| Published | property MappedTo: TIfcTessellatedFaceSet read FMappedTo write FMappedTo; |
|
Reference to the IfcTessellatedFaceSet to which it applies the texture map. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 745). | |
| Published | property TexCoords: TIfcTextureVertexList_Spec read FTexCoords write FTexCoords; |
|
Indexable list of texture vertices. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 748). | |
Generated by PasDoc 0.17.0.snapshot.