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

Overview

Properties

Published property MappedTo: TIfcTessellatedFaceSet read FMappedTo write FMappedTo;
Published property TexCoords: TIfcTextureVertexListSpec 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.

Published property TexCoords: TIfcTextureVertexListSpec read FTexCoords write FTexCoords;

Indexable list of texture vertices.


Generated by PasDoc 0.16.0-snapshot.