Definition
Methods and representations for describing, manipulating, approximating and exchanging curves, surfaces and solids in a mathematically controlled way, including parametric forms (splines, NURBS), implicit representations, subdivision surfaces and constructive solid geometry, aimed at design, manufacturing, visualization and analysis.

Principle

Principle
Choose representations and parametrizations that balance exactness and approximability, control continuity (Ck), preserve topology, and provide efficient evaluation and modification operations suited to the application (design, simulation, rendering).

Demonstration

Demonstration
Using NURBS patches and spline-based constructions in CAD to represent car body panels with controlled curvature and continuity; employing subdivision surfaces for character animation that permit multiresolution editing while maintaining smoothness.

Misapplication

Misapplication
Fitting a single high-degree global polynomial to represent a complex surface, causing oscillations (Runge phenomena) and poor local control; ignoring parametrization quality and producing badly distributed sampling that leads to numerical artifacts in downstream simulation or rendering.

Consequence

Consequence
Appropriate geometric modeling yields representations that enable accurate manufacturing, robust finite-element meshing, smooth animation, compact storage and predictable editing behavior, connecting mathematical regularity to practical engineering constraints.

Reversal

Reversal
Naive polygonal meshes or voxel grids without principled parametrization and continuity control may be sufficient for some tasks but lack the smoothness, compactness and exact-control needed for precision design and manufacturing.

Boundary

Boundary
Focuses on representation, parametrization and approximation issues rather than on physical simulation or solver technologies; issues of material behavior, multiphysics, or discretization-based PDE solvers lie adjacent but are outside core modeling representation.

Semantic Tension

Semantic Tension
Tension between exact geometric modeling (CAD NURBS, watertight solids) and flexible, data-driven or mesh-based representations used in graphics and machine learning: one prioritizes exactness and manufacturability, the other prioritizes flexibility and ease of processing.

Synthesis

Synthesis
Geometric modeling provides mathematical representations and algorithms that encode shapes with controlled continuity, topology and approximability so designers and algorithms can manipulate and realize geometric forms reliably.