ENTITY representation

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
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);
WHERE
  wr1 : SIZEOF(USEDIN(SELF, 'AUTOMOTIVE_DESIGN.ID_ATTRIBUTE.IDENTIFIED_ITEM'
    )) <= 1;
  wr2 : SIZEOF(USEDIN(SELF, 
    'AUTOMOTIVE_DESIGN.DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
END_ENTITY; -- 10303-43: representation_schema

Explicit Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity representation has the following subtypes:
    advanced_brep_shape_representation     character_glyph_symbol     compound_shape_representation     constructive_geometry_representation*     contact_ratio_representation*     csg_shape_representation     curve_swept_solid_shape_representation     default_tolerance_table*     definitional_representation*     direction_shape_representation     draughting_model*     draughting_subfigure_representation     draughting_symbol_representation     drawing_sheet_layout     drawing_sheet_revision     edge_based_wireframe_shape_representation     face_shape_representation     faceted_brep_shape_representation     founded_kinematic_path*     generic_character_glyph_symbol     geometrically_bounded_2d_wireframe_representation     geometrically_bounded_surface_shape_representation     geometrically_bounded_wireframe_shape_representation     hardness_representation*     kinematic_frame_background_representation*     kinematic_ground_representation*     kinematic_link_representation*     location_shape_representation     manifold_subsurface_shape_representation     manifold_surface_shape_representation     mechanical_design_geometric_presentation_area     mechanical_design_geometric_presentation_representation*     moments_of_inertia_representation*     non_manifold_surface_shape_representation     path_shape_representation     planar_shape_representation     point_placement_shape_representation     presentation_area     presentation_representation*     presentation_view     shape_dimension_representation     shape_representation*     shape_representation_with_parameters     surface_texture_representation*     symbol_representation*     tactile_appearance_representation*     text_string_representation*     uncertainty_assigned_representation*     visual_appearance_representation*
* - Immediate Subtypes

Referenced By

Entity representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_property_representation ENTITY representation
 acyclic_mapped_item_usage FUNCTION representation
 acyclic_mapped_representation FUNCTION representation
 attribute_language_item SELECT representation
 character_glyph_symbol ENTITY representation
 check_associative_shape_aspects FUNCTION representation
 convert_plane_angle_for_pair_from_radian FUNCTION representation
 coordinated_pair_link_representation FUNCTION representation
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 document_reference_item SELECT representation
 draughting_model ENTITY representation
 draughting_subfigure_representation ENTITY representation
 draughting_subfigure_representation_layers RULE representation
 draughting_symbol_representation ENTITY representation
 drawing_sheet_annotation_layers RULE representation
 drawing_sheet_revision ENTITY representation
 drawing_view_annotation_layers RULE representation
 founded_kinematic_path ENTITY representation
 gbsf_check_curve FUNCTION representation
 gbsf_check_point FUNCTION representation
 id_attribute_select SELECT representation
 invisible_item SELECT representation
 item_identified_representation_usage ENTITY representation
 kinematic_frame_background_representation ENTITY representation
 kinematic_ground_representation ENTITY representation
 kinematic_link_representation ENTITY representation
 kinematic_link_representation_association ENTITY representation
 language_assignment ENTITY representation
 language_item SELECT representation
 mechanical_design_geometric_presentation_area ENTITY representation
 motion_link_relationship ENTITY representation
 msf_curve_check FUNCTION representation
 multi_language_attribute_item SELECT representation
 nmsf_curve_check FUNCTION representation
 pcurve ENTITY representation
 plane_angle_for_pair_in_radian FUNCTION representation
 presentation_representation ENTITY representation
 presentation_size ENTITY representation
 property_definition_representation ENTITY representation
 representations_mapped_into FUNCTION representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 resource_property_representation ENTITY representation
 restrict_camera_image_in_view RULE representation
 restrict_centre_of_mass_representation RULE representation
 restrict_default_settings RULE representation
 restrict_default_thickness RULE representation
 restrict_multi_language_for_representation RULE representation
 restrict_representation_for_document_content_property RULE representation
 restrict_representation_for_document_creation_property RULE representation
 restrict_representation_for_document_format_property RULE representation
 restrict_representation_for_document_properties RULE representation
 restrict_representation_for_document_size_property RULE representation
 restrict_treatment_result RULE representation
 selected_instance_usage_requires_representation RULE representation
 shape_dimension_representation ENTITY representation
 style_context_select SELECT representation
 subtype_exclusiveness_representation RULE representation
 surface_condition_correlation FUNCTION representation
 text_string_representation ENTITY representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00