|
RULE restrict_multi_language_for_geometric_tolerance FOR (geometric_tolerance); WHERE wr1: SIZEOF ( QUERY ( ent <* geometric_tolerance | NOT allowed_translations ( ent , [ 'description' , 'name' ] ) ) ) = 0 ; END_RULE; -- restrict_multi_language_for_geometric_tolerance |
|
public class RRestrict_multi_language_for_geometric_tolerance public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |