globalSelection( GEOM_ALLSHAPES );
initName( tr( "GEOM_COMPOUND" ) );
+ SelectionIntoArgument();
}
SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
initName( tr( "GEOM_SOLID" ) );
+ SelectionIntoArgument();
}
initName( tr( "CHANGE_ORIENTATION_NEW_OBJ_NAME" ) );
resize(100,100);
+ SelectionIntoArgument();
}
initName( tr( "DEVIDE_EDGE_NEW_OBJECT_NAME" ) );
resize(100,100);
+ SelectionIntoArgument();
}
//=================================================================================
initName( tr( "REMOVE_EXTRA_EDGES_NEW_OBJ_NAME" ) );
resize(100,100);
+ SelectionIntoArgument();
}
initName( tr( "SEWING_NEW_OBJ_NAME" ) );
resize(100,100);
+ SelectionIntoArgument();
}
reset();
initName( tr( "PROCESS_SHAPE_NEW_OBJ_NAME" ) );
+ selectionChanged();
}
//=================================================================================