Class TIfcMaterialProfileSetUsage
Unit
Declaration
type TIfcMaterialProfileSetUsage = class(TIfcMaterialUsageDefinition)
Description
Usage of IfcMaterialProfileSet in terms of its location relative to the associated element geometry.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialProfileSetUsage.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1726).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcMaterialUsageDefinition
- TIfcMaterialProfileSetUsage
Overview
Properties
![]() |
property ForProfileSet: TIfcMaterialProfileSet read FForProfileSet write FForProfileSet; |
![]() |
property CardinalPoint: Integer read FCardinalPoint write FCardinalPoint; |
![]() |
property ReferenceExtent: TIfcPositiveLengthMeasure read FReferenceExtent write FReferenceExtent; |
Description
Properties
![]() |
property ForProfileSet: TIfcMaterialProfileSet read FForProfileSet write FForProfileSet; |
|
The IfcMaterialProfileSet set to which the usage is applied. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1733). | |
![]() |
property CardinalPoint: Integer read FCardinalPoint write FCardinalPoint; |
|
Index reference to a significant point in the section profile. Describes how the section is aligned relative to the (longitudinal) axis of the member it is associated with. This parametric specification of profile alignment can be provided redundantly to the explicit alignment defined by ForProfileSet.MaterialProfiles[*].Profile. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1741). | |
![]() |
property ReferenceExtent: TIfcPositiveLengthMeasure read FReferenceExtent write FReferenceExtent; |
|
Extent of the extrusion of the elements body shape representation to which the IfcMaterialProfileSetUsage applies. It is used as the reference value for the upper OffsetValues[2] provided by the IfcMaterialProfileWithOffsets subtype for included material profiles. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 1747). | |
Generated by PasDoc 0.17.0.snapshot.
