ENTITY axis_trajectory

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Axis trajectory                                              *)
(* ************************************************************ *)

ENTITY axis_trajectory	(* m0 *)
SUBTYPE OF (trajectory);
axis_list:                  LIST [1:?] OF identifier;
commands:                   LIST [1:?] OF bounded_curve;
-- WHERE
-- WR1: SIZEOF(QUERY(cmd <* commands | 
-- cmd\geometric_representation_item.dim <> 1)) = 0;
END_ENTITY;

Explicit Attributes

Entity axis_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
 axis_listLIST OF identifier (STRING)axis_trajectory
 commandsLIST OF bounded_curve (STRING)axis_trajectory

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity axis_trajectory inherits from the following supertypes:
  toolpath
    trajectory

Subtypes

    No subtypes

Referenced By

Entity axis_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 axis_trajectory


[Top Level Definitions]

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