mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +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>
|
<source>TOOL_OPERATIONS</source>
|
||||||
<translation>Operations</translation>
|
<translation>Operations</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>TOOL_ADVANCED</source>
|
||||||
|
<translation>Advanced</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>TOP_ARC</source>
|
<source>TOP_ARC</source>
|
||||||
<translation>Create an arc</translation>
|
<translation>Create an arc</translation>
|
||||||
|
@ -975,6 +975,9 @@ void GeometryGUI::initialize( CAM_Application* app )
|
|||||||
createTool( GEOMOp::OpSolid, buildTbId );
|
createTool( GEOMOp::OpSolid, buildTbId );
|
||||||
createTool( GEOMOp::OpCompound, buildTbId );
|
createTool( GEOMOp::OpCompound, buildTbId );
|
||||||
|
|
||||||
|
int advancedTbId = createTool( tr( "TOOL_ADVANCED" ) );
|
||||||
|
//@@ insert new functions before this line @@//
|
||||||
|
|
||||||
// ---- create popup menus --------------------------
|
// ---- create popup menus --------------------------
|
||||||
|
|
||||||
QString clientOCCorVTK = "(client='OCCViewer' or client='VTKViewer')";
|
QString clientOCCorVTK = "(client='OCCViewer' or client='VTKViewer')";
|
||||||
|
Loading…
Reference in New Issue
Block a user