Class TIfcSurfaceStyleWithTextures
Unit
Declaration
type TIfcSurfaceStyleWithTextures = class(TIfcPresentationItem)
Description
Include image textures in surface styles. These image textures can be applied repeating across the surface or mapped with a particular scale upon the surface.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcSurfaceStyleWithTextures.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 615).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPresentationItem
- TIfcSurfaceStyleWithTextures
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property Textures: TIfcSurfaceTextureList read FTextures; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 619). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 620). | |
Properties
![]() |
property Textures: TIfcSurfaceTextureList read FTextures; |
|
The Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 625). | |
Generated by PasDoc 0.17.0.snapshot.

