Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | Count .ClassVar[BooleanOperation] |
| typing | DifferenceAB .ClassVar[BooleanOperation] |
| typing | DifferenceBA .ClassVar[BooleanOperation] |
| typing | InsideA .ClassVar[BooleanOperation] |
| typing | InsideB .ClassVar[BooleanOperation] |
| typing | Intersection .ClassVar[BooleanOperation] |
| typing | OutsideA .ClassVar[BooleanOperation] |
| typing | OutsideB .ClassVar[BooleanOperation] |
| typing | Union .ClassVar[BooleanOperation] |
Members: InsideA : Part of mesh `A` that is inside of mesh `B` \\image html boolean/inside_a.png "Inside A" width = 300cm InsideB : Part of mesh `B` that is inside of mesh `A` \\image html boolean/inside_b.png "Inside B" width = 300cm OutsideA : Part of mesh `A` that is outside of mesh `B` \\image html boolean/outside_a.png "Outside A" width = 300cm OutsideB : Part of mesh `B` that is outside of mesh `A` \\image html boolean/outside_b.png "Outside B" width = 300cm Union : Union surface of two meshes (outside parts) \\image html boolean/union.png "Union" width = 300cm Intersection : Intersection surface of two meshes (inside parts) \\image html boolean/intersection.png "Intersection" width = 300cm DifferenceBA : Surface of mesh `B` - surface of mesh `A` (outside `B` - inside `A`) \\image html boolean/b-a.png "Difference B-A" width = 300cm DifferenceAB : Surface of mesh `A` - surface of mesh `B` (outside `A` - inside `B`) \\image html boolean/a-b.png "Difference A-B" width = 300cm Count : not a valid operation
| None mrmeshpy.BooleanOperation.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.BooleanOperation.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.BooleanOperation.__getstate__ | ( | self | ) |
| int mrmeshpy.BooleanOperation.__hash__ | ( | self | ) |
| int mrmeshpy.BooleanOperation.__index__ | ( | self | ) |
| int mrmeshpy.BooleanOperation.__int__ | ( | self | ) |
| bool mrmeshpy.BooleanOperation.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.BooleanOperation.__repr__ | ( | self | ) |
| None mrmeshpy.BooleanOperation.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.BooleanOperation.__str__ | ( | self | ) |
| str mrmeshpy.BooleanOperation.name | ( | self | ) |
| int mrmeshpy.BooleanOperation.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |