NPAL14167: Update documentation: dialogs snapshots and advanced option.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 21 KiB |
@ -9,6 +9,8 @@
|
||||
\n The \b Result will be any \b GEOM_Object.
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeCommon(s1, s2)</em>
|
||||
\n <b>Arguments:</b> Name + 2 shapes.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html bool2.png
|
||||
|
||||
|
@ -7,6 +7,8 @@
|
||||
\n This operation cuts a shape with another one.
|
||||
\n The \b Result will be any \b GEOM_Object.
|
||||
\n <b>Arguments:</b> Name + 2 shapes.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\n <b>Dialog Box:</b>
|
||||
|
||||
|
@ -8,8 +8,10 @@
|
||||
\n This operation creates a shape from two shapes.
|
||||
|
||||
\n The \b Result will be any \b GEOM_Object.
|
||||
\n <b>Arguments:</b> Name + 2 shapes.
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeFuse(s1, s2)</em>
|
||||
\n <b>Arguments:</b> Name + 2 shapes.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html bool1.png
|
||||
|
||||
|
@ -9,11 +9,14 @@ given tolerance value.
|
||||
|
||||
\n The \b Result will be a \b GEOM_Object.
|
||||
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeGlueFaces(theShape,
|
||||
theTolerance),</em> where \em theShape is a compound of solids to be
|
||||
glued, \em theTolerance is a maximum distance between two faces, which can
|
||||
be considered as coincident.
|
||||
\n <b>TUI Command:</b>
|
||||
<em>geompy.MakeGlueFaces(theShape,theTolerance)</em>,
|
||||
where \em theShape is a compound of solids to be glued, \em
|
||||
theTolerance is a maximum distance between two faces, which can be
|
||||
considered as coincident.
|
||||
\n <b>Arguments:</b> Name + Compound of solids + Tolerance value.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html glue1.png
|
||||
|
||||
|
@ -14,6 +14,8 @@ otherwise it will be removed.
|
||||
\n Firstly an \b Object can be mirrored through a \b Point of symmetry
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeMirrorByPoint(Object, Point)</em>
|
||||
\n <b>Arguments:</b> Name + one or several objects + 1 vertex.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation7.png
|
||||
|
||||
@ -25,6 +27,8 @@ otherwise it will be removed.
|
||||
symmetry
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeMirrorByAxis(Object, Axis)</em>
|
||||
\n <b>Arguments:</b> Name + one or several objects + 1 vector.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation8.png
|
||||
|
||||
@ -35,6 +39,8 @@ symmetry
|
||||
\n Finally an \b Object can be mirrored through a \b Plane of symmetry
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeMirrorByPlane(Shape, Plane)</em>
|
||||
\n <b>Arguments:</b> Name + one or several objects + 1 plane
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation9.png
|
||||
|
||||
|
@ -12,6 +12,8 @@ with the origin of the Local Coordinate System.
|
||||
\n <b>Create a copy</b> checkbox allows to keep the initial objects, otherwise they
|
||||
will be removed.
|
||||
\n <b>Arguments:</b> Name + one or several objects + End Coordinate System.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation5.png
|
||||
|
||||
@ -31,6 +33,8 @@ the coordinates of the End LSC.
|
||||
otherwise it will be removed.
|
||||
\n <b>Arguments:</b> Name + one or several objects + Start Coordinate System + End
|
||||
Coordinate System.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation6.png
|
||||
|
||||
|
@ -15,6 +15,8 @@ where Shape is a shape(s) which has to be an offset, Offset is a value of
|
||||
the offset.
|
||||
\n <b>Arguments:</b> Name + Object (face(s), shell(s), solid(s)) +
|
||||
Offset value
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation11.png
|
||||
|
||||
|
@ -23,6 +23,8 @@ only to support the old scripts.
|
||||
\n <b>Arguments:</b> Name + 2 lists of shapes (the shapes from the
|
||||
first list will be intersected with the shapes from the second list) +
|
||||
reconstruction limit.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html partition1.png
|
||||
|
||||
@ -37,6 +39,8 @@ Plane),</em> where \em Shapes are a list of Shapes to be intersected
|
||||
and \em Plane is a Tool shape, to intersect the \em Shapes.
|
||||
\n <b>Arguments:</b> Name + a list of shapes which will be intersected
|
||||
+ 1 cutting plane.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html partition2.png
|
||||
|
||||
@ -49,4 +53,4 @@ and \em Plane is a Tool shape, to intersect the \em Shapes.
|
||||
Our <b>TUI Scripts</b> provide you with useful examples of the use of
|
||||
\ref tui_partition "Basic Operations".
|
||||
|
||||
*/
|
||||
*/
|
||||
|
@ -10,6 +10,8 @@ shape and unites faces and edges, sharing one surface.
|
||||
\n <b>TUI Command:</b> <em>geompy.RemoveExtraEdges(theShape)</em>,
|
||||
there <em>theShape</em> is a compound or a single solid to remove irregular edges from.
|
||||
\n <b>Arguments:</b> Name + one shape.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html remove_extra_edges.png
|
||||
|
||||
@ -21,4 +23,4 @@ there <em>theShape</em> is a compound or a single solid to remove irregular edge
|
||||
\image html remove_extra_edges2.png
|
||||
<center><em>Improved shape</em></center>
|
||||
|
||||
*/
|
||||
*/
|
||||
|
@ -12,6 +12,8 @@ be rotated, an \b Axis of rotation and an \b Angle of rotation.
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeRotation(Shape, Axis, Angle)</em>
|
||||
\n <b>Arguments:</b> Name + one or several objects + 1 vector for direction of rotation + 1
|
||||
angle.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation4.png
|
||||
|
||||
@ -27,6 +29,8 @@ this case rotation \b Angle is the angle between two vectors directed
|
||||
from the first point to the second and to the third.
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeRotationThreePoints(Shape, CentralPoint, Point1, Point2)</em>
|
||||
\n <b>Arguments:</b> 1 shape + 3 points.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation4a.png
|
||||
|
||||
|
@ -11,6 +11,8 @@ shape. For this, you need to define the \b Shape to be scaled, the
|
||||
\n The \b Result will be a \b GEOM_Object.
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeScaleTransform(Shape, CenterOfScale, Factor)</em>
|
||||
\n <b>Arguments:</b> Name + 1 shape(s) + 1 vertex + 1 Scale Factor.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation10.png
|
||||
|
||||
@ -23,4 +25,4 @@ shape. For this, you need to define the \b Shape to be scaled, the
|
||||
Our <b>TUI Scripts</b> provide you with useful examples of the use of
|
||||
\ref tui_scale "Transformation Operations".
|
||||
|
||||
*/
|
||||
*/
|
||||
|
@ -10,6 +10,8 @@
|
||||
\n The \b Result will be any \b GEOM_Object (EDGE or WIRE).
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeSection(s1, s2)</em>
|
||||
\n <b>Arguments:</b> Name + 2 shapes.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html neo-section.png
|
||||
|
||||
|
@ -17,6 +17,8 @@ axes.
|
||||
DZ),</em> where Shape is a shape to be translated, DX, DY, DZ are
|
||||
components of translation vector.
|
||||
\n <b>Arguments:</b> Name + one or several objects + 3 values (coordinates).
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation1.png
|
||||
|
||||
@ -24,12 +26,16 @@ components of translation vector.
|
||||
of the vector.
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeTranslationTwoPoints(Object, Point1, Point2)</em>
|
||||
\n <b>Arguments:</b> Name + one or several objects + 2 vertices
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation2.png
|
||||
|
||||
\n Finally you can define an \b Object and the vector
|
||||
\n <b>TUI Command:</b> <em>geompy.MakeTranslationVector(Object, Vector)</em>
|
||||
\n <b>Arguments:</b> Name + one or several objects + 1 vector.
|
||||
\n <b>Advanced option:</b>
|
||||
\ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
|
||||
|
||||
\image html transformation3.png
|
||||
|
||||
|