ENTITY hole_in_panel

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY hole_in_panel
  SUBTYPE OF (feature_definition);
WHERE
  WR1:  SIZEOF( QUERY( sa <* get_shape_aspects(SELF) |
              (sa.name = 'hole profile') AND
              (sa.description = 'closed profile occurrence') AND
              (SIZEOF( QUERY( sar <* USEDIN( sa, 'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.' +
                'SHAPE_ASPECT_RELATIONSHIP.RELATED_SHAPE_ASPECT') |
                ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.SHAPE_DEFINING_RELATIONSHIP' IN
                 TYPEOF(sar)) AND
                (sar.description = 'profile usage') AND
                (SIZEOF(['AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.CIRCULAR_CLOSED_PROFILE',
                  'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.NGON_CLOSED_PROFILE',
                  'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.RECTANGULAR_CLOSED_PROFILE',
                  'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.CLOSED_PATH_PROFILE']
                  * TYPEOF(sar.relating_shape_aspect)
                 ) = 1 )
               )) = 1 )
             )) = 1;   
  WR2:  SIZEOF( get_property_definition_representations(SELF)) =
             SIZEOF( QUERY( pdr <* get_property_definition_representations(SELF) |
              SIZEOF( pdr.used_representation.items) = 1));   
END_ENTITY;

Explicit Attributes

Entity hole_in_panel has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)characterized_object
 descriptiontext (STRING)characterized_object

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity hole_in_panel inherits from the following supertypes:
  characterized_object
    feature_definition

Subtypes

    No subtypes

Referenced By

Entity hole_in_panel and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_items SELECT characterized_object
 bead_end ENTITY characterized_object
 boss ENTITY characterized_object
 characterized_definition SELECT characterized_object
 characterized_representation ENTITY characterized_object
 classification_item SELECT characterized_object
 classification_item SELECT feature_definition
 composite_hole ENTITY characterized_object
 compound_feature ENTITY characterized_object
 document_file ENTITY characterized_object
 document_reference_item SELECT characterized_object
 document_reference_item SELECT feature_definition
 externally_defined_feature_definition ENTITY characterized_object
 gear ENTITY characterized_object
 joggle_termination ENTITY characterized_object
 machining_feature_definition_constraints RULE feature_definition
 outer_round ENTITY characterized_object
 pocket ENTITY characterized_object
 requirement_source_item SELECT characterized_object
 revolved_profile ENTITY characterized_object
 turned_knurl ENTITY characterized_object


[Top Level Definitions] [Exit]

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