ENTITY shape_representation_with_units

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY shape_representation_with_units
SUBTYPE OF (shape_representation);
WHERE
	WRS20 : ('STRUCTURAL_FRAME_SCHEMA.GEOMETRIC_REPRESENTATION_CONTEXT' IN 
 		TYPEOF (SELF\representation.context_of_items)) AND
		  ('STRUCTURAL_FRAME_SCHEMA.GLOBAL_UNIT_ASSIGNED_CONTEXT' IN 
 		TYPEOF (SELF\representation.context_of_items));
	WRS21 : SIZEOF(QUERY(temp <* SELF\representation.items | 
		 ('STRUCTURAL_FRAME_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM') IN
		 TYPEOF(temp))) > 0;
END_ENTITY;

Explicit Attributes

Entity shape_representation_with_units 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 shape_representation_with_units has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)representation
 descriptiontext (STRING)representation

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity shape_representation_with_units inherits from the following supertypes:
  representation
    shape_representation

Subtypes

    No subtypes

Referenced By

Entity shape_representation_with_units and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation
 assembly_with_bounding_box ENTITY representation
 assembly_with_shape ENTITY shape_representation_with_units
 building_with_shape ENTITY shape_representation_with_units
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 element_volume_complex ENTITY shape_representation_with_units
 fastener_complex ENTITY shape_representation_with_units
 feature_thread ENTITY shape_representation_with_units
 feature_volume_complex ENTITY shape_representation_with_units
 id_attribute_select SELECT representation
 joint_system_welded_with_shape ENTITY shape_representation_with_units
 material_representation ENTITY representation
 part_complex ENTITY shape_representation_with_units
 pcurve ENTITY representation
 representation ENTITY shape_representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 select_generic_item SELECT representation
 shape_representation ENTITY shape_representation_with_units
 shape_representation_with_units ENTITY representation
 site_with_shape ENTITY shape_representation_with_units
 using_representations FUNCTION representation
 weld_mechanism_complex ENTITY shape_representation_with_units


[Top Level Definitions] [Exit]

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