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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPresentationItem
- TIfcTextureVertexListSpec
Overview
Methods
![]() |
class function IfcClassName: String; override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property TexCoordsList: TVector2List read FTexCoordsList; |
Description
Methods
![]() |
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. |
![]() |
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.