Parametric Modelling in CATIA V5

The dimensions in a 3D Model have some relationships or interconnections with each other in Parametric Modelling in CATIA V5. If any one of the dimensions is changed in 3D Model, then all other dimensions will also change in the specified ratio.

Key tools used in Parametric Modelling are:

  1. Parameters
  2. Formulas
  3. Design Table

Parameters

Parameters are the characteristics that control different aspects of geometry and features. Parameters could be of different types such as Length, Area, Mass, Boolean and many more.

Parameters are of two categories:

  1. Intrinsic Parameters:
  2. Intrinsic Parameters are created automatically as we create the geometries and features in CATIA V5.

  1. User Parameters:
  2. In Parametric Modelling, the Parameters which user creates for controlling the dimensions and features are called User Parameters.

 Formulas

Formulas are the relations between different geometrical entities and parameters. For example, to have Inner Diameter as half of Outer Diameter, a formula can be created as:

Inner Diameter = 0.5 * Outer Diameter.

Design Table

Design Table is a text or .csv (Excel) file which contains different set of input values for parameters called configurations. For example, a company has five variants of a product. A design table can be created in which five configurations of input values of parameters can be entered. Selecting each configuration from design table will result in a different variant of the product.

Steps in Parametric Modelling:

  1. Create 3D Model:
  2. Create the 3D Model as per the drawing provided using different workbenches like Sketcher, Part Design etc. In the below image, a tumbler is modelled. The features used in this tumbler are Pad, Pocket and Edge Fillet.

    p1

    Now, design intent is to design a tumbler in which the same ratio is maintained for all the other geometrical features for any value of outer diameter of tumbler.

    p2

  1. Create Parameters:
  2. Create Parameters for input dimensions. For example, in this tumbler there is only one input parameter i.e., Outer Diameter and rest of the dimensions will automatically get adjusted as per the Outer Diameter. Hence, a Parameter of “length” type named Outer Diameter is created. 

  1. Create Formulas: 
  2. Now, Formulas need to be created to interlink various dimensions from the Driving Parameters. In this case, the inner diameter, length & edge fillet of tumbler must change as per the outer diameter of the tumbler. Hence, the following formulas are created: 

    1. Outer Radius of tumbler is linked with the created parameter Outside Diameter as Outer Radius = Outer Diameter/2.
    2. p3

    1. Similarly, a formula is created to control Inner Diameter of tumbler as: Inner Radius = 0.45*Outer Diameter.
    2. p4

    1. Now, a formula is created to control the length of the tumbler by using Pad length as: Pad Length = 2* Outside Diameter.
    2. p5

    1. Finally, a formula is created to control the edge fillet of the Tumbler as: Edge Fillet Radius = 0.05*Outside Diameter. 
    2. p6

  1. Create Design Table: 
  2. Now, it is decided that only four variants of tumblers will be produced of Outer Diameters 35mm, 40mm, 45mm & 50mm. Now, a design table is created that will have four configurations for making four variants of tumblers. In this case, a Design Table can have input values for a greater number of parameters with only one driving parameter.

    p7
    Design Table can be created either using any pre-existing design file or with current parameter values.
    p8
    p9

    Design table is saved. Now, open the design table and add all the input values of parameters and save it.
    p9

    Design Table is added under Relations node design in the specification tree. Double click on Design Table:
    p11
    p12

    Now, any configuration can be selected and a new variant of tumbler can be obtained.
    p13