Overview Schemas Index

Layered_interconnect_module_3d_design_arm (jsdai.SLayered_interconnect_module_3d_design_arm)


RULE no_component_assembly_3d_location_for_area_component FOR (Area_component);

WHERE
          WR1: SIZEOF(QUERY( ac <* Area_component | NOT(
       (SIZEOF(USEDIN(ac,'PHYSICAL_UNIT_3D_DESIGN_VIEW_ARM.ASSEMBLY_COMPONENT_3D_SHAPE_MODEL.SHAPE_CHARACTERIZED_COMPONENT')) = 0) OR
       (no_3d_location_for_component(ac))) 
  )) = 0;
END_RULE; -- no_component_assembly_3d_location_for_area_component

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