Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE dimensionality_is_two_or_three FOR (geometric_representation_context);
 
WHERE
          wr1:  SIZEOF ( QUERY ( g <* geometric_representation_context | NOT ( ( g . coordinate_space_dimension = 2 ) OR ( g . coordinate_space_dimension = 3 ) ) ) ) = 0 ;
END_RULE; -- dimensionality_is_two_or_three

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