ENTITY machining_workingstep

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Machining workingstep                                        *)
(* ************************************************************ *)

ENTITY machining_workingstep	(* m0 *)
SUBTYPE OF (workingstep);
its_feature: 		manufacturing_feature;
its_operation: 		machining_operation;
its_effect: 		OPTIONAL in_process_geometry;
final_features: 	OPTIONAL SET [0:?] OF Manufacturing_feature;  -- ADDED BY 10303-238
toolpath_orientation: 	OPTIONAL axis2_placement_3d; -- ADDED BY 10303-238
END_ENTITY;

Explicit Attributes

Entity machining_workingstep has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)executable
 its_secplaneelementary_surface (STRING)workingstep
 its_featuremanufacturing_feature (ENTITY)machining_workingstep
 its_operationmachining_operation (ENTITY)machining_workingstep
 its_effectin_process_geometry (ENTITY)machining_workingstep
 final_featuresSET OF manufacturing_feature (ENTITY)machining_workingstep
 toolpath_orientationaxis2_placement_3d (STRING)machining_workingstep

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity machining_workingstep inherits from the following supertypes:
  executable
    workingstep

Subtypes

    No subtypes

Referenced By

Entity machining_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
 workingstep ENTITY machining_workingstep
 workplan ENTITY executable


[Top Level Definitions]

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