SALOME documentation central
Function Documentation
def geompy.MakeBoolean |
( |
|
self, |
|
|
|
theShape1, |
|
|
|
theShape2, |
|
|
|
theOperation | |
|
) |
| | |
Perform one of boolean operations on two given shapes.
- Parameters:
-
| theShape1 | First argument for boolean operation. |
| theShape2 | Second argument for boolean operation. |
| theOperation | Indicates the operation to be done: 1 - Common, 2 - Cut, 3 - Fuse, 4 - Section. |
- Returns:
- New GEOM_Object, containing the result shape.
Example
def geompy.MakeCommon |
( |
|
self, |
|
|
|
s1, |
|
|
|
s2 | |
|
) |
| | |
def geompy.MakeCut |
( |
|
self, |
|
|
|
s1, |
|
|
|
s2 | |
|
) |
| | |
def geompy.MakeFuse |
( |
|
self, |
|
|
|
s1, |
|
|
|
s2 | |
|
) |
| | |
def geompy.MakeSection |
( |
|
self, |
|
|
|
s1, |
|
|
|
s2 | |
|
) |
| | |
Copyright © 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS