View Categories

Defining Essential Geometrical Dimensions for Part Sizes

3 min read

Motivations #

This is written for BIM modelers who want to create custom Gravity and Pressure Network Part Catalogs. Part Catalogs, especially Pressure Network Part Catalogs, contain properties that are poorly defined, but nonetheless are essential for the rendering and inner workings of Civil 3D. We hope that by reading this post you will have a better grasp of them and avoid the many many pitfalls that bedevil other modelers.

Gravity Part Catalog #

Add new Part Size #

You can create new Gravity Part Size by using the Parts Builder, and you can access it via Design->Parts Builder, as shown below

Parts Builder

Then, you will be asked to select/create a Part Family, such as Concrete Pipe SI, in order to add a new size. To add a new size, you can just right click on the Size Parameters, Edit Configuration/Calculations/Values to add in new part sizes.

Edit Configs

Pipe #

Roughly speaking, gravity pipe can be divided into 2 shape categories, the rectangle and the circular.

The critical dimensions that govern circular pipes are Pipe Inner Diameter (PID) and Wall Thickness (WTh). You can define them in Parameter Configurations by clicking on the white paper icon, as shown below

Parameter config

The critical dimensions that govern rectangle pipes are Pipe Inner Height (PIH), Pipe Inner Width (PIW) and Wall Thickness (WTh), as shown below.

You can only specify PID or PIH/PIW, but not both in order not to confused the program.

Structure #

Again, Structure can be roughly divided into two broad categories, the Cylinder and Cuboid.

The critical dimensions for Cylinder structure are Inner Structure Diameter (SID) and Frame Diameter (SPD).

The critical dimensions for Cuboid structure are Inner Structure Width (SIW), Inner Structure Length (SIL), Frame Width (SFW) and Frame Length (SFL).

Again, you can only define for the Diameter dimension or the Width/Length dimension, but not both.

Take note that in both cases, you can also define Wall Thickness (WTh), but that is not mandatory as it seems that WTh is mostly used as a device to define Frame Width from the Inner Structure Width, or vice versa.

Modelling consideration #

Civil 3D ships with quite a number of pipe/structure stock templates, that you can use by just adding the size of your own choice to the same topology model. This is the easiest way to get started on creating your own part catalogs.

If you are ambitious you can try to create your own topology model, by using Parts Builder to create your own 2D or 3D model of the parts.

Pressure Part Catalog #

Add a new Part Size #

To add a new pressure pipe/fitting or appurtenance, you will need to use a separate program coming together with Civil 3D installation, the Content Catalog Editor (CCE).

Pipe #

There are a few parameters concerning pressure pipes that deserve some examinations

pipe parameters

  • Diameter Outside (mm)– the outside diameter. This is what Civil 3D will use to generate the outer profile of the pressure pipe
  • Diameter Inside (mm) – the inner diameter
  • Thickness (mm) – the pipe thickness. From what I understand, it doesn’t play directly into the rendering.
  • Nominal Diameter (mm) – the nominal diameter of the opening, which the pipe has 2, and hence, two rows of nominal diameter as shown. Since the nominal diameter is on per opening basis, my guess is that they are useful only as design check and don’t feature in geometry generation. But I’m not really sure on this point
  • Outer Diameter (mm) per opening – Astonishingly, each opening will have its own Outer Diameter! How is this diameter different from Diameter Outside, I don’t know. I can only guess that for pressure pipe, Diameter Outside ( on pipe basis) is being used, but Outer Diameter (on opening basis) is not.

Bottom line: to correctly model a pressure pipe in geometry, you will need to define Diameter Outside, Diameter Inside and “Thickness” correctly and consistently.

Fitting/Appurtenance #

Pressure pipe has 2 fix openings, but depending on the type of fitting or appurtenance, the number of opening can vary from 1 to 4. Given that Nominal Diameter and Outer Diameter are permanent fixtures of opening, I would have guessed that Outer Diameter and Wall Thickness would be used in rendering the geometry of Fitting/Appurtenance’s opening.

Also note that Nominal Diameter, Outer Diameter and Wall Thickness all seem to be independent of each other; there is no formula that link between them. Therefore, as a BIM modeler, you should ensure that all the numerical values are consistent and make sense physically.

Modelling consideration #

Modelling fitting and appurtenance are different than modelling pressure pipe. Whereas modelling pressure pipe is easy– you can just Import Part without a .content file, modelling fitting and appurtenance requires you to create a .content file, which you use PublishPartContent to create. It is quite a complicated process and requires you to create correct 3D solid model in AutoCAD prior to all this.

Different fitting size may require you to draw different 3D solid model in different DWG file due to the intricacy of the connections. This complexity is not seen in pipes or even gravity structure.

Powered by BetterDocs