Class TIfcRelConnectsWithRealizingElements

Unit

Declaration

type TIfcRelConnectsWithRealizingElements = class(TIfcRelConnectsElements)

Description

Relationship that is made between two elements that require the realization of that relationship by means of further realizing elements.

Hierarchy

Overview

Methods

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

Properties

Published property RealizingElements: TIfcElementList read FRealizingElements;
Published property ConnectionType: TIfcLabel read FConnectionType write FConnectionType;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published property RealizingElements: TIfcElementList read FRealizingElements;

Rlements that realize a connection relationship.

Published property ConnectionType: TIfcLabel read FConnectionType write FConnectionType;

The type of the connection given for informal purposes, it may include labels, like 'joint', 'rigid joint', 'flexible joint', etc.


Generated by PasDoc 0.16.0-snapshot.