ENTITY IfcPropertySetTemplate
(* SCHEMA IFC4; *)
ENTITY IfcPropertySetTemplate
 SUBTYPE OF (IfcPropertyTemplateDefinition);
	TemplateType : OPTIONAL IfcPropertySetTemplateTypeEnum;
	ApplicableEntity : OPTIONAL IfcIdentifier;
	HasPropertyTemplates : SET [1:?] OF IfcPropertyTemplate;
 INVERSE
	Defines : SET [0:?] OF IfcRelDefinesByTemplate FOR RelatingTemplate;
 WHERE
	ExistsName : EXISTS(SELF\IfcRoot.Name);
	UniquePropertyNames : IfcUniquePropertyTemplateNames(HasPropertyTemplates);
END_ENTITY;
Explicit Attributes
Entity IfcPropertySetTemplate has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcPropertySetTemplate has the following local and inherited inverse attributes:
Supertypes
Entity IfcPropertySetTemplate inherits from the following supertypes:
  IfcRoot
    IfcPropertyDefinition
      IfcPropertyTemplateDefinition
Subtypes
    No subtypesReferenced By
Entity IfcPropertySetTemplate and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00