* Prepare toolbar basics * SVG size fix * Rename stl transformation doc * Basic assembly doc * Auro arrange basic * Auto orientration basic * Object set base * basic basic ultra basic * Basic paint brim ears * Basic color painting * Ultra basic emboss * Basic meshboolean * Object Manipulatiion basic * Paint on fuzzy ultra basic * Ultra basic seam painting * Ultra basic support painting * Basic VLH * Ultra basic cutting tool
890 B
Mesh Boolean
Mesh Boolean operations allow you to combine, subtract, or find the intersection of two or more mesh objects. This is particularly useful in 3D modeling and printing when you want to create complex shapes or modify existing ones.
This can be done using an object with more than one part, an assembly of multiple objects, or by using modifiers.
Union
The Union operation combines two or more mesh objects into a single mesh. This is useful when you want to create a single object from multiple parts.
Difference
The Difference operation subtracts one mesh from another. This is useful for creating holes or cutouts in a mesh by removing the volume of another mesh.
Intersection
The Intersection operation creates a new mesh from the overlapping volume of two or more meshes. This is useful when you want to isolate the common area shared by multiple objects.