ENTITY drilling_type_strategy

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Drilling type strategy                                       *)
(* ************************************************************ *)

ENTITY drilling_type_strategy;   	(* m0 *)
reduced_cut_at_start:       OPTIONAL positive_ratio_measure; 
reduced_feed_at_start:      OPTIONAL positive_ratio_measure; 
depth_of_start:             OPTIONAL length_measure;
reduced_cut_at_end:         OPTIONAL positive_ratio_measure; 
reduced_feed_at_end:        OPTIONAL positive_ratio_measure; 
depth_of_end:               OPTIONAL length_measure;
WHERE
WR1: EXISTS(depth_of_start) OR NOT (EXISTS(reduced_cut_at_start) OR EXISTS(reduced_feed_at_start));
WR2: EXISTS(depth_of_end) OR NOT (EXISTS(reduced_cut_at_end) OR EXISTS(reduced_feed_at_end));
END_ENTITY;

Explicit Attributes

Entity drilling_type_strategy has the following local and inherited explicit attributes:
AttributeTypeDefined By
 reduced_cut_at_startpositive_ratio_measure (REAL)drilling_type_strategy
 reduced_feed_at_startpositive_ratio_measure (REAL)drilling_type_strategy
 depth_of_startlength_measure (ENTITY)drilling_type_strategy
 reduced_cut_at_endpositive_ratio_measure (REAL)drilling_type_strategy
 reduced_feed_at_endpositive_ratio_measure (REAL)drilling_type_strategy
 depth_of_endlength_measure (ENTITY)drilling_type_strategy

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity drilling_type_strategy and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 drilling_type_operation ENTITY drilling_type_strategy


[Top Level Definitions]

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