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.
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). |
property InterferenceType: TIfcIdentifier read FInterferenceType write FInterferenceType; |
|
Optional identifier that describes the nature of the interference. |
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. |
property InterferenceSpace: TIfcSpatialZone read FInterferenceSpace write FInterferenceSpace; |
|
Optional attribute that expresses the interfering space for IfcSpatialElement occurrences. |
Generated by PasDoc 0.16.0-snapshot.