ENTITY slot

(* SCHEMA ap238_arm_schema; *)

(* ************************************************************ *)
(* Slot                                                         *)
(* ************************************************************ *)

ENTITY slot	(* m1 *)
SUBTYPE OF (machining_feature);
course_of_travel:           travel_path;
swept_shape:                open_profile;
end_conditions:             LIST[0:2] OF slot_end_type;
WHERE
WR1: ( ( SIZEOF(QUERY (it <* SELF.end_conditions | 
      ('AP238_ARM_SCHEMA.LOOP_SLOT_END_TYPE' IN TYPEOF(it)) )) = 1)
    AND
    (SIZEOF(end_conditions) = 1) )
   OR
   (SIZEOF(end_conditions) <> 1);
(*
Informal propositions:
- The entire travel_path lies in the local xy plane. 
- The travel_path is not self-intersecting.
*)
END_ENTITY;

Explicit Attributes

Entity slot has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)manufacturing_feature
 its_workpieceworkpiece (ENTITY)manufacturing_feature
 its_operationsSET OF machining_operation (ENTITY)manufacturing_feature
 explicit_representationSET OF face (STRING)manufacturing_feature
 feature_placementaxis2_placement_3d (STRING)two5D_manufacturing_feature
 depthelementary_surface (STRING)machining_feature
 course_of_traveltravel_path (ENTITY)slot
 swept_shapeopen_profile (ENTITY)slot
 end_conditionsLIST OF slot_end_type (ENTITY)slot

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity slot inherits from the following supertypes:
  manufacturing_feature
    two5D_manufacturing_feature
      machining_feature

Subtypes

    No subtypes

Referenced By

Entity slot and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_feature ENTITY manufacturing_feature
 compound_feature_select SELECT machining_feature
 general_pocket_bottom_condition ENTITY manufacturing_feature
 machined_surface ENTITY machining_feature
 machining_feature ENTITY slot
 machining_workingstep ENTITY manufacturing_feature
 manufacturing_feature ENTITY two5D_manufacturing_feature
 replicate_feature ENTITY two5D_manufacturing_feature
 thread ENTITY machining_feature
 transition_feature ENTITY machining_feature
 turning_workingstep ENTITY manufacturing_feature
 two5D_manufacturing_feature ENTITY machining_feature


[Top Level Definitions]

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