Skip to main content
13-Aquamarine
June 5, 2019
Solved

Create automatic surface area for drawings

  • June 5, 2019
  • 2 replies
  • 3249 views

I would really appreciate if anyone help me to print automatic surface area of model in creo drawing -  Either in table or by creating symbol which bring the surface area of the model ?

Thank you.

Best answer by KenFarley

You can do a search for "Creo use measurement in relation". It will give you the stuff you need to define a parameter that will contain your area measurement. Here's a typical result:

Previous Measure -> Relations Discussion

Once you've defined a parameter, you can use it in a note. I.e. if your parameter is areaModel, in the note text you type "&areaModel" wherever you want to show the value.

2 replies

24-Ruby III
June 6, 2019

Hi,

if model mass properties are properly calculated then model surface area is available in model parameter named PRO_MP_AREA. To display model surface area in Creo drawing create a note and enter &PRO_MP_AREA text into it.

KenFarley
KenFarley21-Topaz IIAnswer
21-Topaz II
June 6, 2019

You can do a search for "Creo use measurement in relation". It will give you the stuff you need to define a parameter that will contain your area measurement. Here's a typical result:

Previous Measure -> Relations Discussion

Once you've defined a parameter, you can use it in a note. I.e. if your parameter is areaModel, in the note text you type "&areaModel" wherever you want to show the value.