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

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property TexCoordIndex: TIntegerList read FTexCoordIndex;
Published property TexCoordsOf: TIfcIndexedPolygonalFace read FTexCoordsOf write FTexCoordsOf;
Published property ToTexMap: TIfcIndexedPolygonalTextureMap read FToTexMap write FToTexMap;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published property TexCoordIndex: TIntegerList read FTexCoordIndex;

List of index pointers into the TIfcTextureVertexListSpec.

Published property TexCoordsOf: TIfcIndexedPolygonalFace read FTexCoordsOf write FTexCoordsOf;

The TIfcIndexedPolygonalFace for which the texture coordinate are provided.

Published property ToTexMap: TIfcIndexedPolygonalTextureMap read FToTexMap write FToTexMap;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.