Class TIfcRelProjectsElement
Unit
Declaration
type TIfcRelProjectsElement = class(TIfcRelDecomposes)
Description
Relationship between an element and one projection element that creates a modifier to the shape of the element.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3545).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRoot
- TIfcRelationship
- TIfcRelDecomposes
- TIfcRelProjectsElement
Overview
Properties
![]() |
property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement; |
![]() |
property RelatedFeatureElement: TIfcFeatureElementAddition read FRelatedFeatureElement write FRelatedFeatureElement; |
Description
Properties
![]() |
property RelatingElement: TIfcElement read FRelatingElement write FRelatingElement; |
|
Element at which a projection is created by the associated IfcProjectionElement. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3551). | |
![]() |
property RelatedFeatureElement: TIfcFeatureElementAddition read FRelatedFeatureElement write FRelatedFeatureElement; |
|
Reference to the IfcFeatureElementAddition that defines an addition to the volume of the element, by using a Boolean addition operation. An example is a projection at the associated element. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 3556). | |
Generated by PasDoc 0.17.0.snapshot.
