|
RULE component_in_assembly_2d_context FOR (area_component); WHERE wr1: SIZEOF ( QUERY ( ac <* area_component | NOT ( ( SIZEOF ( USEDIN ( ac , 'physical_unit_2d_design_view_arm.assembly_component_2d_shape_model.shape_characterized_component' ) ) = 0 ) OR ( in_2d_assembly_context ( ac ) ) ) ) ) = 0 ; END_RULE; -- component_in_assembly_2d_context |
|
public class RComponent_in_assembly_2d_context public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |