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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPresentationItem
- TIfcTextureVertexList_Spec
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property TexCoordsList: TVector2List read FTexCoordsList; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
Properties
![]() |
property TexCoordsList: TVector2List read FTexCoordsList; |
List of texture vertices defined by S-coordinate and T-coordinate. |
Generated by PasDoc 0.16.0-snapshot.