X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Fchamfer.htm;h=573ad682f2b241aabfb0aa1e6ca83b70f36259a1;hb=c6a0df686bae87821d7acf929b4bb8f4ae3b1d78;hp=4ad8cfcbe40faf294cafb33eab5487f437ccb9b9;hpb=3e9d56c09b4bb1f34cf25c95613ef7e12890a8cd;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/chamfer.htm b/doc/salome/gui/GEOM/chamfer.htm index 4ad8cfcbe..573ad682f 100755 --- a/doc/salome/gui/GEOM/chamfer.htm +++ b/doc/salome/gui/GEOM/chamfer.htm @@ -16,12 +16,12 @@ if (navigator.appName !="Netscape") - - + +

Chamfer

To produce - a Fillet in the Main Menu select + a Chamfer in the Main Menu select Operations - > Transformation - > - Fillet

+ Chamfer

 

@@ -122,16 +127,17 @@ else

 

-

 

+

 

 

To create chamfer on the specified edges of the given shape,  you need to define the Main Object - to create a fillet on, select the necessary edges in the object browser - or in the viewer and define the Dimension - of the Chamfer.

+ to create a fillet on, select the two faces to which belongs the necessary common edge in the viewer and define + the Dimension of the Chamfer.

TUI Command: geompy.MakeChamferEdge(Shape, D1, @@ -141,19 +147,18 @@ else

 

-

 

+

 

 

To create chamfer on the specified faces of the given shape,  you need to define the Main Object - to create a fillet on, select the necessary faces in the object browser - or in the viewer and define the Dimension - of the Chamfer.

+ to create a fillet on, select the necessary faces the OCC Viewer and define + the Dimension of the Chamfer.

TUI Command: - geompy.MakeChamferFace(Shape, D1, + geompy.MakeChamferFaces(Shape, D1, D2, ListOfFaceID), where Shape is a shape to create chamfer on, D1 is a chamfer size along a face from  ListOfFaceID,  D2 is a @@ -162,9 +167,9 @@ else

 

-

 

+

 

-

 

+

 

  Our