Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
hi all,
i am trying to create a ncseq object - 5axis bore cycle - with proFeatureCreate.
First of all i tried to export the model tree to an xml-file and imported the file to create the new feature. That works for Re-Roughing and Roughing features.
But for the bore cycle it fails everytime, the error-mode doesn't appear, i used every feature-createoption, it was everytime the same.
ProE writes that the ncseq isn't completed and the feature disappears, so i have no chance to find out whats the problem.
has someone a solution for my problem? or does someone know, how to extract mfg-templates using toolkit?
thanks robert
Hi all,
Robert,
Number of XML-manufacturing featuretree related problem had disappeared in WF4.0.
If you are usingWF4 you could check XML file for any numeric representation of ProElementId - very often it is an indication that element is not implemented yet. Then verify that geometry references in XML fileare valid. If problem was not found try to make a feature in interactive Pro/E session, write it to XML file, delete an original feature and read XML file back to create a new feature. If it won't work, you should submit a bug report to PTC andgo for a plan B which is to make ProElemtree manualy. There is a utility in ptc_examples : ProUtilElementtreePrint() which you could use to create an text file for element tree of the feature in question. Using text file as a guide you should be able to fill required data into elemtree. It is very time consuming...
HIH.
Feliks.
In Reply to Robert Haider:
hi all,
i am trying to create a ncseq object - 5axis bore cycle - with proFeatureCreate.
First of all i tried to export the model tree to an xml-file and imported the file to create the new feature. That works for Re-Roughing and Roughing features.
But for the bore cycle it fails everytime, the error-mode doesn't appear, i used every feature-createoption, it was everytime the same.
ProE writes that the ncseq isn't completed and the feature disappears, so i have no chance to find out whats the problem.
has someone a solution for my problem? or does someone know, how to extract mfg-templates using toolkit?
thanks robert