Class TIfcStyledItem

Unit

Declaration

type TIfcStyledItem = class(TIfcRepresentationItem)

Description

Style information for products.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcStyledItem.htm

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property Item: TIfcRepresentationItem read FItem write FItem;
Published property Styles: TIfcPresentationStyleList read FStyles;
Published property Name: TIfcLabel read FName write FName;

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 Item: TIfcRepresentationItem read FItem write FItem;

A geometric representation item to which the style is assigned. May be Nil.

Published property Styles: TIfcPresentationStyleList read FStyles;

Representation styles which are assigned, either to an geometric representation item, or to a material definition. Always has at least 1 element.

Published property Name: TIfcLabel read FName write FName;

The word, or group of words, by which the styled item is referred to.


Generated by PasDoc 0.16.0-snapshot.