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

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.

Public destructor Destroy; override;

This item has no description.

Properties

Published property TexCoordsList: TVector2List read FTexCoordsList;

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


Generated by PasDoc 0.16.0-snapshot.