ENTITY contouring_turning_operation
(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC
ENTITY contouring_turning_operation
SUBTYPE OF (turning_type_operation);
WHERE
WR1:
SELF.description IN [ 'roughing', 'finishing' ];
WR2:
verify_optional_action_property(SELF, 'allowance') AND verify_length_measure_action_property(SELF, 'allowance');
WR3:
NOT (SELF.description = 'roughing') OR verify_required_action_property(SELF, 'allowance');
END_ENTITY;
Explicit Attributes
Entity contouring_turning_operation has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity contouring_turning_operation inherits from the following supertypes:
action_method
machining_operation
turning_type_operation
Subtypes
No subtypesReferenced By
Entity contouring_turning_operation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:31-04:00