Class TIfcTextureVertexList_Spec

Unit

Declaration

type TIfcTextureVertexList_Spec = class(TIfcPresentationItem)

Description

Ordered collection of 2D texture coordinates.

Name in Pascal is with "_Spec" suffix to clarify this is "specification defined list-like class" and not just TObjectList<TIfcTextureVertexList>.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTextureVertexList.htm

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

Hierarchy

Overview

Methods

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

Properties

Published property TexCoordsList: TVector2List read FTexCoordsList;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property TexCoordsList: TVector2List read FTexCoordsList;

List of texture vertices defined by S-coordinate and T-coordinate.

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


Generated by PasDoc 0.17.0.snapshot.