Class TIfcRelAdheresToElement
Unit
Declaration
type TIfcRelAdheresToElement = class(TIfcRelDecomposes)
Description
Relationship between an element and one to many surface feature elements that adhere to the surface of the element.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3645).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDecomposes
- TIfcRelAdheresToElement
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
Properties
| Published | property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
TODO FRelatedSurfaceFeatures: TIfcSurfaceFeatureList; Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3650). | |
| Public | destructor Destroy; override; |
|
This item has no description. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3651). | |
Properties
| Published | property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement; |
|
Element to which the IfcSurfaceFeature is adhered to. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3654). | |
Generated by PasDoc 0.17.0.snapshot.