ENTITY IfcRelAssociatesMaterial

(* SCHEMA IFC4; *)
ENTITY IfcRelAssociatesMaterial
 SUBTYPE OF (IfcRelAssociates);
	RelatingMaterial : IfcMaterialSelect;
 WHERE
	NoVoidElement : SIZEOF(QUERY(temp <* SELF\IfcRelAssociates.RelatedObjects | 
  ('IFC4.IFCFEATUREELEMENTSUBTRACTION' IN TYPEOF(temp)) OR 
  ('IFC4.IFCVIRTUALELEMENT' IN TYPEOF(temp)) 
)) = 0;
	AllowedElements : SIZEOF(QUERY(temp <* SELF\IfcRelAssociates.RelatedObjects | (
  SIZEOF(TYPEOF(temp) * [   
    'IFC4.IFCELEMENT', 
    'IFC4.IFCELEMENTTYPE',
    'IFC4.IFCWINDOWSTYLE',
    'IFC4.IFCDOORSTYLE',
    'IFC4.IFCSTRUCTURALMEMBER',
    'IFC4.IFCPORT']) = 0) 
)) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcRelAssociatesMaterial has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 RelatedObjectsSET OF IfcDefinitionSelect (SELECT)IfcRelAssociates
 RelatingMaterialIfcMaterialSelect (SELECT)IfcRelAssociatesMaterial

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcRelAssociatesMaterial inherits from the following supertypes:
  IfcRoot
    IfcRelationship
      IfcRelAssociates

Subtypes

    No subtypes

Referenced By

Entity IfcRelAssociatesMaterial and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcMaterialDefinition ENTITY IfcRelAssociatesMaterial
 IfcMaterialUsageDefinition ENTITY IfcRelAssociatesMaterial
 IfcObjectDefinition ENTITY IfcRelAssociates
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertyDefinition ENTITY IfcRelAssociates
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetTemplate ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRelAssociates ENTITY IfcRelAssociatesMaterial
 IfcRelAssociatesMaterial ENTITY IfcRelAssociates
 IfcRelationship ENTITY IfcRelAssociates
 IfcRoot ENTITY IfcRelationship
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcUniquePropertySetNames FUNCTION IfcRoot


[Top Level Definitions] [Exit]

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