CONSTANTs

(* SCHEMA step_merged_ap_schema; *)
CONSTANT
      deprecated_constructed_data_types : SET OF STRING := [ 'approved_item', 'certified_item', 'change_request_item', 'contracted_item', 'cc_classified_item', 'date_time_item', 'cc_person_organization_item', 'cc_specified_item', 'start_request_item', 'work_item' ];
      deprecated_entity_data_types : SET OF STRING := [ 'cc_design_approval', 'cc_design_certification', 'cc_design_contract', 'cc_design_date_and_time_assignment', 'cc_design_person_and_organization_assignment', 'cc_design_security_classification', 'cc_design_specification_reference', 'change', 'change_request', 'design_context', 'design_make_from_relationship', 'mechanical_context', 'product_category_relationship', 'start_request', 'start_work', 'supplied_part_relationship' ];
      deprecated_interfaced_data_types : SET OF STRING := [ 'document_with_class', 'ordinal_date', 'product_definition_formation_with_specified_source', 'week_of_year_and_day_date' ];
      dummy_gri : geometric_representation_item := representation_item('') || geometric_representation_item();
      dummy_tri : topological_representation_item := representation_item('') || topological_representation_item();
      pre_defined_picture_representation_types : SET [0:?] OF STRING := [ 'JPEG', 'PNG', 'TIFF', 'BMP', 'GIF' ];
schema_prefix : STRING := 'STEP_MERGED_AP_SCHEMA.';
      the_binarys : elementary_space := make_elementary_space(es_binarys);
      the_booleans : elementary_space := make_elementary_space(es_booleans);
      the_complex_numbers : elementary_space := make_elementary_space(es_complex_numbers);
      the_complex_tuples : extended_tuple_space := make_extended_tuple_space(the_zero_tuple_space, the_complex_numbers);
      the_empty_maths_tuple : maths_tuple := [];
      the_empty_space : finite_space := make_finite_space([]);
      the_generics : elementary_space := make_elementary_space(es_generics);
      the_integer_tuples : extended_tuple_space := make_extended_tuple_space(the_zero_tuple_space, the_integers);
      the_integers : elementary_space := make_elementary_space(es_integers);
      the_logicals : elementary_space := make_elementary_space(es_logicals);
      the_maths_spaces : elementary_space := make_elementary_space(es_maths_spaces);
      the_neg1_one_interval : finite_real_interval := make_finite_real_interval(-1, closed, 1, closed);
      the_neghalfpi_halfpi_interval : finite_real_interval := make_finite_real_interval(-0.500000 * 3.14159, closed, 0.500000 * 3.14159, closed);
      the_negpi_pi_interval : finite_real_interval := make_finite_real_interval(-3.14159, open, 3.14159, closed);
      the_nonnegative_reals : real_interval_from_min := make_real_interval_from_min(0, closed);
      the_numbers : elementary_space := make_elementary_space(es_numbers);
      the_real_tuples : extended_tuple_space := make_extended_tuple_space(the_zero_tuple_space, the_reals);
      the_reals : elementary_space := make_elementary_space(es_reals);
      the_strings : elementary_space := make_elementary_space(es_strings);
      the_tuples : extended_tuple_space := make_extended_tuple_space(the_zero_tuple_space, the_generics);
      the_zero_pi_interval : finite_real_interval := make_finite_real_interval(0, closed, 3.14159, closed);
      the_zero_tuple_space : listed_product_space := make_listed_product_space([]);
END_CONSTANT;

Referenced By

Constants are referenced by the following definitions:
DefinitionType
 axis1_placement ENTITY
 b_spline_function ENTITY
 expression_denoted_function ENTITY
 extended_tuple_space ENTITY
 externally_defined_picture_representation_item ENTITY
 function_space ENTITY
 listed_product_space ENTITY
 partial_derivative_expression ENTITY
 predefined_picture_representation_item ENTITY
 quantifier_expression ENTITY
 repackaging_function ENTITY
 uniform_product_space ENTITY
 above_plane FUNCTION
 assoc_product_space FUNCTION
 base_axis FUNCTION
 build_2axes FUNCTION
 build_axes FUNCTION
 check_sparse_index_to_loc FUNCTION
 check_sparse_loc_range FUNCTION
 closed_shell_reversed FUNCTION
 compatible_spaces FUNCTION
 convert_to_literal FUNCTION
 convert_to_maths_function FUNCTION
 convert_to_maths_value FUNCTION
 cross_product FUNCTION
 definite_integral_check FUNCTION
 derive_definite_integral_domain FUNCTION
 derive_elementary_function_domain FUNCTION
 derive_elementary_function_range FUNCTION
 derive_function_range FUNCTION
 edge_reversed FUNCTION
 enclose_pregion_in_cregion FUNCTION
 extract_factors FUNCTION
 extremal_position_check FUNCTION
 face_bound_reversed FUNCTION
 face_reversed FUNCTION
 factor1 FUNCTION
 factor_space FUNCTION
 first_proj_axis FUNCTION
 function_applicability FUNCTION
 function_is_1d_array FUNCTION
 function_is_1d_table FUNCTION
 function_is_array FUNCTION
 function_is_table FUNCTION
 get_plane_of_implicit_geometry FUNCTION
 get_relative_direction_2points FUNCTION
 max_exists FUNCTION
 max_included FUNCTION
 member_of FUNCTION
 min_exists FUNCTION
 min_included FUNCTION
 no_cyclic_domain_reference FUNCTION
 no_cyclic_space_reference FUNCTION
 normalise FUNCTION
 number_superspace_of FUNCTION
 open_shell_reversed FUNCTION
 orthogonal_complement FUNCTION
 parallel_composed_function_composability_check FUNCTION
 partial_derivative_check FUNCTION
 path_reversed FUNCTION
 real_max FUNCTION
 real_min FUNCTION
 scalar_times_vector FUNCTION
 second_proj_axis FUNCTION
 shape_of_array FUNCTION
 simplify_function_application FUNCTION
 space_dimension FUNCTION
 space_is_continuum FUNCTION
 stripped_typeof FUNCTION
 subspace_of FUNCTION
 values_space_of FUNCTION
 vector_difference FUNCTION


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:13-04:00