Overview Schemas Index

INTERCONNECT_2D_SHAPE_XIM (jsdai.SInterconnect_2d_shape_xim)


RULE no_component_assembly_2d_location_for_area_component FOR (area_component);

WHERE
          wr1: SIZEOF(QUERY( ac <* Area_component | NOT(
       (SIZEOF(USEDIN(ac,'PHYSICAL_UNIT_2D_DESIGN_VIEW_ARM.ASSEMBLY_COMPONENT_2D_SHAPE_MODEL.SHAPE_CHARACTERIZED_COMPONENT')) = 0) OR
       (no_2d_location_for_component(ac))) 
  )) = 0;
END_RULE; -- no_component_assembly_2d_location_for_area_component

public class RNo_component_assembly_2d_location_for_area_component
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)