
How to Split Large 3D Models for Printing
Author: Arndt von Koenigsmarck · Last reviewed August 2026
Sooner or later you will want to print something bigger than your printer can handle in one piece. The solution is to cut the model into smaller parts, print them separately, and join them afterward, for example by gluing them together. This guide explains how to split large 3D models for 3D printing in Cinema 4D, using two reliable methods, and how to close the open cut planes so every part stays printable. It is part of our larger guide on Cinema 4D for 3D printing.
When and where to cut
The first decision is where the cut should go. It is worth planning this before you start, because good cut placement makes both printing and assembly easier. Cutting along natural seams, joints or flat surfaces keeps the seams less visible and gives you clean, matching faces to glue. Each resulting part also needs to fit inside your printer's build volume, so the size of your build plate sets the maximum size of each section.
Method 1: Manual cut with Line Cut
For simple models, you can draw a cut line by hand to define exactly where the model separates.
Select the oversized model and switch to Polygon Mode. In the Mesh menu, choose Line Cut. In the tool's dialog, uncheck the Visible Only option, so the cut reaches through parts of the model that are hidden or obscured in the current viewport. Also enable Select Cuts, so the new cut line is selected automatically and ready to use in the next step.
Next, switch to an orthographic view, such as the front or side view, which lets you place the cut more precisely than the perspective view. Define the cut line with two mouse clicks directly in the viewport, then press Esc after the second click to finalize and execute it. The cut line now appears on the model's geometry.

Drawing a cut line with the Line Cut tool in an orthographic view, with Visible Only unchecked so the cut passes all the way through the model.
Selecting a half with Fill Selection and separating with Split
Because Select Cuts was enabled, the new cut edges are already selected when you switch to Edge Mode. You can use this to grab everything on one side of the cut. Choose Select > Fill Selection, then click anywhere on one side of the cut line, which selects all the polygons on that side.

Using Select > Fill Selection to select all polygons on one side of the cut line, ready to be separated into their own object.
Now choose Mesh > Clone > Split. This creates a new object containing that half of the original, and removes those polygons from the original object. You now have two parts that fit together perfectly.
Closing the open cut planes
There is one important detail to handle. 3D objects are typically hollow, consisting of an infinitely thin shell just one layer of polygons thick. That is fine for a single-piece print, but splitting the model reveals openings at the cut planes, through which you can see straight into the hollow interior. There are two good ways to close them.
Option A: Thicken Generator (add a wall thickness)
Under Create > Generator > Thicken you will find an object that automatically assigns a wall thickness to its child. Drag the separated half onto the Thicken Generator and set the wall thickness with the Thickness value. Set the Position value to -100% so the thickening grows only inward, leaving the outer shape and size unchanged.
This suits objects that do not need to be solid inside and work well as a shell with a defined wall thickness, such as a mask or a vase. It also saves material and reduces the finished weight.

Thickening a split part inward with the Thicken Generator. Note that too much thickness can cause overlaps, reduce stability, and shrink the bonding surface between parts.
The Thicken approach has trade-offs, though. The added wall needs space inside the shape, which is not always available on delicate objects. If the shell is thickened too much, the walls can penetrate and overlap, which must be avoided for clean prints. It also reduces stability and shrinks the bonding surface between parts, which can make the assembled model more fragile. For that reason, the next option is often the better choice.
Option B: Close Polygon Hole (make it watertight)
View the model with the open edge in Polygon Mode, then use Mesh > Add > Close Polygon Hole and click directly on the open edge to add faces that make the model watertight again.

Closing the open cut plane with Close Polygon Hole, sealing the part so it becomes watertight and solid-ready.
Closing the hole this way lets you use all the slicer's infill options to design the interior during printing, and it opens up more post-processing choices. For example, you can drill holes into a solid part, and it becomes easier to glue or weld components together. It also leaves a much larger joining area between parts, which you can then model further with connecting elements such as pins or grooves.
Method 2: Slicing into a grid with a Boolean cube
Alongside the linear cut, a Boolean Generator is a very effective way to divide a model into a grid of printable sections.
Add a cube primitive to the scene and set its size to match your printer's build volume. Move the cube over the model so the section you want to extract sits inside the cube. Group the cube and the model under a Boolean Generator and set its mode to Intersect, which calculates the intersection between the cube and the model. When you are happy with the result, select the Boolean Generator and choose Mesh > Convert > Current State to Object, which creates a copy containing the pure polygon geometry of that section.
Repeat this for each section by moving the cube to a new position each time.
A cube is scaled to the maximum printable volume and used inside a Boolean generator set to Intersect, splitting the overall model into printable sub-objects one section at a time.
Precise stepping with numeric fields and quantization
The trick with the grid method is moving the cube by exactly its own size each time, so the sections fit back together perfectly. If the cube is 20 cm tall, it must move upward in exact 20 cm steps. There are two easy ways to be precise.
First, every numeric field in Cinema 4D can do math, so you can simply type +20 onto the cube's Y position and it moves exactly 20 units up.
Second, you can use quantization. Hold Shift while dragging along an axis, and the object moves in fixed increments (5 cm by default, or 5° for rotation). You can change these increments at any time in the Quantize settings, reached via the gear icon next to the Snapping option.

Holding Shift lets you move, scale or rotate objects in fixed steps. The size of this quantization is set here in the Quantize settings.
Reassembling the printed parts
Once printed, the sections are glued or otherwise joined along their matching faces. Closed, solid faces (Option B above) generally give the strongest, easiest joins, and they make room to add alignment features. For larger or load-bearing objects, you will usually want to add dedicated connectors rather than relying on glue alone.
Frequently asked questions
How do I print something bigger than my 3D printer?
Split the model into parts that each fit your build volume, print them separately, then join them. In Cinema 4D you can cut manually with Line Cut or slice the model into a grid with a Boolean cube sized to your build volume.
How do I align split parts when gluing?
Cut along flat faces where possible, close the cut planes to create solid bonding surfaces, and add alignment features such as pins, grooves or dowels. See our guide on adding connectors to 3D printed parts.
Should split parts be hollow or solid?
It depends. Hollow shells with a wall thickness (via the Thicken Generator) save material and suit masks or vases. Closing the cut planes to make parts solid-ready gives stronger joins and more post-processing options, and is often the better choice for assembled models.
Next in the workflow: join your printed sections precisely with dowels, pins and connectors.