Class Ifc4::IfcPropertyTemplate¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcPropertyTemplateDefinition
(Class Ifc4::IfcPropertyTemplateDefinition)
Derived Types¶
public Ifc4::IfcComplexPropertyTemplate
(Class Ifc4::IfcComplexPropertyTemplate)public Ifc4::IfcSimplePropertyTemplate
(Class Ifc4::IfcSimplePropertyTemplate)
Class Documentation¶
-
class
Ifc4
::
IfcPropertyTemplate
: public Ifc4::IfcPropertyTemplateDefinition¶ The IfcPropertyTemplate is an abstract supertype comprising the templates for all dynamically extensible properties, either as an IfcComplexPropertyTemplate, or an IfcSimplePropertyTemplate. These templates determine the structure of:
in case of IfcComplexPropertyTemplate
an IfcComplexProperty an IfcPhysicalComplexQuantity
in case of IfcSimplePropertyTemplate
a subtype of IfcSimpleProperty a subtype of IfcPhysicalSimpleQuantity
The individual property templates are interpreted according to their Name attribute and may have a predefined property type, property unit, and property data type. A template however shall not have measure values, or quantity values assigned. .
NOTE Property templates can form part of a property library used and attached as part of a project library. In general the IfcPropertySetTemplate, containing the subtypes of IfcPropertyTemplate would be directly linked to the IfcProjectLibrary.
HISTORY New Entity in IFC2x4.
Subclassed by Ifc4::IfcComplexPropertyTemplate, Ifc4::IfcSimplePropertyTemplate
Public Types
-
typedef IfcTemplatedEntityList<IfcPropertyTemplate>
list
¶
Public Functions
-
IfcTemplatedEntityList<IfcComplexPropertyTemplate>::ptr
PartOfComplexTemplate
() const¶
-
IfcTemplatedEntityList<IfcPropertySetTemplate>::ptr
PartOfPsetTemplate
() const¶
-
IfcPropertyTemplate
(IfcEntityInstanceData *e)¶
-
IfcPropertyTemplate
(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description)¶
-
typedef IfcTemplatedEntityList<IfcPropertyTemplate>