ENTITY path_node

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
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_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
 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:08-04:00