ENTITY compound_feature

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Compound feature                                             *)
(* ************************************************************ *)

ENTITY compound_feature 	(* m1 *)
SUPERTYPE OF (ONEOF(counterbore_hole, countersunk_hole))
SUBTYPE OF (two5D_manufacturing_feature);
 elements: SET [2:?] OF compound_feature_select;
feature_description: 	OPTIONAL text; -- ADDED BY 10303-238
feature_name: 		label;         -- ADDED BY 10303-238
WHERE
WR1: SIZEOF(QUERY(e <* elements | SIZEOF(e\manufacturing_feature.its_operations) <> 0)) = 0;
END_ENTITY;

Explicit Attributes

Entity compound_feature 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
 elementsSET OF compound_feature_select (SELECT)compound_feature
 feature_descriptiontext (STRING)compound_feature
 feature_namelabel (STRING)compound_feature

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity compound_feature inherits from the following supertypes:
  manufacturing_feature
    two5D_manufacturing_feature

Subtypes

Entity compound_feature has the following subtypes:
    counterbore_hole*
    countersunk_hole*
* - Immediate Subtypes

Referenced By

Entity compound_feature and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 compound_feature ENTITY manufacturing_feature
 general_pocket_bottom_condition ENTITY manufacturing_feature
 machining_workingstep ENTITY manufacturing_feature
 manufacturing_feature ENTITY two5D_manufacturing_feature
 replicate_feature ENTITY two5D_manufacturing_feature
 turning_workingstep ENTITY manufacturing_feature
 two5D_manufacturing_feature ENTITY compound_feature


[Top Level Definitions]

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