Navigation

shape_representation_with_units

EXPRESS specification:

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;

References (11):

Name Type Referred through Express-G
assembly_with_shape Entity
Attribute 'shape'
No Diagram
building_with_shape Entity
Attribute 'shape'
No Diagram
element_volume_complex Entity
Attribute 'shape'
No Diagram
fastener_complex Entity
Attribute 'fastener_shape'
No Diagram
feature_thread Entity
Attribute 'thread_profile'
No Diagram
feature_volume_complex Entity
Attribute 'feature_shape'
No Diagram
joint_system_welded_with_shape Entity
Attribute 'weld_shape'
No Diagram
part_complex Entity
Attribute 'part_shape'
No Diagram
shape_representation Entity
Subtype
No Diagram
site_with_shape Entity
Attribute 'shape'
No Diagram
weld_mechanism_complex Entity
Attribute 'weld_shape'
No Diagram

Inheritance graph

ENTITY shape_representation_with_units;
ENTITY representation;
name  :  label;
items  :  SET [1:?] OF representation_item;
context_of_items  :  representation_context;
DERIVE
id  :  identifier :=  get_id_value (SELF);
description  :  text :=  get_description_value (SELF);
ENTITY shape_representation;
ENTITY shape_representation_with_units;
END_ENTITY;