Skip to main content
1-Visitor
October 13, 2020
Question

how to find model scale info of creo Parametric though c++ toolkit

  • October 13, 2020
  • 1 reply
  • 2203 views

hey, I am trying to automate the creo parametric through running parallel application using toolkit so i need a scale unit info (like model is in mm, cm , inches) for the model how i can find it

1 reply

17-Peridot
October 14, 2020

What you mean by model scale?

 

Do you want to get the size oft the model by x, y, z axis? Take a look at ProSolidOutlineGet()

Or you interesting to get view scale (zoom)? Or what?

1-Visitor
October 15, 2020

hey  @YaroslavSin

I am looking for the scale base units (model is in mm, inches, centimeters).

17-Peridot
October 15, 2020

Take a look

Toolkit: ProMdlPrincipalunitsystemGet()

OTK: pfcSolid::GetPrincipalUnits