Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_representation_item_for_hybrid_geometric_model_3d FOR (shape_representation);

WHERE
          wr1: SIZEOF ( QUERY  ( sr <* shape_representation | ( sr. name =
     'hybrid 3d shape representation' ) AND ( SIZEOF ( QUERY ( i
     <* sr. items | NOT ( 'AUTOMOTIVE_DESIGN.'+
     'GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF ( i ) ) ) ) >0 )
     ) ) =0;
END_RULE; -- restrict_representation_item_for_hybrid_geometric_model_3d

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