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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3521).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelConnects
- TIfcRelInterferesElements
Overview
Properties
| Published | property InterferenceGeometry: TIfcConnectionGeometry read FInterferenceGeometry write FInterferenceGeometry; |
| Published | property InterferenceType: TIfcIdentifier read FInterferenceType write FInterferenceType; |
| Published | property ImpliedOrder: Boolean read FImpliedOrder write FImpliedOrder; |
| Published | property InterferenceSpace: TIfcSpatialZone read FInterferenceSpace write FInterferenceSpace; |
Description
Properties
| Published | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3541). | |
| Published | property InterferenceType: TIfcIdentifier read FInterferenceType write FInterferenceType; |
|
Optional identifier that describes the nature of the interference. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3544). | |
| Published | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3549). | |
| Published | property InterferenceSpace: TIfcSpatialZone read FInterferenceSpace write FInterferenceSpace; |
|
Optional attribute that expresses the interfering space for IfcSpatialElement occurrences. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 3552). | |
Generated by PasDoc 0.17.0.snapshot.