|
RULE no_component_assembly_3d_location_for_area_component 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 ( 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) |