ENTITY path_node

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY path_node
   ABSTRACT SUPERTYPE OF (ONEOF(point_to_point_path, circular_path, linear_path, curve_based_path))
   SUBTYPE OF (kinematic_path_segment);
      placement_end : placement;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

Entity path_node 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 path_node inherits from the following supertypes:
  founded_item
    kinematic_path_segment

Subtypes

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

Referenced By

Entity path_node 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
 kinematic_path_defined_by_nodes ENTITY path_node
 kinematic_path_segment ENTITY path_node
 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:17-04:00