ENTITY freeform_strategy

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Freeform strategy                                            *)
(* ************************************************************ *)

ENTITY freeform_strategy        	(* m1 *)
ABSTRACT SUPERTYPE OF (ONEOF(uv_strategy, plane_cc_strategy, plane_cl_strategy, leading_line_strategy));
pathmode:               pathmode_type;
cutmode:                cutmode_type;
its_milling_tolerances: tolerances;
stepover:               OPTIONAL length_measure;
END_ENTITY;

Explicit Attributes

Entity freeform_strategy has the following local and inherited explicit attributes:
AttributeTypeDefined By
 pathmodepathmode_type (ENUM)freeform_strategy
 cutmodecutmode_type (ENUM)freeform_strategy
 its_milling_tolerancestolerances (ENTITY)freeform_strategy
 stepoverlength_measure (ENTITY)freeform_strategy

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity freeform_strategy has the following subtypes:
    leading_line_strategy*
    plane_cc_strategy*
    plane_cl_strategy*
    uv_strategy*
* - Immediate Subtypes

Referenced By

Entity freeform_strategy and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 freeform_operation ENTITY freeform_strategy


[Top Level Definitions]

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