ENTITY thread

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Tread                                                        *)
(* ************************************************************ *)

ENTITY thread 	(* m1 *)
ABSTRACT SUPERTYPE OF(ONEOF(catalogue_thread, defined_thread))
SUBTYPE OF(machining_feature);
partial_profile:       partial_area_definition; 
applied_shape:         SET[1:?] OF machining_feature; 
inner_or_outer_thread: BOOLEAN; 
qualifier:             OPTIONAL descriptive_parameter; 
fit_class:             descriptive_parameter; 
form:                  descriptive_parameter; 
major_diameter:        length_measure; 
number_of_threads:     numeric_parameter; 
thread_hand:           descriptive_parameter; 
 WHERE
WR1: ('AP238_ARM_SCHEMA.ROUND_HOLE' IN TYPEOF(applied_shape)) OR 
     ('AP238_ARM_SCHEMA.CIRCULAR_CLOSED_SHAPE_PROFILE' IN TYPEOF(applied_shape))  
     OR ('AP238_ARM_SCHEMA.BOSS' IN TYPEOF(applied_shape));
END_ENTITY;

Explicit Attributes

Entity thread 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
 partial_profilepartial_area_definition (ENTITY)thread
 applied_shapeSET OF machining_feature (ENTITY)thread
 inner_or_outer_threadBOOLEANthread
 qualifierdescriptive_parameter (ENTITY)thread
 fit_classdescriptive_parameter (ENTITY)thread
 formdescriptive_parameter (ENTITY)thread
 major_diameterlength_measure (ENTITY)thread
 number_of_threadsnumeric_parameter (ENTITY)thread
 thread_handdescriptive_parameter (ENTITY)thread

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity thread inherits from the following supertypes:
  manufacturing_feature
    two5D_manufacturing_feature
      machining_feature

Subtypes

Entity thread has the following subtypes:
    catalogue_thread*
    defined_thread*
* - Immediate Subtypes

Referenced By

Entity thread 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 thread
 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