Class TIfcRoot

Unit

Declaration

type TIfcRoot = class abstract(TIfcPersistent)

Description

Most abstract and root class for all entity definitions.

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

Note: GlobalId is defined in TIfcPersistent already, to support some testcases. Though IFC 4.3 specification says only IfcRoot has GlobalId.

Hierarchy

Overview

Properties

Published property OwnerHistory: TIfcOwnerHistory read FOwnerHistory write FOwnerHistory;
Published property Name: TIfcLabel read FName write FName;
Published property Description: TIfcText read FDescription write FDescription;

Description

Properties

Published property OwnerHistory: TIfcOwnerHistory read FOwnerHistory write FOwnerHistory;

Information about the current ownership of that object.

Published property Name: TIfcLabel read FName write FName;

This item has no description.

Published property Description: TIfcText read FDescription write FDescription;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.