ENTITY mechanical_design_shaded_presentation_area

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
  ENTITY mechanical_design_shaded_presentation_area
    SUBTYPE OF (presentation_area);
      SELF\representation.items : SET[1:?] OF mechanical_design_shaded_presentation_area_items;
  WHERE
  WR1 : (* only presentation_views or axis2_placements in
           mechanical_design_shaded_presentation_area *)
        SIZEOF (QUERY (it1 <* SELF.items |
        NOT (('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.AXIS2_PLACEMENT'
        IN TYPEOF (it1))
        OR
        (('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.MAPPED_ITEM'
        IN TYPEOF (it1)) AND
        ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.PRESENTATION_VIEW'
        IN TYPEOF
        (it1\mapped_item.mapping_source.mapped_representation)))))) = 0;
  WR2 : (* only mechanical_design_shaded_presentation_representation
           via camera_image_3d_with_scale or axis2_placements in 
           presentation_views *)
        SIZEOF (QUERY (pv <* QUERY (mi1 <* QUERY (it1 <* SELF.items |
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.MAPPED_ITEM'
        IN TYPEOF (it1)) |
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.PRESENTATION_VIEW'
        IN TYPEOF
        (mi1\mapped_item.mapping_source.mapped_representation)) |
        (* search in all presentation_views for axis2_placements and
           mapped_items and for the subtype of mapped_item,
           camera_image_3d_with_scale; the latter shall reference
           a mechanical_design_geometric_presentation_representation;
           the supertype mapped_item shall reference presentation_view. *)
        NOT (SIZEOF(QUERY(it2 <* pv\mapped_item.mapping_source.
        mapped_representation\representation.items |
        NOT (('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.AXIS2_PLACEMENT'
        IN TYPEOF(it2))
        OR
        (('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.MAPPED_ITEM'
        IN TYPEOF(it2)) AND NOT
        ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
        'CAMERA_IMAGE_3D_WITH_SCALE' IN TYPEOF(it2))) AND NOT (
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.PRESENTATION_VIEW'
        IN TYPEOF
        (it2\mapped_item.mapping_source.mapped_representation)))
        OR
        (('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
        'CAMERA_IMAGE_3D_WITH_SCALE' IN TYPEOF(it2))
        AND NOT (
        ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
        'MECHANICAL_DESIGN_SHADED_PRESENTATION_REPRESENTATION'
        IN TYPEOF (it2\mapped_item.mapping_source.mapped_representation) ))
        ))) = 0))) = 0;
  WR3:  (* Presentation_size shall be a positive rectangle for area and set.
           Check for this presentation_area subtype first. *)
        (SIZEOF (QUERY(ps <* USEDIN (SELF, 
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + 
        'PRESENTATION_SIZE.UNIT') |
        NOT ((ps\presentation_size.size.size_in_x > 0) 
        AND (ps\presentation_size.size.size_in_y > 0)) )) = 0)
        AND
        (* check secondly for presentation_set, via area_in_set *)
        (SIZEOF (QUERY(pset <* QUERY(ais <* 
        USEDIN (SELF, 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + 
        'AREA_IN_SET.AREA') 
        | 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
        'PRESENTATION_SET' IN TYPEOF (ais.in_set)) |
        (* after having collected all presentation_set, check their sizes *)
        SIZEOF (QUERY(ps <* USEDIN(pset, 
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + 
        'PRESENTATION_SIZE.UNIT')
        | NOT ((ps\presentation_size.size.size_in_x > 0) 
        AND (ps\presentation_size.size.size_in_y > 0)) )) = 0)) = 0);
  WR4:  (* Drawing space shall be defined in 2D.
           Check for this presentation_area subtype first. *)
        (SIZEOF(QUERY( psize <* USEDIN (SELF, 
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + 
        'PRESENTATION_SIZE.UNIT') 
        | 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
        'AXIS2_PLACEMENT_2D' 
        IN TYPEOF (psize.size.placement))) = 1)
        AND
        (* check secondly for presentation_set, via area_in_set *)
        (SIZEOF (QUERY(pset <* QUERY(ais <* 
        USEDIN (SELF, 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
        'AREA_IN_SET.AREA')
        | 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
        'PRESENTATION_SET' IN TYPEOF (ais.in_set)) |
        (* after having collected all presentation_set, check their 
           dimension *)
        SIZEOF (QUERY(psize <* USEDIN(pset, 
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + 
        'PRESENTATION_SIZE.UNIT')
        | NOT ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' + 
        'AXIS2_PLACEMENT_2D' 
        IN TYPEOF (psize.size.placement)) )) = 0)) = 0);
  WR5 : (* valid types of camera_models
           get for all presentation_areas their presentation_views *)
        SIZEOF (QUERY (pv <* QUERY (mi1 <* QUERY (it1 <* SELF.items |
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.MAPPED_ITEM' 
        IN TYPEOF (it1)) |
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.PRESENTATION_VIEW' 
        IN TYPEOF 
        (mi1\mapped_item.mapping_source.mapped_representation)) |
        (* search in all presentation_views for 
           mapped_items and for the subtype of mapped_item,
           camera_image_3d_with_scale; the latter shall reference
           a camera_usage that shall have as its mapping_origin either
           camera_model_d3, camera_model_d3_with_hlhsr, or
           camera_model_with_light_sources. *)
        NOT (SIZEOF(QUERY(ci <* pv\mapped_item.mapping_source.
        mapped_representation\representation.items |
        ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.'+
         'CAMERA_IMAGE_3D_WITH_SCALE' IN TYPEOF(ci))
        AND
        (SIZEOF(['AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.'+
        'CAMERA_MODEL_D3',
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.'+
        'CAMERA_MODEL_D3_WITH_HLHSR',
        'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.'+
        'CAMERA_MODEL_WITH_LIGHT_SOURCES'] * TYPEOF
        (ci\mapped_item.mapping_source.mapping_origin))
        = 1))) = 0))) = 0;
  END_ENTITY; (* mechanical_design_shaded_presentation_area *)

Explicit Attributes

Entity mechanical_design_shaded_presentation_area has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF mechanical_design_shaded_presentation_area_items (SELECT)mechanical_design_shaded_presentation_area(Redcl from representation)
 context_of_itemsgeometric_representation_context (ENTITY)presentation_representation(Redcl from representation)

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity mechanical_design_shaded_presentation_area inherits from the following supertypes:
  representation
    presentation_representation
      presentation_area

Subtypes

    No subtypes

Referenced By

Entity mechanical_design_shaded_presentation_area and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_items SELECT presentation_area
 action_property_representation ENTITY representation
 action_request_item SELECT presentation_area
 acyclic_mapped_representation FUNCTION representation
 acyclic_representation_relationship FUNCTION representation
 annotation_representation_select SELECT presentation_area
 approval_item SELECT presentation_area
 approval_item SELECT representation
 area_in_set ENTITY presentation_area
 area_or_view SELECT presentation_area
 attribute_classification_item SELECT representation
 attribute_language_item SELECT representation
 chain_based_item_identified_representation_usage ENTITY representation
 characterized_chain_based_item_within_representation ENTITY representation
 characterized_item_within_representation ENTITY representation
 characterized_representation ENTITY representation
 character_glyph_symbol ENTITY representation
 character_glyph_symbol_outline ENTITY representation
 character_glyph_symbol_stroke ENTITY representation
 classification_item SELECT representation
 csg_2d_shape_representation ENTITY representation
 data_quality_criteria_representation ENTITY representation
 data_quality_inspection_result_representation ENTITY representation
 date_and_time_item SELECT presentation_area
 date_item SELECT presentation_area
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 document_reference_item SELECT presentation_area
 document_reference_item SELECT representation
 draughting_model ENTITY representation
 draughting_model_items_constraint RULE representation
 draughting_subfigure_representation ENTITY representation
 draughting_symbol_representation ENTITY representation
 drawing_sheet_revision ENTITY representation
 effectivity_item SELECT presentation_area
 event_occurrence_item SELECT presentation_area
 gbsf_check_curve FUNCTION representation
 gbsf_check_point FUNCTION representation
 get_directed_link FUNCTION representation
 groupable_item SELECT representation
 identification_item SELECT representation
 identification_item SELECT presentation_area
 id_attribute_select SELECT representation
 interpolated_configuration_representation ENTITY representation
 invalidate_vrep_item FUNCTION representation
 invisibility_context SELECT presentation_representation
 invisible_item SELECT representation
 item_identified_representation_usage ENTITY representation
 kinematic_link_representation ENTITY representation
 kinematic_topology_directed_structure ENTITY representation
 kinematic_topology_network_structure ENTITY representation
 kinematic_topology_structure ENTITY representation
 layered_item SELECT presentation_representation
 link_motion_representation_along_path ENTITY representation
 mechanical_design_geometric_presentation_area ENTITY representation
 mechanical_design_geometric_presentation_representation ENTITY representation
 mechanical_design_presentation_representation_with_draughting ENTITY representation
 mechanical_design_shaded_presentation_area ENTITY representation
 mechanical_design_shaded_presentation_representation ENTITY representation
 mechanism_representation ENTITY representation
 mechanism_state_representation ENTITY representation
 msf_curve_check FUNCTION representation
 multi_language_attribute_item SELECT representation
 neutral_sketch_representation ENTITY representation
 nmsf_curve_check FUNCTION representation
 organization_item SELECT presentation_area
 path_parameter_representation ENTITY representation
 pcurve ENTITY representation
 person_and_organization_item SELECT presentation_area
 picture_representation ENTITY representation
 plane_angle_for_pair_in_radian FUNCTION representation
 presentation_representation ENTITY representation
 presentation_representation ENTITY presentation_area
 presentation_representation_select SELECT presentation_representation
 presentation_size ENTITY representation
 presentation_size_assignment_select SELECT presentation_area
 procedural_representation ENTITY representation
 procedural_shape_representation ENTITY representation
 property_definition_representation ENTITY representation
 range_characteristic ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 requirement_assigned_item SELECT representation
 resource_property_representation ENTITY representation
 restrict_centre_of_mass_representation RULE representation
 restrict_treatment_result RULE representation
 security_classification_item SELECT presentation_area
 shape_data_quality_criteria_representation ENTITY representation
 shape_data_quality_inspected_shape_and_result_relationship ENTITY representation
 shape_data_quality_inspection_result_representation ENTITY representation
 shape_dimension_representation ENTITY representation
 shape_representation_with_parameters ENTITY representation
 single_area_csg_2d_shape_representation ENTITY representation
 structured_text_representation ENTITY representation
 style_context_select SELECT representation
 surface_condition_correlation FUNCTION representation
 text_string_representation ENTITY representation
 time_interval_item SELECT presentation_area
 using_representations FUNCTION representation
 using_representation_with_mapping FUNCTION representation
 valid_datum_target_parameters FUNCTION representation
 valid_selected_instance_representation FUNCTION representation
 variational_current_representation_relationship ENTITY representation
 variational_representation ENTITY representation


[Top Level Definitions] [Exit]

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