cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

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

VG_9645254
5-Regular Member

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

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

4 REPLIES 4

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?

VG_9645254
5-Regular Member
(To:YaroslavSin)

hey  @YaroslavSin

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

Take a look

Toolkit: ProMdlPrincipalunitsystemGet()

OTK: pfcSolid::GetPrincipalUnits 

VG_9645254
5-Regular Member
(To:YaroslavSin)

thanks. I have one more query, how can I get an instance of pfcSolid to access GetPrincipalUnits() ?

Top Tags