mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-15 20:53:08 +05:00
PR: wrong modif
This commit is contained in:
parent
d9903037c4
commit
20e7838ee9
@ -6659,7 +6659,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
|
|||||||
#
|
#
|
||||||
# @ref tui_partition "Example"
|
# @ref tui_partition "Example"
|
||||||
def MakePartition(self, ListShapes, ListTools=[], ListKeepInside=[], ListRemoveInside=[],
|
def MakePartition(self, ListShapes, ListTools=[], ListKeepInside=[], ListRemoveInside=[],
|
||||||
Limit=self.ShapeType["AUTO"], RemoveWebs=0, ListMaterials=[],
|
Limit=ShapeType["AUTO"], RemoveWebs=0, ListMaterials=[],
|
||||||
KeepNonlimitShapes=0, theName=None):
|
KeepNonlimitShapes=0, theName=None):
|
||||||
"""
|
"""
|
||||||
Perform partition operation.
|
Perform partition operation.
|
||||||
@ -6727,7 +6727,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
|
|||||||
# @ref swig_todo "Example"
|
# @ref swig_todo "Example"
|
||||||
def MakePartitionNonSelfIntersectedShape(self, ListShapes, ListTools=[],
|
def MakePartitionNonSelfIntersectedShape(self, ListShapes, ListTools=[],
|
||||||
ListKeepInside=[], ListRemoveInside=[],
|
ListKeepInside=[], ListRemoveInside=[],
|
||||||
Limit=self.ShapeType["AUTO"], RemoveWebs=0,
|
Limit=ShapeType["AUTO"], RemoveWebs=0,
|
||||||
ListMaterials=[], KeepNonlimitShapes=0,
|
ListMaterials=[], KeepNonlimitShapes=0,
|
||||||
theName=None):
|
theName=None):
|
||||||
"""
|
"""
|
||||||
@ -6765,7 +6765,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
|
|||||||
# @ref tui_partition "Example 1"
|
# @ref tui_partition "Example 1"
|
||||||
# \n @ref swig_Partition "Example 2"
|
# \n @ref swig_Partition "Example 2"
|
||||||
def Partition(self, ListShapes, ListTools=[], ListKeepInside=[], ListRemoveInside=[],
|
def Partition(self, ListShapes, ListTools=[], ListKeepInside=[], ListRemoveInside=[],
|
||||||
Limit=self.ShapeType["AUTO"], RemoveWebs=0, ListMaterials=[],
|
Limit=ShapeType["AUTO"], RemoveWebs=0, ListMaterials=[],
|
||||||
KeepNonlimitShapes=0, theName=None):
|
KeepNonlimitShapes=0, theName=None):
|
||||||
"""
|
"""
|
||||||
See method geompy.MakePartition for more information.
|
See method geompy.MakePartition for more information.
|
||||||
|
Loading…
Reference in New Issue
Block a user