Skip to main content
RobRoss
8-Gravel
June 10, 2026
Solved

Creo Question

  • June 10, 2026
  • 2 replies
  • 36 views

How do I change the default units from inches to millimeters in Creo Parametric 10?

Best answer by KenFarley

Units can be defined for new parts/assemblies by part/assembly templates. So you can have different units default depending on your needs.

For general defaults for such, there are a few parameters that you can set in your config.pro file:

pro_unit_length                 unit_inch
pro_unit_mass unit_pound
pro_unit_sys ips

These are my settings, you can change them to whatever you wish. If you change them within a part or assembly file you will see what the options are and be able to select what you want. You need to make sure you put the proper value in your config.pro so it will be used by default whenever you start Creo.

2 replies

24-Ruby III
June 11, 2026
KenFarley
KenFarley21-Topaz IIAnswer
21-Topaz II
June 11, 2026

Units can be defined for new parts/assemblies by part/assembly templates. So you can have different units default depending on your needs.

For general defaults for such, there are a few parameters that you can set in your config.pro file:

pro_unit_length                 unit_inch
pro_unit_mass unit_pound
pro_unit_sys ips

These are my settings, you can change them to whatever you wish. If you change them within a part or assembly file you will see what the options are and be able to select what you want. You need to make sure you put the proper value in your config.pro so it will be used by default whenever you start Creo.