(* SCHEMA integrated_cnc_schema; *)
ENTITY boring_operation
SUBTYPE OF (drilling_type_operation);
WHERE
WR1: (SELF.description IN ['boring','reaming']);
WR2: (verify_optional_action_property (SELF, 'spindle stop')) AND
(verify_enumeration_action_property (SELF, 'spindle stop',
['spindle stop at bottom', 'spindle nonstop']));
WR3: (verify_optional_action_property (SELF, 'testcut depth')) AND
(verify_length_measure_action_property (SELF, 'testcut depth'));
WR4: (verify_optional_action_property (SELF, 'waiting position')) AND
(verify_rep_item_for_action_property (SELF, 'waiting position',
['INTEGRATED_CNC_SCHEMA.CARTESIAN_POINT']));
END_ENTITY; -- 10303-238: integrated_cnc_schema
|
Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:17-02:00