Class TIfcSpatialElement

Unit

Declaration

type TIfcSpatialElement = class abstract(TIfcProduct)

Description

Elements that might be used to define a spatial structure.

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

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override;

Properties

Published property LongName: TIfcLabel read FLongName write FLongName;
Published property ContainsElements: TIfcRelContainedInSpatialStructureList read FContainsElements;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

TODO: rest of fields

Public destructor Destroy; override;

This item has no description.

Public function BuildNode(const Mapping: TCastleIfcMapping): TTransformNode; override;

This item has no description.

Properties

Published property LongName: TIfcLabel read FLongName write FLongName;

This item has no description.

Published property ContainsElements: TIfcRelContainedInSpatialStructureList read FContainsElements;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.