ENTITY trajectory

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Trajectory                                                   *)
(* ************************************************************ *)

ENTITY trajectory	(* m0 *)
ABSTRACT SUPERTYPE OF (ONEOF(cutter_location_trajectory, cutter_contact_trajectory, axis_trajectory))
SUBTYPE OF (toolpath);
its_direction:              OPTIONAL BOOLEAN;

-- ADDED BY 10303-238, document material removed by TP, used
-- for adaptive control
its_material_removal_depth:   OPTIONAL material_removal_measure;
its_material_removal_overcut: OPTIONAL material_removal_measure;
its_material_removal_total_volume: OPTIONAL volume_measure;
END_ENTITY;

Explicit Attributes

Entity trajectory 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
 its_directionBOOLEANtrajectory
 its_material_removal_depthmaterial_removal_measure (SELECT)trajectory
 its_material_removal_overcutmaterial_removal_measure (SELECT)trajectory
 its_material_removal_total_volumevolume_measure (ENTITY)trajectory

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity trajectory inherits from the following supertypes:
  toolpath

Subtypes

Entity trajectory has the following subtypes:
    axis_trajectory*
    cutter_contact_trajectory*
    cutter_location_trajectory*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions]

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