ENTITY linear_path

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY linear_path
   SUBTYPE OF (path_node);
   DERIVE
      SELF\kinematic_path_segment.transition : transition_code := continuous;
END_ENTITY;

Explicit Attributes

Entity linear_path has the following local and inherited explicit attributes:
AttributeTypeDefined By
 t_endparameter_value (REAL)kinematic_path_segment
 transition*transition_code (ENUM)linear_path(Redcl from kinematic_path_segment)
 placement_endplacement (ENTITY)path_node

* - Explicit attribute redeclared as derived

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity linear_path inherits from the following supertypes:
  founded_item
    kinematic_path_segment
      path_node

Subtypes

    No subtypes

Referenced By

Entity linear_path 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
 path_node ENTITY linear_path
 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
2023-12-22T16:32:02-05:00