ENTITY Placed_target

(* SCHEMA ap238_arm_schema; *)
ENTITY Placed_target 
  ABSTRACT SUPERTYPE OF (ONEOF (Target_circle, 
                                Target_point, 
                                Target_rectangle, 
                                Target_straight_line)) 
  SUBTYPE OF (Datum_target); 
  defined_in : STRING; 	-- Geometric_coordinate_space; 
  parameter_reference : Axis_placement; 
END_ENTITY; 

Explicit Attributes

Entity Placed_target has the following local and inherited explicit attributes:
AttributeTypeDefined By
 idSTRINGDatum_target
 defined_inSTRINGPlaced_target
 parameter_referenceAxis_placement (STRING)Placed_target

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity Placed_target inherits from the following supertypes:
  Datum_target

Subtypes

Entity Placed_target has the following subtypes:
    Target_circle*
    Target_point*
    Target_rectangle*
    Target_straight_line*
* - Immediate Subtypes

Referenced By

Entity Placed_target and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 Datum_defined_by_targets ENTITY Datum_target


[Top Level Definitions]

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