Functions | |
| def | geompy.MakeBoolean |
| Perform one of boolean operations on two given shapes. | |
| def | geompy.MakeCommon |
| Perform Common boolean operation on two given shapes. | |
| def | geompy.MakeCut |
| Perform Cut boolean operation on two given shapes. | |
| def | geompy.MakeFuse |
| Perform Fuse boolean operation on two given shapes. | |
| def | geompy.MakeSection |
| Perform Section boolean operation on two given shapes. | |
| def geompy.MakeBoolean | ( | self, | |
| theShape1, | |||
| theShape2, | |||
| theOperation | |||
| ) |
Perform one of boolean operations on two given shapes.
| 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. |
References geompy.RaiseIfFailed().
| def geompy.MakeCommon | ( | self, | |
| theShape1, | |||
| theShape2 | |||
| ) |
Perform Common boolean operation on two given shapes.
| theShape1 | First argument for boolean operation. |
| theShape2 | Second argument for boolean operation. |
| def geompy.MakeCut | ( | self, | |
| theShape1, | |||
| theShape2 | |||
| ) |
Perform Cut boolean operation on two given shapes.
| theShape1 | First argument for boolean operation. |
| theShape2 | Second argument for boolean operation. |
| def geompy.MakeFuse | ( | self, | |
| theShape1, | |||
| theShape2 | |||
| ) |
Perform Fuse boolean operation on two given shapes.
| theShape1 | First argument for boolean operation. |
| theShape2 | Second argument for boolean operation. |
| def geompy.MakeSection | ( | self, | |
| theShape1, | |||
| theShape2 | |||
| ) |
Perform Section boolean operation on two given shapes.
| theShape1 | First argument for boolean operation. |
| theShape2 | Second argument for boolean operation. |
References geompy.MakePartition().