ENTITY surface_pair_with_range

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY surface_pair_with_range
  SUBTYPE OF (surface_pair);
  range_on_surface_1                     : rectangular_trimmed_surface;
  range_on_surface_2                     : rectangular_trimmed_surface;
  lower_limit_actual_rotation            : OPTIONAL plane_angle_measure;
  upper_limit_actual_rotation            : OPTIONAL plane_angle_measure;
WHERE
  WR1: SELF\surface_pair.surface_1 :=: range_on_surface_1.basis_surface;
  WR2: SELF\surface_pair.surface_2 :=: range_on_surface_2.basis_surface;
  WR3: (NOT EXISTS(lower_limit_actual_rotation)
        OR
        NOT EXISTS(upper_limit_actual_rotation))
       XOR
       (lower_limit_actual_rotation < upper_limit_actual_rotation);
  WR4: SIZEOF( QUERY(r <* SELF\kinematic_pair.associated_link_representations_1 | NOT(range_on_surface_1 IN r.items))) = 0;
  WR5: SIZEOF( QUERY(r <* SELF\kinematic_pair.associated_link_representations_2 | NOT(range_on_surface_2 IN r.items))) = 0;
END_ENTITY;

Explicit Attributes

Entity surface_pair_with_range has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation_item
 name*label (STRING)kinematic_pair(Redcl from item_defined_transformation)
 descriptiontext (STRING)item_defined_transformation
 transform_item_1rigid_placement (SELECT)kinematic_pair(Redcl from item_defined_transformation)
 transform_item_2rigid_placement (SELECT)kinematic_pair(Redcl from item_defined_transformation)
 jointkinematic_joint (ENTITY)kinematic_pair
 surface_1surface (ENTITY)surface_pair
 surface_2surface (ENTITY)surface_pair
 orientationBOOLEANsurface_pair
 range_on_surface_1rectangular_trimmed_surface (ENTITY)surface_pair_with_range
 range_on_surface_2rectangular_trimmed_surface (ENTITY)surface_pair_with_range
 lower_limit_actual_rotationplane_angle_measure (REAL)surface_pair_with_range
 upper_limit_actual_rotationplane_angle_measure (REAL)surface_pair_with_range

* - Explicit attribute redeclared as derived

Derived Attributes

Entity surface_pair_with_range has the following local and inherited derived attributes:
AttributeTypeDefined By
 dimdimension_count (INTEGER)geometric_representation_item
 associated_link_representations_1SET OF kinematic_link_representation (ENTITY)kinematic_pair
 associated_link_representations_2SET OF kinematic_link_representation (ENTITY)kinematic_pair
 namelabel (STRING)kinematic_pair(Redcl from item_defined_transformation)

Inverse Attributes

Entity surface_pair_with_range has the following local and inherited inverse attributes:
AttributeTypeDefined By
 link_representation_associationsSET OF pair_representation_relationship (ENTITY)kinematic_pair

Supertypes

Entity surface_pair_with_range inherits from the following supertypes:
  representation_item
    geometric_representation_item
      kinematic_pair
        high_order_kinematic_pair
          surface_pair
  item_defined_transformation

Subtypes

    No subtypes

Referenced By

Entity surface_pair_with_range and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 annotation_fill_area ENTITY geometric_representation_item
 annotation_plane ENTITY geometric_representation_item
 attribute_classification_item SELECT representation_item
 attribute_language_item SELECT kinematic_pair
 attribute_language_item SELECT geometric_representation_item
 axis1_placement ENTITY geometric_representation_item
 axis2_placement_2d ENTITY geometric_representation_item
 binary_assembly_constraint ENTITY geometric_representation_item
 binary_assembly_constraint ENTITY item_defined_transformation
 camera_model_d2 ENTITY geometric_representation_item
 camera_model_d3 ENTITY geometric_representation_item
 cartesian_transformation_operator_2d ENTITY geometric_representation_item
 cartesian_transformation_operator_3d ENTITY geometric_representation_item
 characterized_item_within_representation ENTITY representation_item
 classification_item SELECT representation_item
 constrained_kinematic_motion_representation ENTITY item_defined_transformation
 convert_spatial_to_ypr_rotation FUNCTION kinematic_pair
 default_tolerance_table_cell_wr3 FUNCTION representation_item
 default_tolerance_table_cell_wr4 FUNCTION representation_item
 default_tolerance_table_cell_wr5 FUNCTION representation_item
 degenerate_pcurve ENTITY geometric_representation_item
 dimension_of FUNCTION geometric_representation_item
 document_reference_item SELECT representation_item
 explicit_constraint ENTITY representation_item
 explicit_geometric_constraint ENTITY geometric_representation_item
 explicit_procedural_geometric_representation_item_relationship ENTITY geometric_representation_item
 externally_defined_picture_representation_item ENTITY representation_item
 fixed_constituent_assembly_constraint ENTITY geometric_representation_item
 founded_item_select SELECT representation_item
 free_kinematic_motion_representation ENTITY item_defined_transformation
 gbsf_check_curve FUNCTION representation_item
 gear_pair ENTITY kinematic_pair
 geometric_item_specific_usage ENTITY geometric_representation_item
 geometric_model_element_relationship ENTITY geometric_representation_item
 groupable_item SELECT representation_item
 groupable_item SELECT geometric_representation_item
 high_order_kinematic_pair ENTITY surface_pair
 high_order_kinematic_pair ENTITY kinematic_pair
 indirectly_selected_elements ENTITY representation_item
 instance_attribute_reference ENTITY representation_item
 invalidate_vrep_item FUNCTION representation_item
 item_defined_transformation ENTITY representation_item
 item_identified_representation_usage ENTITY representation_item
 item_in_context FUNCTION representation_item
 item_link_motion_relationship ENTITY geometric_representation_item
 kinematic_pair ENTITY representation_item
 kinematic_pair ENTITY item_defined_transformation
 kinematic_pair ENTITY high_order_kinematic_pair
 layered_item SELECT representation_item
 linear_flexible_and_pinion_pair ENTITY kinematic_pair
 linear_flexible_and_planar_curve_pair ENTITY kinematic_pair
 link_motion_relationship ENTITY item_defined_transformation
 link_motion_transformation ENTITY item_defined_transformation
 list_representation_item AGGREGATE representation_item
 low_order_kinematic_pair ENTITY kinematic_pair
 low_order_kinematic_pair_with_motion_coupling ENTITY kinematic_pair
 mapped_item ENTITY representation_item
 msf_curve_check FUNCTION representation_item
 multi_language_attribute_item SELECT geometric_representation_item
 multi_language_attribute_item SELECT kinematic_pair
 neutral_sketch_representation ENTITY geometric_representation_item
 nmsf_curve_check FUNCTION representation_item
 pair_representation_relationship ENTITY kinematic_pair
 pair_representation_relationship ENTITY item_defined_transformation
 pair_value ENTITY kinematic_pair
 path_area_with_parameters ENTITY representation_item
 pcurve ENTITY geometric_representation_item
 planar_curve_pair ENTITY kinematic_pair
 planar_curve_pair_range ENTITY kinematic_pair
 planar_curve_select SELECT geometric_representation_item
 plane_angle_for_pair_in_radian FUNCTION kinematic_pair
 point_on_planar_curve_pair ENTITY kinematic_pair
 point_on_planar_curve_pair_with_range ENTITY kinematic_pair
 point_on_surface_pair ENTITY kinematic_pair
 point_on_surface_pair_with_range ENTITY kinematic_pair
 positioned_sketch ENTITY geometric_representation_item
 predefined_picture_representation_item ENTITY representation_item
 primitive_2d ENTITY geometric_representation_item
 procedural_representation_sequence ENTITY representation_item
 rack_and_pinion_pair ENTITY kinematic_pair
 representation ENTITY representation_item
 representation_item_relationship ENTITY representation_item
 representation_map ENTITY representation_item
 revolved_area_solid ENTITY geometric_representation_item
 revolved_area_solid ENTITY representation_item
 revolved_face_solid ENTITY representation_item
 revolved_face_solid ENTITY geometric_representation_item
 rolling_surface_pair_value ENTITY surface_pair
 screw_pair ENTITY kinematic_pair
 set_representation_item AGGREGATE representation_item
 shape_representation_item SELECT geometric_representation_item
 sliding_surface_pair_value ENTITY surface_pair
 solid_replica ENTITY geometric_representation_item
 styled_item ENTITY representation_item
 style_context_select SELECT representation_item
 subtype_exclusiveness_representation_item RULE representation_item
 surface_of_revolution ENTITY representation_item
 surface_of_revolution ENTITY geometric_representation_item
 surface_pair ENTITY surface_pair_with_range
 surface_pair ENTITY kinematic_pair
 surface_pair_with_range ENTITY surface_pair
 surface_pair_with_range ENTITY kinematic_pair
 su_parameters ENTITY geometric_representation_item
 symmetry_geometric_constraint ENTITY geometric_representation_item
 tangent_geometric_constraint ENTITY geometric_representation_item
 transformation SELECT item_defined_transformation
 transformation_with_derived_angle ENTITY item_defined_transformation
 user_selected_elements ENTITY representation_item
 using_representation_with_mapping FUNCTION representation_item
 value_range_aggregate_rep_item FUNCTION representation_item
 value_range_wr2 FUNCTION representation_item
 variational_parameter ENTITY representation_item
 view_volume ENTITY representation_item
 view_volume ENTITY geometric_representation_item
 volume ENTITY geometric_representation_item


[Top Level Definitions] [Exit]

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