Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

model name too long in ProMdlLoad()

  • Thread starter Thread starter forstudy3
  • Start date Start date
F

forstudy3

Guest
I am getting PRO_TK_INVALID_NAME exception while trying to load one of the component.As per PTC help The model name is too long is the reason for this exception.

I need some basic info.
What is the maximum limit for part name size in ProE WF 5.0 M060?
Can we set part name size dymanically?
I am providing part name using full path so does the other string exclusing part also gets consideration while calculating the part name size?
 
Look in the header file, where ProMdlLoad() is defined.
There you can find out the maximum length of the parameter.


Regards, DonChunior
 

Part and Inventory Search

Sponsor

Back
Top