ENTITY cutter_location_trajectory

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Cutter location trajectory                                   *)
(* ************************************************************ *)

ENTITY cutter_location_trajectory	(* m0 *)
SUBTYPE OF (trajectory);
basiccurve:                 bounded_curve; 
its_toolaxis:               OPTIONAL bounded_curve;
surface_normal:             OPTIONAL bounded_curve;
path_maximum_deviation:      OPTIONAL length_measure;     -- ADDED BY 10303-238
tool_axis_maximum_deviation: OPTIONAL plane_angle_measure;-- ADDED BY 10303-238
(*
Information proposition:
its_toolaxis must have the same must have the same parameter range as basiccurve.
*)
END_ENTITY;

Explicit Attributes

Entity cutter_location_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
 basiccurvebounded_curve (STRING)cutter_location_trajectory
 its_toolaxisbounded_curve (STRING)cutter_location_trajectory
 surface_normalbounded_curve (STRING)cutter_location_trajectory
 path_maximum_deviationlength_measure (ENTITY)cutter_location_trajectory
 tool_axis_maximum_deviationplane_angle_measure (ENTITY)cutter_location_trajectory

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity cutter_location_trajectory inherits from the following supertypes:
  toolpath
    trajectory

Subtypes

    No subtypes

Referenced By

Entity cutter_location_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
 trajectory ENTITY cutter_location_trajectory


[Top Level Definitions]

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