Class TIfcProductDefinitionShape

Unit

Declaration

type TIfcProductDefinitionShape = class(TIfcProductRepresentation)

Description

Defines a representation of a product, including its (geometric or topological) representation.

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

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

Hierarchy

Overview

Methods

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

Properties

Published property ShapeOfProduct: TIfcProductList read FShapeOfProduct;
Published property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

Properties

Published property ShapeOfProduct: TIfcProductList read FShapeOfProduct;

This item has no description.

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

Published property HasShapeAspects: TIfcShapeAspectList read FHasShapeAspects;

Reference to the shape aspect that represents part of the shape or its feature distinctively.

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


Generated by PasDoc 0.17.0.snapshot.