X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Fpoint.htm;h=8207fb641621bb2790a4291d34e107c22221fd1d;hb=8b2c3f9091f80920a901ebed502652cd8581ff4e;hp=1618af6269369c174197fd741841b59e57370b01;hpb=3e9d56c09b4bb1f34cf25c95613ef7e12890a8cd;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/point.htm b/doc/salome/gui/GEOM/point.htm index 1618af626..8207fb641 100755 --- a/doc/salome/gui/GEOM/point.htm +++ b/doc/salome/gui/GEOM/point.htm @@ -16,24 +16,25 @@ if (navigator.appName !="Netscape") - - + +

Point

To create a Point in the  

Firstly, - we can define a point by and - setting its X, Y and Z CCoordinates.

@@ -127,7 +132,7 @@ else

 

-

+

 

@@ -137,50 +142,53 @@ else the coordinates of the old one.

TUI Command : -   geompy.MakeVertexWithRef(Reference, X, Y, Z)

+   geompy.MakeVertexWithRef(Reference, + X, Y, Z).

-

Arguments: - Name + 1 reference point + 3 coordinates defining the position of - this point regarding the reference one

+

Arguments: Name + + 1 reference point + 3 coordinates defining the position of this point + regarding the reference one.

-

 

+

 

-

+

-

 

+

 

-

Finally, we can define a +

Finally, we can define a point by an Edge and a Parameter  indicating its position on the Edge. For example, 0.5 means that the point is located - in the middle of the edge.

+ in the middle of the edge.

-

TUI +

TUI Command :   geompy.MakeVertexOnCurve(Edge, - Parameter)

+ Parameter).

-

Arguments: - Name + 1 edge  + - 1 Parameter defining the position of the point on the given edge.

+

Arguments: Name + + 1 edge  + + 1 Parameter defining the position of the point on the given edge.

 

-

+

 

-

Example:

+

Example:

-

 

+

 

-

+

-

 

+

 

Our TUI Scripts - provide you with useful examples of creation of Basic + provide you with useful examples of creation of Basic Geometric Objects.