ENTITY kinematic_path_segment

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY kinematic_path_segment
   ABSTRACT SUPERTYPE OF (ONEOF(path_node, curve_based_path_with_orientation))
   SUBTYPE OF (founded_item);
      t_end : parameter_value;
      transition : transition_code;
END_ENTITY;

Explicit Attributes

Entity kinematic_path_segment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 t_endparameter_value (REAL)kinematic_path_segment
 transitiontransition_code (ENUM)kinematic_path_segment

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity kinematic_path_segment inherits from the following supertypes:
  founded_item

Subtypes

Entity kinematic_path_segment has the following subtypes:
    circular_path
    curve_based_path
    curve_based_path_with_orientation*
    curve_based_path_with_orientation_and_parameters
    linear_path
    path_node*
    point_to_point_path
* - Immediate Subtypes

Referenced By

Entity kinematic_path_segment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item ENTITY kinematic_path_segment
 founded_item_select SELECT founded_item
 kinematic_path ENTITY kinematic_path_segment
 linear_path ENTITY kinematic_path_segment
 point_to_point_path ENTITY kinematic_path_segment
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

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