Class TIfcShapeRepresentation

Unit

Declaration

type TIfcShapeRepresentation = class(TIfcShapeModel)

Description

Representation of a product or a product component within a specific geometric representation context.

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

Hierarchy

Overview

Methods

Protected function WantsGlobalId: Boolean; override;

Description

Methods

Protected function WantsGlobalId: Boolean; override;

This item has no description. Showing description inherited from TIfcPersistent.WantsGlobalId.

If True, instances of this class will have GlobalId auto-assigned at saving, and they will be saved as part of the "data" list in IFC JSON files.

Strictly following the spec, this should be only defined for TIfcRoot, because only IfcRoot has GlobalId. In reality, we need GlobalId at TIfcPersistent to load some files, and we sometimes need WantsGlobalId = True to save some files.


Generated by PasDoc 0.16.0-snapshot.