ENTITY placed_target ABSTRACT SUPERTYPE OF (ONEOF (target_circle, target_circular_curve, target_point, target_rectangle, target_straight_line)) SUBTYPE OF (axis_placement_shape_element, placed_datum_target_feature); SELF\item_identified_representation_usage.identified_item : axis2_placement; DERIVE defined_in : geometric_representation_context := SELF\item_identified_representation_usage.used_representation.context_of_items; END_ENTITY; -- placed_target |
target_circle (GEOMETRIC_TOLERANCE_XIM) |
target_circular_curve (GEOMETRIC_TOLERANCE_XIM) |
target_point (GEOMETRIC_TOLERANCE_XIM) |
target_rectangle (GEOMETRIC_TOLERANCE_XIM) |
target_straight_line (GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface EPlaced_target extends EAxis_placement_shape_element, EPlaced_datum_target_featuredefined_in (derived attribute)EGeometric_representation_context getDefined_in(EPlaced_target type)boolean testDefined_in(EPlaced_target type) |
public class CPlaced_target implements EPlaced_targetstatic EAttribute attributeDefined_in(EPlaced_target type)static int usedinDefined_in(EPlaced_target type, EGeometric_representation_context instance, ASdaiModel domain, APlaced_target result) |
public class APlaced_target extends AEntitypublic EPlaced_target getByIndex(int index)public EPlaced_target getCurrentMember(SdaiIterator it) |