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:
| Attribute | Type | Defined By | 
|---|
 |  Name | IfcLabel (STRING) | IfcMaterialProfile |  
|  Description | IfcText (STRING) | IfcMaterialProfile |  
|  Material | IfcMaterial (ENTITY) | IfcMaterialProfile |  
|  Profile | IfcProfileDef (ENTITY) | IfcMaterialProfile |  
|  Priority | IfcInteger (INTEGER) | IfcMaterialProfile |  
|  Category | IfcLabel (STRING) | IfcMaterialProfile |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcMaterialProfile has the following local and inherited inverse attributes:
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00