Loading…

Cross Section Vizualizer for Solids

Math Geometry • Three Dimensional Geometry

View all topics

3D Solid Cross-Section Calculator & Visualizer

Visualize a plane cutting a 3D solid and compute the cross-section area. Slices of a sphere are computed with an exact formula; other solids use a fast, accurate sampling estimate that you can refine with grid resolution.

Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

Solid
Cutting plane
This is the plane \(z=k\) in world coordinates.
Range is auto-scaled to the solid size.
Accuracy & view

Drag to orbit • Shift+drag to pan • wheel/trackpad to zoom. “Reset view” fits the solid. Units are square.

Ready
3D view (interactive • square units)

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the cross-section area of a 3D solid?

It is the area of the 2D region formed where a plane intersects a 3D solid. The cross-section depends on both the solid shape and the plane position and orientation.

How do you find the area of a sphere slice by a plane?

If the sphere has radius R and the plane is at signed distance d from the center, the cross-section is a circle with radius r = sqrt(R^2 - d^2). The area is A = pi (R^2 - d^2), and there is no intersection if |d| > R.

Why is the cylinder, cone, or cuboid cross-section area approximate?

For general plane orientations the cross-section shape can be complex, so the tool estimates area by sampling points on the plane and counting those that fall inside the solid. Increasing the grid resolution improves accuracy.

What plane equation does the normal-and-offset mode use?

The tool uses n_hat dot (x - C) = offset, where C is the solid center and n_hat is the unit normal. The slider changes the offset, moving the plane along the normal direction.