Recently active
Hello,The following PTC article details how to obtain references from Annotation elements,https://www.ptc.com/en/support/article/CS289474However this only is viable for annotation references of the type: PRO_ANNOT_REF_SINGLE: /*---------------------------------------------------------------------*\ get the references for the AE \*---------------------------------------------------------------------*/ status = ProAnnotationelemReferencesCollect(&elem, PRO_ANNOTATION_REF_ALL, PRO_ANNOT_REF_FROM_ALL, &ann_ref); int num_refs; status = ProArraySizeGet(ann_ref,&num_refs); for (int i = 0;i < num_refs;i++)//all references of selected item { if (ann_ref[i].type != PRO_ANNOT_REF_SINGLE) continue; //proceed this loop only if the single reference is NOT a PRO_ANNOT_REF_CRV_COLLECTION or PRO_ANNOT_REF_SRF_COLLECTIONHow could the surface ID's be obtained for type PRO_ANNOT_REF_SRF_COLLECTION (or even PRO_ANNOT_REF_CRV_COLLECTION )?Thank you.
I am creating a hole table through datum points like feature name "POINT" & its "X,Y,Z" measurement through cs_o but when datum points go beyond 9 for e.g. "PNT9" then it sort by again first digit means it will go like 1 then 10,11,2,3,4 likewise (refer snap for more details).I have tried to increase decimal point from 1 but it won't get sort out.Need help to how to sort this double digit figures in ascending order & Is there any way to make this hole table parametric if point location is updating it will directly show on table without adding it again. Hoping for the solution from PTC! 🤞Application :- Creo 10 Paramertic
Hi, We need to find the stress when the part is twisted at an angle. It's shown in the capture-1 below that a motor powers the pocket at one end, while the other end has a stopper. load (capture 2) & constrains (capture 3), kindly advise me on how to calculate the stress values at various angles? Plastic is the material that is used & currently I am using Creo 7 Thanks
Please no snark. I struggle finding useful info on creo forums. I have done my due diligence. We have a C size drawing that the left and bottom margins are off the page. I have struggled with how to even ask this question. I am aware there are differences between format and template, but I don't know where to start. I just want to "rightsize" our C drawing template to export with correct margins, not offset as they are now.
Hi,I'm work in Creo parametric users Support team user in an industrial Company and i was a question about the scale on 3D model. Few users ask question to see in an 3D model windows a dynamic scale reference show in a corner like to possible in others CAO Software.Thanks for your help
Hello,I need to lend a CREO license for 30 days, do you have a procedure on how to do that?
Hello I have a problem with calculating model in Creo Simulate. The only difference of those models is mesh size. Solution on the left has no AutoGEM controm featuresSolution on the right has applied Maximum size AutoGEM control globally 25mm and locally on contact regions 7mm.Why it doesn't converge when AutoGEM has been applied applied?
Creo parametric 7.0.0.0 No windchillJava toolkitUser case:1. Creo window 1: opened assembly in creo like this:top.asm.1|--------sub1.asm.1 |--------part.prt.12.Creo window 2: opened assembly in creo like this:sub1.asm.1 |--------part.prt.13.Creo window 3: opened part in creo like this:part.prt.13.Put the latest version files(sub1.asm.2 part.prt.2) into the file directory;Question:1.Which API can load the latest or specified file version without close the window 1,2,3;2.Do not close all the files and reload ,because the feeling is not good;3.The best way I want :Load only the necessary new version files.Thanks!
Pro web.link There is no console controller of the embeded browser of the creo parametric. How can I debug my web.link scripts?
I want to add an additional leader to my drawing on the outside radius dimension to call out the internal radius with it. How can I add the additional leader?
Is it possible to have 2 Creo sessions running in parallel with the 1st session connected to Windchill and the 2nd one working in local? Creo Parametric 7.0.2.0 As soon as I connect one session, the other session is connected. It's exactly the same behaviour when I disconnect one of them from Windchill.
I want to assign only the first 7 characters of parameter (string) to another parameter. How can I do that via relations?.Creo 9
Hello, I have generated a new Schematics license, when the machines try to access it this error appears, what can I do?
Hello, Since a week, my Creo display is with wide spacing between lines. (see the document in attachment) Do you have an answer how to get back to normal space? Thanks,Luc
I have connected the Pro/Library to our Windchill, where we have all our company library parts.But the standard library view shows only the part number all part attributes are missing. But it is nearly useless for the users because they cant see nearly nothing when searching for parts. Is there a way to bring more views (the windchill views) into library?
Hi, I have developed some mechanism in Creo4 by linking to the parameters and it was working fine.Now we have updated to Creo8 and when I try to update my expression it shows "entered value is invalid". Could you please support on this issue, thanks.
I am using Creo Parametric Release 11.0 and Datecode11.0.0.01. how to understand toolkit api ProDrawingViewOutlineGet ?This API returns the result ProPoint3d outline [2], why can this result describe the outline of this view?2.how to confirm notes inside drawing boundary ?
@ChrisG I did what all you said until the end in topic. There is no protk.dat file to reference under the "Configurations files read." Do I just create a .dat file like the original commenter did or how do I go about this?
I'm trying to follow the directions, from:https://www.mathworks.com/help/smlink/ref/linking-and-unlinking-simmechanics-link-software-with-proengineer.html So I can access the toolkit and simulate my assembly in Simulink, but I can't seem to find the protk.dat file the website mentions. I looked in the configuration files that PTC Creo is running and the protk.dat file wasn't there either. I attached a screenshot below. How should I go about this?
Is there a way to use Material Side: (side one, side two, both sides) to drive a parameter through pro-program or relations?
I have an assembly with a note I would like to have displayed in a combination state. When in the model I have to click on the note in the model tree in order for them to appear. If I click on the "show annotations" button the notes appear but so does every note down the piece parts which is way too many and cluttered on the screen. Once I switch combination states and go back (despite hitting the update button) the notes are gone again. How can i get only the notes/annotations in the top level assembly to show? The show annotations dialog box has nothing in it to select or filter.
I am looking for any help on the below code. The pin-out table is not loading in my drawing, and I'm not sure why. The error is XToolkitGeneralError.I currenrly have copies of the pin-out.tbl file in my "pro tables directory", my weblinkexamples folder, and my jscript and html folders under that. I also tried my work space as well.The table has two repeat regions, and works fine when I load table from file in parametric. function createEdgeNote(max /* integer */) { if (pfcIsMozilla()) netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); /*--------------------------------------------------------------------*\ Get the current drawing & its background view \*--------------------------------------------------------------------*/ var session = pfcGetProESession (); var drawing = session.CurrentModel; if (drawing.Type != pfcCreate ("pfcModelType").MDL_DRAWING) throw new Error (0, "Current model is not a drawing"); /*-----
I have a piping model done in Creo 8 piping. The line has valves in it. They are inserted valves and are intelligent, When we export a .pcf file to use in another piping software. The piping is cut where the valves are, so it knows the valves are there, but the valves do not appear in the other software. If I open the .pcf in notepad it shows the location Any help would be appreciated. KM
Hi everyone, I am using Creo 9.0, and when trying to open one of the variations of my project created through nested families, the parameter I want to change gets changed but there is no way to regen the model. When I go through the first set of families it works perfectly, then I can choose the generic and everything works fine, but it doesn't work as it should.I attach some photos.Thanks, JoanHi everyone, I am using Creo 9.0, and when trying to open one of the variations of my project created through nested families, the parameter I want to change gets changed but there is no way to regen the model. When I go through the first set of families it works perfectly, then I can choose the generic and everything works fine, but it doesn't work as it should.I attach some photos.Thanks, Joan
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.