Overview Schemas Index

LAYERED_INTERCONNECT_MODULE_3D_DESIGN_XIM (jsdai.SLayered_interconnect_module_3d_design_xim)


RULE component_in_assembly_3d_context FOR (area_component_armx);

WHERE
          wr1: SIZEOF(QUERY( ac <* Area_component_armx | NOT(
       (SIZEOF(USEDIN(ac,'PHYSICAL_UNIT_3D_DESIGN_VIEW_XIM.ASSEMBLY_COMPONENT_3D_SHAPE_MODEL.SHAPE_CHARACTERIZED_COMPONENT')) = 0) OR 
        (in_3d_assembly_context(ac)))
          )) = 0;
END_RULE; -- component_in_assembly_3d_context

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