ENTITY approach_lift_path

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Approach and lift movement                                   *)
(* ************************************************************ *)

ENTITY approach_lift_path 	(* m1 *)
ABSTRACT SUPERTYPE OF (ONEOF (ap_lift_path_angle, ap_lift_path_tangent))
SUBTYPE OF (parameterised_path);
fix_point:                  cartesian_point; 
fix_point_dir:              OPTIONAL direction; 
END_ENTITY;

Explicit Attributes

Entity approach_lift_path 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
 fix_pointcartesian_point (STRING)approach_lift_path
 fix_point_dirdirection (STRING)approach_lift_path

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity approach_lift_path inherits from the following supertypes:
  toolpath
    parameterised_path

Subtypes

Entity approach_lift_path has the following subtypes:
    ap_lift_path_angle*
    ap_lift_path_tangent*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions]

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