ENTITY IfcMaterialDefinitionRepresentation

(* SCHEMA IFC4; *)
ENTITY IfcMaterialDefinitionRepresentation
 SUBTYPE OF (IfcProductRepresentation);
	RepresentedMaterial : IfcMaterial;
 WHERE
	OnlyStyledRepresentations : SIZEOF(QUERY(temp <* Representations | 
  (NOT('IFC4.IFCSTYLEDREPRESENTATION' IN TYPEOF(temp)))
)) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcMaterialDefinitionRepresentation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcProductRepresentation
 DescriptionIfcText (STRING)IfcProductRepresentation
 RepresentationsLIST OF IfcRepresentation (ENTITY)IfcProductRepresentation
 RepresentedMaterialIfcMaterial (ENTITY)IfcMaterialDefinitionRepresentation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcMaterialDefinitionRepresentation inherits from the following supertypes:
  IfcProductRepresentation

Subtypes

    No subtypes

Referenced By

Entity IfcMaterialDefinitionRepresentation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcMaterial ENTITY IfcMaterialDefinitionRepresentation
 IfcProduct ENTITY IfcProductRepresentation
 IfcProductRepresentation ENTITY IfcMaterialDefinitionRepresentation
 IfcRepresentation ENTITY IfcProductRepresentation


[Top Level Definitions] [Exit]

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