Take the Windchill Satisfaction Survey!
Recently active
I would like to create a parameter that stores the previous part number or name of the part that the part was saved from. For example if I have a part "Gear1.prt" and I save as to a new part "Gear2.prt" I want to store a parameter when doing a save-as that says "Gear1". That way users that perform a save as automatically have a history of where this design was made from. It can be useful when going through a parts history. I don't want to make it a type in parameter because users would forget to add this information. Does anybody have any insights into how this could be done?
The Creo Parametric software is multi-cad. Which extensions does it open natively?Is there a document that shows this?
Hi Guys, Im running a simulation that is running based off of the subassembly sets of heat load and convection boundaries. For example:Assembly 1 has 1 heat load, with 7 conv boundary conditionsAssembly 2 has 1 heat load with 4 conv boundary conditionsAssembly 3 has 1 heat load with 3 conv boundary conditionsthese Heat loads and convection boundaries were added to the sub assemblies, the new assembly of these 3 has not had any additional heat loads added. how do i run a thermal analysis with all 3 heat loads working together. It seems like the only issues are the 3 heat loads. The convection boundaries seem to run fine. It wants me to choose a single load set for the new assembly. It will not allow me to use all 3 load sets at once.
Hello PTC Community, I had calculations in Mathcad prime 10.0 version. When I am trying to open the sheet in prime 9.0, it gives me an error message that the file is not compatible as it is written in the latest version. I would appreciate if anyone can help me. Thanks,Abdur
Greetings, I tried to create custom functions in mathcad but I was able to do it, however I wanted to create that function fc and fc1 and I couldn't, I get an error message I understand how to compile and tried other functions but when I go to do it with results of vectors and matrices I have this problem here I attach the code in C only for the fc function, could you help me how to create both custom functions please?
Would it be possible to be able to open a 3D model of a part/subassembly in creo view from a drawing/BOM table also in creo view? If not is there any other PTC software (other than parametric or any of the actual modelling softwares) that could do such a thing? (Currently using Creo View Express 11.0)
Lets say I have an integer If even number then round down to an odd number. If odd then keep the number. eg. x = 888 I want to round this down to an odd number. 887 Thank you.
Hello: I have several sets of constraints for a part, when I active ptc_constraint_set parameter , sets are displayed as per attached image , but sets drop down shows only one set at a time. Is there a way such that all sets available can be displayed under drop down for ease of selection. Thanks
When reordering Model Tree, It is too easy to accidentally move part to subassembly (Can take long time to undo). Creo should ask confirmation when user clicks Expand All, because it takes so long with large assemblies.Actually I have never needed to use expand all, but i sometimes accidentally click it when i try to click Collapse All. Btw. why Measure -tool is so slow unless you use selection filter?
Hi, I'm using PTC Mathcad 9.0 version for my documentation. I have included few onedrive & Google Drive links into the doc and saved the doc in PDF format. When try opening the PDF on chrome/adobe reader, i found that the google drive links were opening completely fine whereas Onedrive links were not opening. I was getting errors like "Link not found". The same Onedrive link opens without any issue when opened in Mathcad tool also, when copy pasted it separately on chrome. I can see the issue is only when try opening from PDF. So, anyone else experienced this issue before? Is there any solution to work around? Thanks.
Havin trouble understanding why this function, which worked in Prime 9, no longer works in Prime 10? Unfortunately, it requires an add-in that I doubt many have (Refprop wrapper for Mathcad).Non-working function (Prime 10)It really makes no sense that Refprop would have anything to do with the underlying problem based on the fix (to get the function that worked in Prime 9 to work in Prime 10), which is this:Equivalent Working Program (Prime 10)Obviously, this required a change to a program which literally served to assign a -1 value to alpha prior to the function on line 2. However, nothing of the original equation required modification. Seems odd to me but hoping that someone would have thoughts on what could have changed between 9 and 10 to require this mod. Thanks,Bob Wilson
Hello Everyone.From : But : To : So now the question is : " How to simplify A ? "Thanks in advance for your time and help.Best Regards.Loi
Hi all, My R&D department have a request for which I cannot find a solution .We are in CREO 7.0.2.0 and we want to show it in MBD. We can attach the datum to the surface, but not aligned it to the dimension (as per the following pic)How can we do it?The 10° dim is a 3D dimension from the sketch. ThanksBest Regards
When using symbolic evaluation in Prime 9, from time to time one of two different errors pop up sporadically. Either a window indicating that AXIOMsys.exe isn't working anymore, or a window indicating that "bad_module_info" is not working anymore. Nonetheless symbolic evaluations in Prime still work OK, its just annoying and irritating to have to click away those windows from time to time. Often the same error also pops up immediately after closing Prime. I am aware that its not a Prime error but stems from Windows - nonetheless is only occurs when using Prime 9. Anybody has experienced something similar or has an idea what the cause may be?
Some of us are on 7.0 and some on 8.0, but no one can seem to get the MIDNIGHT theme to load as default on start up. We can get the DARK or LIGHT or DEFAULT themes to load, and we can do custom as well, we just cannot get the MIDNIGHT to load. We have even tried loading the MIDNIGHT theme, then changing a graphics color in order for the menus to all switch to CUSTOM, and then saving that creo_parametric_customization.ui file in our start in location. But nope... shows it is a Custom theme but menu colors are all the DEFAULT theme.Thanks in advance.
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.
Is it possible to add a picture (JPEG) in Creo schematics?
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
Is it possible to convert mcdx (prime files) to xmcd (mathcad 15)? If yes, how to do it?
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
I'm doing a presentation of mathcad to me company and I'm thinking of including the pros and cons of it comparing to other calculating programs. Any ideas ?
I have tried installing Mathcad and have agreed to user agreements.Upon getting to "Application Selection" step in install process, my installation path is C:->Program Files->PTC but there are no applications to "Choose from the list below".I cannot push next to complete the installation process.
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.
Hello to allWindchill is working on it using Creo illustrate. Previously, I was using Creo View Adapter to convert illustrater data without any problems.However, I found that it is an illustrater adapter.The document says that it converts illustrater data with this, but I don't know a separate difference.As a result, what is the difference between the Creo View adapter and the Illustrater adapter? I was wondering why the Illustrater adapter has a separate installation file.
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.