Class TIfcMaterialProperties
Unit
Declaration
type TIfcMaterialProperties = class(TIfcExtendedProperties)
Description
Set of material properties to associated material definitions.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcMaterialProperties.htm
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5417).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcPropertyAbstraction
- TIfcExtendedProperties
- TIfcMaterialProperties
Overview
Properties
![]() |
property Material: TIfcMaterialDefinition read FMaterial write FMaterial; |
Description
Properties
![]() |
property Material: TIfcMaterialDefinition read FMaterial write FMaterial; |
|
Reference to the material definition to which the set of properties is assigned. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5422). | |
Generated by PasDoc 0.17.0.snapshot.
