Skip to main content
11-Garnet
June 11, 2026
Question

How to Convert Known Dimensions to Reference Dimensions in Creo

  • June 11, 2026
  • 1 reply
  • 23 views

I am using Creo Parametric 11.0.1.1 and facing an issue with dimensions created from assembly references.

While creating a new part within an assembly, I use geometry from an existing housing as an external reference. I then create an offset from that referenced geometry to define the new part. The resulting geometry is created as a composite curve.

When I create a radius dimension on an arc of this referenced composite curve, Creo creates it as a known dimension with the kd# prefix. This dimension cannot be retrieved in the drawing using Show Model Annotations.

I tried changing the following configuration option:

sketcher_known_dim_on_ref_ent no

However, Creo does not retain the value as no. After I set it to no, it changes back to yes, and the dimensions continue to be created as known dimensions.

I also tried recreating the dimension after changing the configuration option, but the result is the same.

The selected geometry is identified as:

Arc of Composite Curve (Reference)

Could this be a bug in Creo Parametric 11.0.1.1?

I would like to know:

  • Why does sketcher_known_dim_on_ref_ent automatically return to yes after setting it to no?

  • Is this a known issue or limitation in Creo 11.0.1.1?

  • Is the no value unsupported or ignored for referenced composite curves?

  • Is there another configuration setting or modelling method to create a reference dimension instead of a known dimension?

  • Is there any way to retrieve known dimensions in a drawing using Show Model Annotations?

Any guidance or confirmation from users experiencing the same issue would be appreciated.

1 reply

KenFarley
21-Topaz II
June 11, 2026

I’m running Creo 9.0 and I checked - sketcher_known_dim_on_ref_ent defaults to “yes”. If you set it to “no” it will be set for the session you are currently in. When you close Creo and start a new session later, it reverts back to the default.

In order to keep “no” as your default, you have to save the setting to a config.pro file, and have that file loaded whenever you start a session of Creo. This is done by saving it to the directory that is specified as the “Start In” directory for whatever shortcut you use to start Creo.

11-Garnet
June 11, 2026

Thanks for the reply, basically my aim is to do 2D drawing automation using Creo toolkit.
So, in company designers are doing modeling from top to bottom assembly, and they are taking references for making models.

So, do you have any modelling suggestions for an effective automation

please let me know