Class TIfcTextureCoordinateIndices
Unit
Declaration
type TIfcTextureCoordinateIndices = class(TIfcPersistent)
Description
Provide the texture coordinates for an TIfcIndexedPolygonalFace.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTextureCoordinateIndices.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcTextureCoordinateIndices
Overview
Methods
|  | constructor Create(AOwner: TComponent); override; | 
|  | destructor Destroy; override; | 
Properties
|  | property TexCoordIndex: TIntegerList read FTexCoordIndex; | 
|  | property TexCoordsOf: TIfcIndexedPolygonalFace read FTexCoordsOf write FTexCoordsOf; | 
|  | property ToTexMap: TIfcIndexedPolygonalTextureMap read FToTexMap write FToTexMap; | 
Description
Methods
|  | constructor Create(AOwner: TComponent); override; | 
| This item has no description. | |
|  | destructor Destroy; override; | 
| This item has no description. | |
Properties
|  | property TexCoordIndex: TIntegerList read FTexCoordIndex; | 
| List of index pointers into the TIfcTextureVertexList_Spec. | |
|  | property TexCoordsOf: TIfcIndexedPolygonalFace read FTexCoordsOf write FTexCoordsOf; | 
| The TIfcIndexedPolygonalFace for which the texture coordinate are provided. | |
|  | property ToTexMap: TIfcIndexedPolygonalTextureMap read FToTexMap write FToTexMap; | 
| This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.