Class TIfcRelInterferesElements
Unit
Declaration
type TIfcRelInterferesElements = class(TIfcRelConnects)
Description
This item has no description. Showing description inherited from TIfcRelConnects.
Relationship that connects objects under some criteria.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3509).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelInterferesElements
Overview
Properties
![]() |
property InterferenceGeometry: TIfcConnectionGeometry read FInterferenceGeometry write FInterferenceGeometry; |
![]() |
property InterferenceType: TIfcIdentifier read FInterferenceType write FInterferenceType; |
![]() |
property ImpliedOrder: Boolean read FImpliedOrder write FImpliedOrder; |
![]() |
property InterferenceSpace: TIfcSpatialZone read FInterferenceSpace write FInterferenceSpace; |
Description
Properties
![]() |
property InterferenceGeometry: TIfcConnectionGeometry read FInterferenceGeometry write FInterferenceGeometry; |
|
The geometric shape representation of the interference geometry that is provided in the object coordinate system of the RelatingElement (mandatory) and in the object coordinate system of the RelatedElement (optionally). Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3529). | |
![]() |
property InterferenceType: TIfcIdentifier read FInterferenceType write FInterferenceType; |
|
Optional identifier that describes the nature of the interference. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3532). | |
![]() |
property ImpliedOrder: Boolean read FImpliedOrder write FImpliedOrder; |
|
Logical value indicating if the RelatingElement is considered a source and the RelatedElement a target (giving a formal orientation to the relation). It shall be provided in regards to InterferenceGeometry usage and InterferenceType declaration. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3537). | |
![]() |
property InterferenceSpace: TIfcSpatialZone read FInterferenceSpace write FInterferenceSpace; |
|
Optional attribute that expresses the interfering space for IfcSpatialElement occurrences. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3540). | |
Generated by PasDoc 0.17.0.snapshot.
