ENTITY material_representation

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY material_representation
SUBTYPE OF (representation);
WHERE
	WRM21 : ('STRUCTURAL_FRAME_SCHEMA.MATERIAL_PROPERTY_CONTEXT' IN 
 		TYPEOF (SELF\representation.context_of_items)) AND
		  ('STRUCTURAL_FRAME_SCHEMA.GLOBAL_UNIT_ASSIGNED_CONTEXT' IN 
 		TYPEOF (SELF\representation.context_of_items));
	WRM22 : SIZEOF(QUERY(temp <* SELF\representation.items | 
		 ('STRUCTURAL_FRAME_SCHEMA.MATERIAL_REPRESENTATION_ITEM') IN
		 TYPEOF(temp))) > 0;
END_ENTITY;

Explicit Attributes

Entity material_representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

Entity material_representation has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)representation
 descriptiontext (STRING)representation

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity material_representation inherits from the following supertypes:
  representation

Subtypes

    No subtypes

Referenced By

Entity material_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation
 assembly_with_bounding_box ENTITY representation
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 id_attribute_select SELECT representation
 material_anisotropic ENTITY material_representation
 material_isotropic ENTITY material_representation
 material_orthotropic ENTITY material_representation
 material_representation ENTITY representation
 pcurve ENTITY representation
 representation ENTITY material_representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 select_generic_item SELECT representation
 shape_representation_with_units ENTITY representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00