Class TIfcTessellatedItem

Unit

Declaration

type TIfcTessellatedItem = class abstract(TIfcGeometricRepresentationItem)

Description

Abstract supertype of all tessellated geometric models.

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

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 532).

Hierarchy

Overview

Methods

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

Properties

Published property LayerAssignment: TIfcPresentationLayerAssignmentList read FLayerAssignment;
Published property StyledByItem: TIfcStyledItem read FStyledByItem write FStyledByItem;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 537).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 538).

Properties

Published property LayerAssignment: TIfcPresentationLayerAssignmentList read FLayerAssignment;

Assignment of the representation item to a single or multiple layer(s).

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 541).

Published property StyledByItem: TIfcStyledItem read FStyledByItem write FStyledByItem;

Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 547).


Generated by PasDoc 0.17.0.snapshot.