ENTITY IfcMaterialProfile

(* SCHEMA IFC4; *)
ENTITY IfcMaterialProfile
 SUPERTYPE OF (ONEOF
    (IfcMaterialProfileWithOffsets))
 SUBTYPE OF (IfcMaterialDefinition);
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	Material : OPTIONAL IfcMaterial;
	Profile : IfcProfileDef;
	Priority : OPTIONAL IfcInteger;
	Category : OPTIONAL IfcLabel;
 INVERSE
	ToMaterialProfileSet : IfcMaterialProfileSet FOR MaterialProfiles;
 WHERE
	NormalizedPriority : NOT(EXISTS(Priority)) OR {0 <= Priority <= 100};
END_ENTITY;

Explicit Attributes

Entity IfcMaterialProfile has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcMaterialProfile
 DescriptionIfcText (STRING)IfcMaterialProfile
 MaterialIfcMaterial (ENTITY)IfcMaterialProfile
 ProfileIfcProfileDef (ENTITY)IfcMaterialProfile
 PriorityIfcInteger (INTEGER)IfcMaterialProfile
 CategoryIfcLabel (STRING)IfcMaterialProfile

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcMaterialProfile has the following local and inherited inverse attributes:
AttributeTypeDefined By
 AssociatedToSET OF IfcRelAssociatesMaterial (ENTITY)IfcMaterialDefinition
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcMaterialDefinition
 HasPropertiesSET OF IfcMaterialProperties (ENTITY)IfcMaterialDefinition
 ToMaterialProfileSetIfcMaterialProfileSet (ENTITY)IfcMaterialProfile

Supertypes

Entity IfcMaterialProfile inherits from the following supertypes:
  IfcMaterialDefinition

Subtypes

Entity IfcMaterialProfile has the following subtypes:
    IfcMaterialProfileWithOffsets*
* - Immediate Subtypes

Referenced By

Entity IfcMaterialProfile and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcMaterialDefinition ENTITY IfcMaterialProfile
 IfcMaterialProfileSet ENTITY IfcMaterialProfile
 IfcMaterialProperties ENTITY IfcMaterialDefinition
 IfcMaterialSelect SELECT IfcMaterialDefinition
 IfcObjectReferenceSelect SELECT IfcMaterialDefinition
 IfcResourceObjectSelect SELECT IfcMaterialDefinition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:44-04:00