ENTITY cutting_edge_properties

(* SCHEMA ap238_arm_schema; *)
ENTITY cutting_edge_properties;
  its_material : OPTIONAL material;
  expected_tool_life : OPTIONAL time_measure;
  its_technology : OPTIONAL technology;
  cutting_edge_length : OPTIONAL length_measure;
  tool_cutting_edge_angle : OPTIONAL plane_angle_measure;
  tool_cutting_edge_angle_type : OPTIONAL STRING;
  tool_included_angle : OPTIONAL plane_angle_measure;
  corner_transitions : LIST [0:?] OF corner_transition;
  maximum_side_cutting_depth : OPTIONAL length_measure;
  maximum_end_cutting_depth : OPTIONAL length_measure;
END_ENTITY;

Explicit Attributes

Entity cutting_edge_properties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_materialmaterial (ENTITY)cutting_edge_properties
 expected_tool_lifetime_measure (ENTITY)cutting_edge_properties
 its_technologytechnology (ENTITY)cutting_edge_properties
 cutting_edge_lengthlength_measure (ENTITY)cutting_edge_properties
 tool_cutting_edge_angleplane_angle_measure (ENTITY)cutting_edge_properties
 tool_cutting_edge_angle_typeSTRINGcutting_edge_properties
 tool_included_angleplane_angle_measure (ENTITY)cutting_edge_properties
 corner_transitionsLIST OF corner_transition (ENTITY)cutting_edge_properties
 maximum_side_cutting_depthlength_measure (ENTITY)cutting_edge_properties
 maximum_end_cutting_depthlength_measure (ENTITY)cutting_edge_properties

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity cutting_edge_properties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 turning_machine_cutting_tool ENTITY cutting_edge_properties


[Top Level Definitions]

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