mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 09:50:34 +05:00
0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape
This commit is contained in:
parent
ece47f8e46
commit
1159b0e00e
@ -3199,6 +3199,10 @@ Please, select face, shell or solid and try again</translation>
|
||||
<source>TOOL_OPERATIONS</source>
|
||||
<translation>Operations</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TOOL_ADVANCED</source>
|
||||
<translation>Advanced</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TOP_ARC</source>
|
||||
<translation>Create an arc</translation>
|
||||
|
@ -975,6 +975,9 @@ void GeometryGUI::initialize( CAM_Application* app )
|
||||
createTool( GEOMOp::OpSolid, buildTbId );
|
||||
createTool( GEOMOp::OpCompound, buildTbId );
|
||||
|
||||
int advancedTbId = createTool( tr( "TOOL_ADVANCED" ) );
|
||||
//@@ insert new functions before this line @@//
|
||||
|
||||
// ---- create popup menus --------------------------
|
||||
|
||||
QString clientOCCorVTK = "(client='OCCViewer' or client='VTKViewer')";
|
||||
|
Loading…
Reference in New Issue
Block a user