EdLight CodeEdLight Code
TracksGamesPathways
TracksGamesPathways
TrackAdvanced 3D Design & Optimization
Design with Parameters
1 / 10

Advanced 3D Design & Optimization

Course Progress0/10

Parametric Thinking

Design with ParametersPlanning Complex ModelsParametric Modeling

Advanced Boolean Modeling

Advanced Boolean StrategiesComplex Boolean Model

Mesh Quality & Optimization

Understanding Mesh QualityOptimizing for Output

Portfolio & Presentation

Presenting Your WorkEmbedding 3D on Web

Capstone Project

Capstone: Product Model Portfolio Piece

Advanced 3D Design & Optimization

Course Progress0/10

Parametric Thinking

Design with ParametersPlanning Complex ModelsParametric Modeling

Advanced Boolean Modeling

Advanced Boolean StrategiesComplex Boolean Model

Mesh Quality & Optimization

Understanding Mesh QualityOptimizing for Output

Portfolio & Presentation

Presenting Your WorkEmbedding 3D on Web

Capstone Project

Capstone: Product Model Portfolio Piece

Design with Parameters

Parametric Design
Thinking in terms of relationships and proportions
Parametric design means thinking about relationships, not just absolute values.

What is Parametric Thinking?

Instead of:
> "The table is 100cm wide"

Think:
> "The table width is 2× the depth"
> "Legs are positioned 5cm from edges"

Why Parametric?

Easy Scaling

If you define relationships:
  • Change ONE dimension
  • Everything else adjusts proportionally

Consistency

  • Parts always relate correctly
  • No guessing for future modifications

Professional Practice

  • CAD software is parametric
  • Industry standard approach

Defining Your Parameters

Start by listing:

  1. Primary dimension - Usually the biggest

  2. Derived dimensions - Based on primary

  3. Constants - Fixed values (material thickness, etc.)


Example: A Box

PRIMARY:
- Width = W

DERIVED:
- Depth = W × 0.6
- Height = W × 0.4
- Wall thickness = 0.1 (constant)

If W = 10:

  • Depth = 6

  • Height = 4

  • Walls = 0.1


If W = 20:
  • Depth = 12

  • Height = 8

  • Walls = 0.1


Practical Application

In our editor, think parametrically:

  1. Decide primary dimension

  2. Calculate others as ratios

  3. Write them down

  4. Use Properties panel to enter exact values


Common Ratios

RelationshipRatio
Golden ratio1.618
A4 paper1.414
HD video1.778 (16:9)
Square1.0

Exercise Mindset

Before building anything:

  1. Sketch on paper

  2. Label dimensions with variables

  3. Write the relationships

  4. THEN open the editor