ENTITY ballnose_endmill

(* SCHEMA ap238_arm_schema; *)
ENTITY ballnose_endmill
  SUBTYPE OF (endmill);
  WHERE
  WR1: NOT EXISTS(SELF.edge_radius)
       OR (EXISTS(SELF.edge_radius) AND
	   EXISTS(SELF.effective_cutting_diameter) AND
	  (SELF.edge_radius = SELF.effective_cutting_diameter/2));
END_ENTITY;

Explicit Attributes

Entity ballnose_endmill has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_idlabel (STRING)machining_tool
 its_usagetool_usage (ENTITY)machining_tool
 its_cutting_edgesSET OF cutting_component (ENTITY)milling_machine_cutting_tool
 overall_assembly_lengthlength_measure (ENTITY)milling_machine_cutting_tool
 effective_cutting_diameterlength_measure (ENTITY)milling_machine_cutting_tool
 maximum_depth_of_cutlength_measure (ENTITY)milling_machine_cutting_tool
 hand_of_cuthand_of_cut_type (ENUM)milling_machine_cutting_tool
 coolant_through_toolBOOLEANmilling_machine_cutting_tool
 number_of_effective_teethINTEGERmilling_cutting_tool
 edge_radiuslength_measure (ENTITY)milling_cutting_tool
 tool_cutting_edge_angleplane_angle_measure (ENTITY)endmill

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity ballnose_endmill inherits from the following supertypes:
  machining_tool
    milling_machine_cutting_tool
      milling_cutting_tool
        endmill

Subtypes

    No subtypes

Referenced By

Entity ballnose_endmill and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 endmill ENTITY ballnose_endmill
 load_tool ENTITY machining_tool
 machining_operation ENTITY machining_tool
 milling_cutting_tool ENTITY endmill
 milling_machine_cutting_tool ENTITY milling_cutting_tool
 tool_probing ENTITY machining_tool
 unload_tool ENTITY machining_tool


[Top Level Definitions]

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