ENTITY workingstep

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Workingstep                                                  *)
(* ************************************************************ *)

ENTITY workingstep	(* m0 *)
ABSTRACT SUPERTYPE OF (ONEOF (machining_workingstep, rapid_movement, touch_probing))
SUBTYPE OF (executable);
its_secplane :              elementary_surface;
END_ENTITY;

Explicit Attributes

Entity workingstep has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)executable
 its_secplaneelementary_surface (STRING)workingstep

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity workingstep inherits from the following supertypes:
  executable

Subtypes

Entity workingstep has the following subtypes:
    machining_workingstep*
    rapid_movement*
    return_home
    tool_length_probing
    tool_probing
    tool_radius_probing
    touch_probing*
    turning_workingstep*
    workpiece_complete_probing
    workpiece_probing
* - Immediate Subtypes

Referenced By

Entity workingstep and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 executable ENTITY workingstep
 if_statement ENTITY executable
 last_modified_timestamp_item SELECT executable
 non_sequential ENTITY executable
 parallel ENTITY executable
 security_classification_item SELECT executable
 selective ENTITY executable
 while_statement ENTITY executable
 workplan ENTITY executable


[Top Level Definitions]

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