ENTITY shell_based_wireframe_shape_representation

(* SCHEMA step_ship_schema; *)
-- ONLY IN AP203
ENTITY shell_based_wireframe_shape_representation
    SUBTYPE OF (shape_representation);
    WHERE
      wr1 : (SIZEOF(QUERY ( it <* SELF.items | (NOT (SIZEOF([
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL',
                'STEP_SHIP_SCHEMA.MAPPED_ITEM',
                'STEP_SHIP_SCHEMA.AXIS2_PLACEMENT_3D'] * TYPEOF(it)) =
                 1)) )) = 0);
      wr2 : (SIZEOF(QUERY ( it <* SELF.items | (SIZEOF([
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL',
                'STEP_SHIP_SCHEMA.MAPPED_ITEM'] * TYPEOF(it)) = 1) ))
                >= 1);
      wr3 : (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( ws <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.WIRE_SHELL' IN TYPEOF(sb)) ) | (NOT
                (SIZEOF(QUERY ( eloop <* QUERY ( wsb <* ws\wire_shell.
                wire_shell_extent | ('STEP_SHIP_SCHEMA.EDGE_LOOP' IN
                TYPEOF(wsb)) ) | (NOT (SIZEOF(QUERY ( el <* eloop\path.
                edge_list | (NOT ('STEP_SHIP_SCHEMA.EDGE_CURVE' IN
                TYPEOF(el.edge_element))) )) = 0)) ))
                = 0)) )) = 0)) )) = 0);
      wr4 : (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( ws <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.WIRE_SHELL' IN TYPEOF(sb)) ) | (NOT
                (SIZEOF(QUERY ( eloop <* QUERY ( wsb <* ws\wire_shell.
                wire_shell_extent | ('STEP_SHIP_SCHEMA.EDGE_LOOP' IN
                TYPEOF(wsb)) ) | (NOT (SIZEOF(QUERY ( pline_el <*
                QUERY ( el <* eloop\path.edge_list | (
                'STEP_SHIP_SCHEMA.POLYLINE' IN TYPEOF(el.edge_element\
                edge_curve.edge_geometry)) ) | (NOT (SIZEOF(pline_el.
                edge_element\edge_curve.edge_geometry\polyline.points)
                > 2)) )) = 0)) )) = 0)) )) = 0)) )) = 0);
      wr5 : (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( ws <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.WIRE_SHELL' IN TYPEOF(sb)) ) | (NOT
                (SIZEOF(QUERY ( eloop <* QUERY ( wsb <* ws\wire_shell.
                wire_shell_extent | ('STEP_SHIP_SCHEMA.EDGE_LOOP' IN
                TYPEOF(wsb)) ) | (NOT (SIZEOF(QUERY ( el <* eloop\path.
                edge_list | (NOT valid_wireframe_edge_curve(el.edge_element
                \edge_curve.edge_geometry)) )) = 0)) )) = 0)) )) = 0)) )) =
                 0);
      wr6 : (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( ws <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.WIRE_SHELL' IN TYPEOF(sb)) ) | (NOT
                (SIZEOF(QUERY ( eloop <* QUERY ( wsb <* ws\wire_shell.
                wire_shell_extent | ('STEP_SHIP_SCHEMA.EDGE_LOOP' IN
                TYPEOF(wsb)) ) | (NOT (SIZEOF(QUERY ( el <* eloop\path.
                edge_list | (NOT (('STEP_SHIP_SCHEMA.VERTEX_POINT' IN
                TYPEOF(el.edge_element.edge_start)) AND (
                'STEP_SHIP_SCHEMA.VERTEX_POINT' IN TYPEOF(el.
                edge_element.edge_end)))) )) = 0)) ))
                = 0)) )) = 0)) )) = 0);
      wr7 : (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( ws <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.WIRE_SHELL' IN TYPEOF(sb)) ) | (NOT
                (SIZEOF(QUERY ( eloop <* QUERY ( wsb <* ws\wire_shell.
                wire_shell_extent | ('STEP_SHIP_SCHEMA.EDGE_LOOP' IN
                TYPEOF(wsb)) ) | (NOT (SIZEOF(QUERY ( el <* eloop\path.
                edge_list | (NOT (valid_wireframe_vertex_point(el.
                edge_element.edge_start\vertex_point.vertex_geometry) AND
                valid_wireframe_vertex_point(el.edge_element.edge_end\
                vertex_point.vertex_geometry))) )) = 0)) ))
                = 0)) )) = 0)) )) = 0);
      wr8 : (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( ws <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.WIRE_SHELL' IN TYPEOF(sb)) ) | (NOT
                (SIZEOF(QUERY ( vloop <* QUERY ( wsb <* ws\wire_shell.
                wire_shell_extent | ('STEP_SHIP_SCHEMA.VERTEX_LOOP' IN
                 TYPEOF(wsb)) ) | (NOT (
                'STEP_SHIP_SCHEMA.VERTEX_POINT' IN TYPEOF(vloop\
                vertex_loop.loop_vertex))) )) = 0)) )) = 0)) )) = 0);
      wr9 : (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( ws <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.WIRE_SHELL' IN TYPEOF(sb)) ) | (NOT
                (SIZEOF(QUERY ( vloop <* QUERY ( wsb <* ws\wire_shell.
                wire_shell_extent | ('STEP_SHIP_SCHEMA.VERTEX_LOOP' IN
                 TYPEOF(wsb)) ) | (NOT valid_wireframe_vertex_point(vloop\
                vertex_loop.loop_vertex\vertex_point.vertex_geometry)) )) =
                 0)) )) = 0)) )) = 0);
      wr10: (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( vs <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.VERTEX_SHELL' IN TYPEOF(sb)) ) | (
                NOT ('STEP_SHIP_SCHEMA.VERTEX_POINT' IN TYPEOF(vs\
                vertex_shell.vertex_shell_extent.loop_vertex))) )) = 0)) ))
                = 0);
      wr11: (SIZEOF(QUERY ( sbwm <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.SHELL_BASED_WIREFRAME_MODEL' IN
                TYPEOF(it)) ) | (NOT (SIZEOF(QUERY ( vs <* QUERY ( sb <*
                sbwm\shell_based_wireframe_model.sbwm_boundary | (
                'STEP_SHIP_SCHEMA.VERTEX_SHELL' IN TYPEOF(sb)) ) | (
                NOT valid_wireframe_vertex_point(vs\vertex_shell.
                vertex_shell_extent.loop_vertex\vertex_point.
                vertex_geometry)) )) = 0)) )) = 0);
      wr12: (SIZEOF(QUERY ( mi <* QUERY ( it <* SELF.items | (
                'STEP_SHIP_SCHEMA.MAPPED_ITEM' IN TYPEOF(it)) ) | (
                NOT (('STEP_SHIP_SCHEMA.' +
                'SHELL_BASED_WIREFRAME_SHAPE_REPRESENTATION') IN TYPEOF(mi\
                mapped_item.mapping_source.mapped_representation))) ))
                = 0);
      wr13: (SELF.context_of_items\geometric_representation_context.
                coordinate_space_dimension = 3);
END_ENTITY;

Explicit Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity shell_based_wireframe_shape_representation inherits from the following supertypes:
  representation
    shape_representation

Subtypes

    No subtypes

Referenced By

Entity shell_based_wireframe_shape_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation
 classification_item SELECT shape_representation
 classification_item SELECT representation
 class_notation_with_named_representation_items RULE representation
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 dependent_instantiable_shape_representation RULE shape_representation
 description_attribute_select SELECT representation
 dimension_of FUNCTION representation
 flare_area_parameters_has_exactly_two_representation_items RULE representation
 gbsf_check_curve FUNCTION representation
 gbsf_check_point FUNCTION representation
 group_item SELECT representation
 hull_cross_section_design_definition_for_representation_items RULE representation
 hull_cross_section_result_for_representation_item RULE representation
 hull_moulded_form_design_parameter_with_class_references RULE representation
 identification_item SELECT representation
 id_attribute_select SELECT representation
 maximum_of_one_representation_items_for_class_library_definition RULE representation
 msf_curve_check FUNCTION representation
 nmsf_curve_check FUNCTION representation
 pcurve ENTITY representation
 product_definition_for_hydrostatic_definition_requires_reference RULE representation
 product_definition_for_stability_definition RULE representation
 propeller_moulded_form_design_parameter_with_class_references RULE representation
 property_definition_for_damage_stability_definition_requires_reference RULE representation
 property_definition_for_stability_definition_requires_reference RULE representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_design_vertical_wave_bending_moment_parameters RULE representation
 representation_for_absolute_cargo RULE representation
 representation_for_adjacent_space_surface_area RULE representation
 representation_for_angle_bar_cross_section_dimensions RULE representation
 representation_for_appendage_moulded_form_design_parameter RULE representation
 representation_for_assembly_manufacturing_definition RULE representation
 representation_for_bottom_moulded_form_design_parameter RULE representation
 representation_for_bulbflat_cross_section_dimensions RULE representation
 representation_for_bulb_moulded_form_design_parameter RULE representation
 representation_for_bulk_cargo RULE representation
 representation_for_bulk_cargo_assignment RULE representation
 representation_for_capacity_properties RULE representation
 representation_for_cargo_compartment_property RULE representation
 representation_for_cargo_footprint RULE representation
 representation_for_channel_cross_section_dimensions RULE representation
 representation_for_circular_cutout_design_parameters RULE representation
 representation_for_circular_hollow_profile_cross_section RULE representation
 representation_for_class_and_statutory_designation RULE representation
 representation_for_class_bulk_load_requirement_definition RULE representation
 representation_for_class_compartment_requirement_definition RULE representation
 representation_for_class_notation RULE representation
 representation_for_class_parameters RULE representation
 representation_for_class_tank_requirement_definition RULE representation
 representation_for_coating RULE representation
 representation_for_coating_level RULE representation
 representation_for_compartment_abbreviated_name RULE representation
 representation_for_compartment_acceleration RULE representation
 representation_for_compartment_access_authorization RULE representation
 representation_for_compartment_air_circulation_rate RULE representation
 representation_for_compartment_cargo_assignment RULE representation
 representation_for_compartment_coating RULE representation
 representation_for_compartment_design_requirement RULE representation
 representation_for_compartment_function RULE representation
 representation_for_compartment_group RULE representation
 representation_for_compartment_horizontal_cross_sectional_area RULE representation
 representation_for_compartment_illumination RULE representation
 representation_for_compartment_insulation RULE representation
 representation_for_compartment_noise_category RULE representation
 representation_for_compartment_nuclear_classification RULE representation
 representation_for_compartment_occupancy RULE representation
 representation_for_compartment_safety_class RULE representation
 representation_for_compartment_security_classification RULE representation
 representation_for_compartment_stiffened_surface_area_property RULE representation
 representation_for_compartment_tightness RULE representation
 representation_for_compartment_unstiffened_surface_area_property RULE representation
 representation_for_compartment_vertical_longitudinal_sectional_area RULE representation
 representation_for_compartment_vertical_transverse_sectional_area RULE representation
 representation_for_compartment_volume_permeability_property RULE representation
 representation_for_compartment_volume_property RULE representation
 representation_for_compartment_ziplist_number RULE representation
 representation_for_compensated_gross_tonnage RULE representation
 representation_for_corrosion_control_coating RULE representation
 representation_for_corrosion_protection RULE representation
 representation_for_corrugated_part_design_parameters RULE representation
 representation_for_damage_case RULE representation
 representation_for_damage_position RULE representation
 representation_for_dangerous_goods_code RULE representation
 representation_for_deck_cargo_assignment RULE representation
 representation_for_deck_moulded_form_design_parameter RULE representation
 representation_for_deck_zone_function RULE representation
 representation_for_design_vertical_wave_shear_force_parameters RULE representation
 representation_for_drain_hole_cutout_design_parameters RULE representation
 representation_for_dry_cargo RULE representation
 representation_for_edge_cutout_function_parameters RULE representation
 representation_for_edge_feature_function_parameters RULE representation
 representation_for_electrode_chemical_composition_design RULE representation
 representation_for_elliptical_cutout_design_parameters RULE representation
 representation_for_elongated_oval_cutout_design_parameters RULE representation
 representation_for_explicit_profile_cross_section_shape RULE representation
 representation_for_fire_safe_coating RULE representation
 representation_for_flanged_plate_cross_section_dimensions RULE representation
 representation_for_flat_bar_cross_section_dimensions RULE representation
 representation_for_freeboard_characteristics RULE representation
 representation_for_gaseous_cargo RULE representation
 representation_for_gaseous_cargo_assignment RULE representation
 representation_for_global_axis_placement RULE representation
 representation_for_gross_tonnage RULE representation
 representation_for_hull_moulded_form_design_parameter RULE representation
 representation_for_hydrostatic_table_constrained RULE representation
 representation_for_hydrostatic_table_restricted RULE representation
 representation_for_hydrostatic_table_restricted_by_class_id RULE representation
 representation_for_interior_cutout_function_parameters RULE representation
 representation_for_inward_round_corner_design_parameters RULE representation
 representation_for_lightship_definition RULE representation
 representation_for_lightship_weight_item RULE representation
 representation_for_liquid_cargo RULE representation
 representation_for_liquid_cargo_assignment RULE representation
 representation_for_loading_condition_design_definition RULE representation
 representation_for_loading_condition_operating_definition RULE representation
 representation_for_loadline RULE representation
 representation_for_local_coordinate_system RULE representation
 representation_for_local_co_ordinate_system RULE representation
 representation_for_midship_tumble_restricted_by_class_id RULE representation
 representation_for_moments_of_inertia RULE representation
 representation_for_moment_3d_restricts_representation_item RULE representation
 representation_for_moulded_form_function_parameters RULE representation
 representation_for_net_tonnage RULE representation
 representation_for_offset_table_shape_representation_restricted RULE representation
 representation_for_outward_round_corner_design_parameters RULE representation
 representation_for_part_edge_cutout_design_parameters RULE representation
 representation_for_person_group RULE representation
 representation_for_primer_coating RULE representation
 representation_for_principal_characteristics RULE representation
 representation_for_profile_curve_trace_line_design_parameters RULE representation
 representation_for_profile_function_parameters RULE representation
 representation_for_propeller_location_restricted_by_class_id RULE representation
 representation_for_propeller_moulded_form_design_parameter RULE representation
 representation_for_rectangular_cutback_corner_design RULE representation
 representation_for_rectangular_cutout_design_parameters RULE representation
 representation_for_round_bar_cross_section_dimensions RULE representation
 representation_for_round_corner_rectangular_cutout_design RULE representation
 representation_for_round_edge_rectangular_cutout_design RULE representation
 representation_for_rudder_moulded_form_design_parameter RULE representation
 representation_for_shear_bevel_design_parameters RULE representation
 representation_for_space_adjacency_relationship RULE representation
 representation_for_space_positional_relationship RULE representation
 representation_for_square_tube_cross_section_dimensions RULE representation
 representation_for_stability_table_restricted RULE representation
 representation_for_stability_table_restricted_by_class_id RULE representation
 representation_for_structural_added_material_feature_design RULE representation
 representation_for_structural_part_joint_design RULE representation
 representation_for_structural_part_symmetry_relationship RULE representation
 representation_for_structural_system_symmetry_relationship RULE representation
 representation_for_tank_compartment_property RULE representation
 representation_for_thruster_moulded_form_design_parameter RULE representation
 representation_for_tonnage_definition RULE representation
 representation_for_tonnage_measurement RULE representation
 representation_for_triangular_cutout_design_parameters RULE representation
 representation_for_twist_location_design_parameters RULE representation
 representation_for_t_bar_cross_section_dimensions RULE representation
 representation_for_unit_cargo RULE representation
 representation_for_unit_cargo_assignment RULE representation
 representation_for_unit_cargo_bounding_box RULE representation
 representation_for_unit_cargo_group RULE representation
 representation_for_vehicle_load_description RULE representation
 representation_for_zone_function RULE representation
 representation_has_global_uncertainty_assigned_context RULE shape_representation
 representation_has_global_unit_assigned_context RULE representation
 representation_has_references_with_name_moment_3d RULE representation
 representation_items_appendage_moulded_form_design_parameter RULE representation
 representation_items_for_bottom_moulded_form_design_parameter RULE representation
 representation_items_for_bulb_moulded_form_design_parameter RULE representation
 representation_items_for_corrugated_part_design_parameters RULE representation
 representation_items_for_corrugated_structure_design RULE representation
 representation_items_for_corrugated_structure_function RULE representation
 representation_items_for_deck_moulded_form_design_parameter RULE representation
 representation_items_for_edge_cutout_function_parameters RULE representation
 representation_items_for_edge_feature_function_parameters RULE representation
 representation_items_for_elongated_oval_cutout_design RULE representation
 representation_items_for_hull_moulded_form_design_parameter RULE representation
 representation_items_for_interior_cutout_function_parameters RULE representation
 representation_items_for_inward_round_corner_design RULE representation
 representation_items_for_moulded_form_design_parameters RULE representation
 representation_items_for_moulded_form_function_parameters RULE representation
 representation_items_for_outward_round_corner_design RULE representation
 representation_items_for_panel_system_boundary_relationship RULE representation
 representation_items_for_panel_system_function_parameters RULE representation
 representation_items_for_profile_boundary_relationship_design RULE representation
 representation_items_for_profile_curve_trace_line_design RULE representation
 representation_items_for_profile_trace_line_relationship_design RULE representation
 representation_items_for_rectangular_cutback_corner_design RULE representation
 representation_items_for_rudder_moulded_form_design_parameter RULE representation
 representation_items_for_seam_curve_relationship_parameter RULE representation
 representation_items_for_shear_bevel_design_parameters RULE representation
 representation_items_of_thruster_moulded_form_design_parameter RULE representation
 representation_items_optional_for_beveled_groove_weld_design RULE representation
 representation_items_optional_for_bevel_design_parameters RULE representation
 representation_items_optional_for_bulk_cargo RULE representation
 representation_items_optional_for_butt_groove_weld_design RULE representation
 representation_items_optional_for_capacity_properties RULE representation
 representation_items_optional_for_class_deck_load_requirement_definition RULE representation
 representation_items_optional_for_class_notation RULE representation
 representation_items_optional_for_compartment_access_authorization RULE representation
 representation_items_optional_for_compartment_design_requirement RULE representation
 representation_items_optional_for_compartment_function RULE representation
 representation_items_optional_for_compartment_insulation RULE representation
 representation_items_optional_for_compartment_noise_category RULE representation
 representation_items_optional_for_compartment_safety_class RULE representation
 representation_items_optional_for_compartment_security RULE representation
 representation_items_optional_for_compartment_tightness RULE representation
 representation_items_optional_for_corrosion_control_coating RULE representation
 representation_items_optional_for_corrugation_dimensions RULE representation
 representation_items_optional_for_damage_case RULE representation
 representation_items_optional_for_deck_zone_function RULE representation
 representation_items_optional_for_detailed_cargo_material_properties RULE representation
 representation_items_optional_for_dry_cargo RULE representation
 representation_items_optional_for_gaseous_cargo RULE representation
 representation_items_optional_for_general_cargo_material_properties RULE representation
 representation_items_optional_for_groove_weld_design RULE representation
 representation_items_optional_for_liquid_cargo RULE representation
 representation_items_optional_for_loading_condition_operating_definition RULE representation
 representation_items_optional_for_owner_designation RULE representation
 representation_items_optional_for_panel_system_design RULE representation
 representation_items_optional_for_plate_design_parameters RULE representation
 representation_items_optional_for_plate_function_parameters RULE representation
 representation_items_optional_for_plate_strake_function RULE representation
 representation_items_optional_for_principal_characteristics RULE representation
 representation_items_optional_for_profile_design_parameters RULE representation
 representation_items_optional_for_profile_function_parameters RULE representation
 representation_items_optional_for_seam_design_parameters RULE representation
 representation_items_optional_for_space_connection_relationship RULE representation
 representation_items_optional_for_structural_system_design RULE representation
 representation_items_optional_for_structural_system_function RULE representation
 representation_items_optional_for_tank_geometric_parameters RULE representation
 representation_items_optional_for_tank_piping_design_properties RULE representation
 representation_items_optional_for_unit_cargo RULE representation
 representation_items_optional_for_vehicle_load_description RULE representation
 representation_items_optional_for_weld_design_parameters RULE representation
 representation_items_optional_for_weld_filler_material_design RULE representation
 representation_items_optional_for_zone_function RULE representation
 representation_items_propeller_moulded_form_design_parameter RULE representation
 representation_item_corrugated_structure_boundary_relationship RULE representation
 representation_item_for_panel_system_curve_boundary_design RULE representation
 representation_item_for_structural_weld_shrinkage_allowance RULE representation
 representation_item_for_transformation_to_parent RULE representation
 representation_item_to_structural_system_adjacency_relationship RULE representation
 representation_local_coordinate_system_with_position_reference RULE representation
 representation_map ENTITY representation
 representation_maximum_permissible_still_water_bending_moment RULE representation
 representation_of_design_still_water_bending_moment_parameters RULE representation
 representation_of_local_coordinate_system_with_position_reference RULE representation
 representation_of_maximum_permissible_still_water_shear_force RULE representation
 representation_relationship ENTITY representation
 representation_restricted_by_name_bevel_design_parameters RULE representation
 representation_restricted_by_name_class_notation RULE representation
 representation_restricted_by_name_class_parameters RULE representation
 representation_restricted_by_name_corrugation_dimensions RULE representation
 representation_restricted_by_name_flare_area_parameters RULE representation
 representation_restricted_by_name_freeboard_characteristics RULE representation
 representation_restricted_by_name_lightship_definition RULE representation
 representation_restricted_by_name_lightship_weight_item RULE representation
 representation_restricted_by_name_loadline RULE representation
 representation_restricted_by_name_plate_design_parameters RULE representation
 representation_restricted_by_name_plate_function_parameters RULE representation
 representation_restricted_by_name_principal_characteristics RULE representation
 representation_restricted_by_name_profile_design_parameters RULE representation
 representation_restricted_by_name_section_properties RULE representation
 representation_restricted_by_name_ship_overall_dimensions RULE representation
 representation_restricted_by_name_table_of_shear_force_values RULE representation
 representation_restricted_by_name_w_shape_cross_section RULE representation
 representation_restricted_for_assembly_manufacturing_position RULE representation
 representation_restricted_for_beveled_groove_weld_design RULE representation
 representation_restricted_for_butt_groove_weld_design RULE representation
 representation_restricted_for_composite_feature_design RULE representation
 representation_restricted_for_continuous_fillet_weld_design RULE representation
 representation_restricted_for_corrugated_structure_design RULE representation
 representation_restricted_for_corrugated_structure_function RULE representation
 representation_restricted_for_fillet_weld_design_parameters RULE representation
 representation_restricted_for_groove_weld_design RULE representation
 representation_restricted_for_homogeneous_ship_material_property RULE representation
 representation_restricted_for_hull_cross_section_design_definition RULE representation
 representation_restricted_for_intermittent_fillet_weld_design RULE representation
 representation_restricted_for_panel_system_curve_boundary RULE representation
 representation_restricted_for_panel_system_design_parameters RULE representation
 representation_restricted_for_panel_system_function RULE representation
 representation_restricted_for_panel_system_plane_boundary RULE representation
 representation_restricted_for_plate_renewal_definition_attributes RULE representation
 representation_restricted_for_plate_strake_function RULE representation
 representation_restricted_for_ship_material_property RULE representation
 representation_restricted_for_spot_seam_weld_design RULE representation
 representation_restricted_for_structural_part_joint_design RULE representation
 representation_restricted_for_structural_system_design RULE representation
 representation_restricted_for_structural_system_function RULE representation
 representation_restricted_for_welded_joint_design_parameters RULE representation
 representation_restricted_for_welding_sequence_representation RULE representation
 representation_restricted_for_weld_design_parameters RULE representation
 representation_restricted_for_weld_filler_material_design RULE representation
 representation_restricted_for_weld_manufacturing_definition RULE representation
 representation_restricted_weight_and_centre_of_gravity RULE representation
 representation_restricts_profile_renewal_definition_attributes RULE representation
 shape_representation_subtype_exclusiveness RULE shape_representation
 source_for_library_definition RULE representation
 subtype_mandatory_representation RULE representation
 subtype_mandatory_shape_representation RULE representation
 subtype_mandatory_shape_representation RULE shape_representation
 user_defined_capacity_context_description_required_for_capacity_context RULE representation
 user_defined_description_required_for_damage_cause RULE representation
 user_defined_tightness_description_required RULE representation
 user_defined_type_description_required_for_type_of RULE representation
 user_defined_value_description_required_for_authorization_classification RULE representation
 user_defined_value_description_required_for_compartment_insulation RULE representation
 user_defined_value_description_required_for_compartment_noise_category RULE representation
 user_defined_value_description_required_for_compartment_safety_class RULE representation
 user_defined_value_description_required_for_compartment_security RULE representation
 user_defined_value_description_required_for_compartment_tightness RULE representation
 user_defined_value_description_required_for_requirement_type RULE representation
 user_def_appendage_type_description_required RULE representation
 user_def_cargo_description_required_for_cargo_type RULE representation
 user_def_cargo_description_required_for_type_of RULE representation
 user_def_function_description_required RULE representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:21-04:00