ENTITY toolpath

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* ************************************************************ *)
(*                                                              *)
(* Toolpath                                                     *)
(*                                                              *)
(* ************************************************************ *)
(* ************************************************************ *)


ENTITY toolpath	(* m0 *)
ABSTRACT SUPERTYPE OF (ONEOF(feedstop, trajectory, parameterised_path));
its_priority:  BOOLEAN;
its_type     : toolpath_type;
its_speed    : OPTIONAL toolpath_speedprofile;
its_technology: OPTIONAL technology;
its_machine_functions: OPTIONAL machine_functions;
its_id:          identifier;  -- ADDED BY 10303-238
END_ENTITY;

Explicit Attributes

Entity toolpath has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_priorityBOOLEANtoolpath
 its_typetoolpath_type (ENUM)toolpath
 its_speedtoolpath_speedprofile (SELECT)toolpath
 its_technologytechnology (ENTITY)toolpath
 its_machine_functionsmachine_functions (ENTITY)toolpath
 its_ididentifier (STRING)toolpath

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity toolpath has the following subtypes:
    ap_lift_path_angle     ap_lift_path_tangent     approach_lift_path     axis_trajectory     connect_direct     connect_secplane     connector     cutter_contact_trajectory     cutter_location_trajectory     feedstop*     parameterised_path*     trajectory*
* - Immediate Subtypes

Referenced By

Entity toolpath and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 last_modified_timestamp_item SELECT toolpath
 security_classification_item SELECT toolpath
 toolpath_list ENTITY toolpath


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00