BooleanModifier(Modifier)
base classes — bpy_struct, Modifier
-
class bpy.types.BooleanModifier(Modifier)
Boolean operations modifier
-
object
Mesh object to use for Boolean operation
-
operation
- INTERSECT Intersect, Keep the part of the mesh that intersects with the other selected object.
- UNION Union, Combine two meshes in an additive way.
- DIFFERENCE Difference, Combine two meshes in a subtractive way.
Type : | enum in [‘INTERSECT’, ‘UNION’, ‘DIFFERENCE’], default ‘INTERSECT’ |
Inherited Properties
Inherited Functions