mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 15:40:32 +05:00
added some picture to "fuse colinear edges" documentation for more clarity and made a small modification in order to avoid any ambiguity on the scope of the functionality.
This commit is contained in:
parent
8a56397d98
commit
8ad2d4e66e
@ -4,11 +4,19 @@
|
|||||||
|
|
||||||
\n To <b>Fuse Collinear Edges within a Wire</b> in the <b>Main Menu</b>
|
\n To <b>Fuse Collinear Edges within a Wire</b> in the <b>Main Menu</b>
|
||||||
select <b>Repair - > Fuse Collinear Edges within a Wire</b>.
|
select <b>Repair - > Fuse Collinear Edges within a Wire</b>.
|
||||||
\n This operation removes selected vertices from a given wire in case
|
\n This operation removes the selected vertices from a given wire,
|
||||||
if adjacent edges are C1 continuous. The function takes a list of
|
provided that the adjacent edges can be joined together with C1 continuity. The function takes a list of
|
||||||
vertices to suppress as a parameter. If the list is empty, all
|
vertices to suppress as a parameter. If the list is empty, all
|
||||||
vertices in a wire are taken into account.
|
vertices in a wire are taken into account.
|
||||||
|
|
||||||
|
\n \b Example:
|
||||||
|
|
||||||
|
Wire with 2 colinear edges:
|
||||||
|
\image html wire_before_fuse.png
|
||||||
|
|
||||||
|
Fused wire (only one edge):
|
||||||
|
\image html fused_wire.png
|
||||||
|
|
||||||
\n <b>Arguments:</b> Name + a wire + a list of vertices (can be empty).
|
\n <b>Arguments:</b> Name + a wire + a list of vertices (can be empty).
|
||||||
|
|
||||||
\image html fuse_collinear_edges.png
|
\image html fuse_collinear_edges.png
|
||||||
|
Loading…
Reference in New Issue
Block a user