Class TIfcTextureVertexListSpec

Unit

Declaration

type TIfcTextureVertexListSpec = 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

Protected class function IfcClassName: String; override;
Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property TexCoordsList: TVector2List read FTexCoordsList;

Description

Methods

Protected class function IfcClassName: String; override;

This item has no description. Showing description inherited from TIfcPersistent.IfcClassName.

Name for the IFC standard, used in IFC files. By default, this is just ClassName with prefix 'T' removed.

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.