Studio Matrx Monthly · Volume 1 · Issue 2 · July 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
A set of clean white 3D-printed geometric primitives — a faceted sphere, a cube and a smooth curved form — arranged on a matte grey surface in soft studio light
Unit IInterior Computer Studio II — 3D Modelling & Visualization

3D Foundations — What a Model Is Made Of

Mesh, solid, NURBS and the distinction that actually bites

Before you open any software, it is worth knowing what a 3D model is actually made of — because the words your syllabus uses, solid and mesh, carry a distinction that feels fundamental and mostly is not. This unit lays out the geometry you will meet, then tells the truth about it: the solid-versus-mesh difference is a manufacturing idea that dissolves the moment you hit Render, and the distinction that will actually cost you an afternoon is a different one entirely — whether your mesh is watertight and whether its normals face the right way.

Learning objectives

By the end of this lesson, you will be able to — mapped to the course outcomes for Interior Computer Studio II:

1
CO1 · Remember

Name the main kinds of 3D geometry and say in one line what each is best for.

2
CO1 · Understand

Explain what makes a solid a solid — the topological guarantee of closure — versus a mesh that is a bag of triangles.

3
CO1 · Understand

Explain why converting a solid to a mesh (tessellation) is lossy and irreversible, and why the reverse so often fails.

4
CO1 · Analyse

Explain why 'solid vs mesh' mostly stops mattering at render time, and name the distinction that actually bites interior work.

5
CO1 · Apply

Diagnose why a SketchUp model refuses to 3D-print, in terms of watertightness and normals.

6
CO1 · Understand

Say where a point cloud comes from and why it matters to Indian fit-out and retrofit.

The taxonomy

What a model can be made of

Mesh, solid, NURBS, subdivision, point cloud — each is best at something different, and an interior designer meets all of them. Learn to read a file, and know which parts will ever matter to you.[1]

What a model can be made of. polygon mesh vertices, edges, faces the universal render geometry exact NURBS curve resolution-independent Rhino's world — curved joinery point cloud measured reality, no surface LiDAR · the retrofit ground truth subdivision cage coarse cage, smoothed to a limit organic shapes, easy to edit Read a file for what it IS — then remember that at render time every one of these is tessellated to mesh. Also on the shelf: B-rep and CSG solids (a closed volume, or a Boolean recipe) and parametric/BIM objects (they carry semantics).
DiagramA labelled row of geometry types: a polygon mesh, an exact NURBS curve, a point cloud of scattered measured dots, and a subdivision cage
Mesh approximates. A solid guarantees. mesh: an approximation flat facets — smoother just means more of them a sphere is never truly round solid: knows it encloses a volume surfaces close · every edge shared by two faces so it can report mass · be machined The difference is a topological GUARANTEE, not a shape — and at render time both become mesh anyway.
DiagramA faceted sphere labelled mesh approximation beside a smooth solid that knows it encloses a volume

A polygon mesh is always an approximation

A mesh is explicit geometry: a list of vertices, the edges that join them and the faces they bound. It is the universal language of visualization, and it is always an approximation — a sphere in a mesh is a faceted ball, and making it smoother just means more, smaller facets, never a true curve. This matters less than beginners fear, because for rendering everything becomes a mesh anyway. It matters more than they expect for one reason: a mesh can be messy. Holes, flipped faces, duplicate vertices and edges shared by three faces are all possible, and each will break something downstream.[1]

A manufacturing idea

Solid vs mesh — the honest answer

The real difference is a topological guarantee of closure, not a shape — and it comes from mechanical CAD, where it decides whether a part can be machined. For an interior designer it matters in three places and dissolves everywhere else, because renderers tessellate everything to a mesh first.[1, 2]

One arrow. It does not come back. exact NURBS / solid smooth — zoom forever, never facets tessellated mesh exact curvature becomes flat chords tessellate what every renderer does first lossy & irreversible Mesh → solid usually FAILS — it demands a watertight, manifold mesh, and real interior meshes leak. So keep the editable solid or NURBS as your master. Treat the mesh as a disposable output. Never archive the tessellation. The curvature and the parametric history are already gone.
DiagramAn exact solid curve turning into a faceted mesh by tessellation, with the reverse arrow crossed out as lossy and irreversible
A normal points out. Correct normal, outward light → lit / prints renderer and printer agree which side is solid Flipped normal, inward → lit from inside, won't print renders as a black patch · printer can't tell solid from void SketchUp geometry is notoriously non-manifold — reversed faces are why its models so often refuse to 3D-print.
DiagramA wall face with an outward normal lit correctly, beside a flipped normal shown dark, lit from the inside and unable to print

Where 'solid vs mesh' comes from

The solid-versus-mesh distinction feels fundamental, and it is — but it is inherited from mechanical CAD, where it decides whether you can machine a part. A machinist needs a watertight solid to compute tool paths and material volume. That is the world the idea was born in. Your interior-design syllabus names 'solid and mesh modelling' because the reference books it descends from were written for that world. It is worth understanding, and it is worth knowing that most of it will not touch your renders.[1]

What matters, and what dissolves

At a glance

AspectOne sideThe other
What it fundamentally isSOLID: a closed surface with a guarantee it encloses a volumeMESH: a bag of triangles that may or may not be closed
CurvatureNURBS/solid: exact, resolution-independent — never facetsMESH: an approximation — smoother just means more facets
Can report volume/massSOLID: yes — that is much of its purposeMESH: only if it happens to be watertight
At render timeBoth are tessellated to a mesh before a single ray is tracedSo for visualization the distinction has already dissolved
Solid → meshLossy and IRREVERSIBLE — curvature and history are goneMesh → solid: usually FAILS unless watertight and manifold
Where it matters to interiorsCNC/joinery, 3D printing, quantity take-off — three placesNowhere in the rendered image itself
The distinction that actually bitesWatertight vs leaky; correct vs flipped normalsSketchUp's non-manifold output is why models won't print
Vocabulary

Key terms

Mesh (polygon model)

Explicit vertices, edges and faces. The universal render geometry — and always an approximation of any curve.

B-rep solid

A boundary representation carrying a topological guarantee of closure: it knows it encloses a volume. The basis of machinable, measurable models.

NURBS

Rational B-spline surface — mathematically exact, resolution-independent curvature. Rhino's geometry; right for curved joinery and product form.

Tessellation

Converting a solid or NURBS surface into a mesh of triangles. Lossy and irreversible — and what every renderer does before it traces a single ray.

Watertight / manifold

A mesh with no holes and every edge shared by exactly two faces. Required for 3D printing and for converting a mesh back to a solid.

Normal

The outward direction a face points. A flipped normal lights or prints the surface backwards — the commonest quiet defect in an interior model.

Non-manifold

Geometry that cannot exist as a real solid surface — an edge shared by three faces, a stray internal face, a gap. SketchUp is prone to it.

Point cloud

Unconnected measured points from a laser scan or photogrammetry. No surface — the ground-truth capture of an existing room for retrofit.

Subdivision surface

A coarse editable cage plus a smoothing rule that yields a fine limit surface. Favoured for organic shapes; tessellated at render like all else.

CSG

Constructive Solid Geometry — a model stored as a Boolean recipe of primitives (union, subtract, intersect) rather than a finished surface.

Apply it

Study task

Take a curved object you could imagine in a project — a rounded reception desk, a moulded chair, a jaali screen. In a paragraph each, decide how you would model it and why: NURBS for exact curvature, a mesh for pure visualization, a watertight solid if it must be CNC-cut or 3D-printed. Then answer honestly: for the render you actually want to make, does the solid-versus-mesh choice change the final image at all? Explain your answer in terms of what the renderer does at the moment you press Render. That reasoning — not the modelling — is the point of this unit.

Check your understanding

Self-assessment

1. What is the PRECISE difference between a solid and a mesh?

2. You render a NURBS model in V-Ray. What geometry does the renderer actually trace?

3. A SketchUp model won't 3D-print. What is the most likely reason, in this unit's terms?

4. Why is a point cloud especially relevant to Indian interior practice?

In a nutshell

Recap

The geometry types you will meet: mesh (approximate, universal), B-rep/CSG solid (guaranteed closed), NURBS (exact curves), subdivision (organic), point cloud (measured reality, no surface), parametric/BIM (semantics).
The real solid-vs-mesh difference is a topological GUARANTEE of closure, not a shape — and it is inherited from manufacturing CAD.
It matters to interiors in exactly three places — CNC/joinery, 3D printing, volume take-off — and dissolves everywhere else, because renderers tessellate everything to a mesh first.
Solid → mesh is lossy and irreversible; mesh → solid usually fails. Keep the editable master; treat the mesh as a disposable output.
The distinction that actually bites is WATERTIGHT vs LEAKY and CORRECT vs FLIPPED NORMALS. SketchUp's non-manifold output is why its models so often won't print.
Point clouds — from LiDAR or photogrammetry — are the ground truth for Indian fit-out and retrofit: scan the real shell, model into it.
The evidence

References & further reading

  1. [1]Blender Foundation. Blender 5.2 LTS Manual — Modeling, Meshes and Import/Export. docs.blender.org (pin a versioned path; the manual moves with each release). https://docs.blender.org/manual/en/latest/
  2. [2]Pharr, M., Jakob, W. & Humphreys, G. (2023). Physically Based Rendering: From Theory to Implementation (4th ed.), Ch. 1 (System Overview) and Ch. 6 (Shapes). MIT Press. Free online — link only; CC BY-NC-ND, do not mirror or adapt. https://pbr-book.org/4ed/Introduction
  3. [3]Cline, L. S. (2023). SketchUp for Interior Design: 3D Visualizing, Designing, and Space Planning (2nd ed.). Wiley. ISBN 9781119897743. The single most on-target book for this course. https://www.wiley.com/en-us/9781119897743

Further reading

  • Cline, Lydia Sloan — SketchUp for Interior Design: 3D Visualizing, Designing, and Space Planning (2nd ed.). Wiley, 2023. The only current interior-design-specific 3D modelling text.
  • Ching, F. D. K. — Design Drawing / Building Construction Illustrated. John Wiley & Sons. For the geometry-to-drawing habit of mind.
  • Schreyer, A. C. — Architectural Design with SketchUp (3rd ed.). Wiley, 2023. ISBN 9781394161133.

Sources gathered and fact-checked June 2026. Published values vary by source, sample and method — treat as indicative and confirm against the cited standard before structural use.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →