ENTITY founded_item

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
    ENTITY founded_item
      SUPERTYPE OF (ONEOF(
        
        
        character_glyph_style_outline,
        character_glyph_style_stroke,
        curve_style,
        curve_style_font,
        curve_style_font_and_scaling,
        curve_style_font_pattern,
        
        fill_area_style,
        point_style,
        
        presentation_style_assignment,
        surface_side_style,
        surface_style_boundary,
        surface_style_control_grid,
        surface_style_fill_area,
        surface_style_parameter_line,
        surface_style_segmentation_curve,
        surface_style_silhouette,
        surface_style_usage,
        
        symbol_style,
        text_style));
      DERIVE
        users : SET[0:?] OF founded_item_select := using_items(SELF,[]);
      WHERE
        WR1: SIZEOF(users) > 0;
        WR2: NOT(SELF IN users);  
    END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

Entity founded_item has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity founded_item has the following subtypes:
    b_spline_curve_knot_locator*     b_spline_curve_segment*     b_spline_surface_knot_locator*     b_spline_surface_patch*     b_spline_surface_strip*     boundary_curve_of_b_spline_or_rectangular_composite_surface*     box_domain*     character_glyph_style_outline*     character_glyph_style_stroke*     circular_path     composite_curve_segment*     composite_curve_transition_locator*     curve_based_path     curve_based_path_with_orientation     curve_based_path_with_orientation_and_parameters     curve_style*     curve_style_font*     curve_style_font_and_scaling*     curve_style_font_pattern*     externally_defined_style*     fill_area_style*     interpolated_configuration_segment*     kinematic_path_segment*     linear_path     path_node     plane_angle_and_length_pair*     plane_angle_and_ratio_pair*     point_style*     point_to_point_path     presentation_style_assignment*     presentation_style_by_context     rectangular_composite_surface_transition_locator*     reparametrised_composite_curve_segment     surface_patch*     surface_side_style*     surface_style_boundary*     surface_style_control_grid*     surface_style_fill_area*     surface_style_parameter_line*     surface_style_segmentation_curve*     surface_style_silhouette*     surface_style_usage*     symbol_style*     text_style*     text_style_with_box_characteristics     text_style_with_mirror     text_style_with_spacing     user_defined_curve_font     vector_style     view_volume*
* - Immediate Subtypes

Referenced By

Entity founded_item and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item_select SELECT founded_item
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

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