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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 772).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 778).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 779).

Properties

Published property TexCoordIndex: TIntegerList read FTexCoordIndex;

List of index pointers into the TIfcTextureVertexList_Spec.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 782).

Published property TexCoordsOf: TIfcIndexedPolygonalFace read FTexCoordsOf write FTexCoordsOf;

The TIfcIndexedPolygonalFace for which the texture coordinate are provided.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 786).

Published property ToTexMap: TIfcIndexedPolygonalTextureMap read FToTexMap write FToTexMap;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 788).


Generated by PasDoc 0.17.0.snapshot.