Recently active
I just had Creo 10.0.7.0 crash. Thankfully I was no longer in any models at the time of the crash. Just starting to open a file. When I restarted Creo, all the “Recent” files are not from today - I had just seen them and chose one when the crash occurred. Any thoughts?
We normally retrieve hole features from part files using Solid.ListFeaturesByType(false, (int)EpfcFeatureType.EpfcFEATTYPE_HOLE). However, this code doesn’t work for certain ISK part files and returns a null group value. Please explain, why the part file is returning a null group value?
I’m currently using Creo 4 to test interference detection through VBAPI in C#. When I try to run the same code in Creo 11, the application launches and the working directory is set successfully, but I receive a 'pfcExceptions::XToolkitInvalidName' error at the line session.OpenFile(modelDesc1).Activate(); One more question: Does Creo 11 support rotating and zooming the assembly to capture the interference location?
Now that the Community is back… I wanted to share a cool statistic. CREOSON - the Open Source API for Creo Parametric has achieved over 10,000 Downloads! 🎉 You can learn more about it, and download it, at https://creoson.comNOTE: A lot of time, energy, and cool people have been working on this for many years.😎 Hat Tip to the CREPYSON Project for their awesome contributions! (Python Interface) Happy Automating! Dave
Hi all,For our assemblies, we add a BoM table to the drawing. These were setup a while ago, and we have a few different tables saved for different purposes. The main one is a simple table with a repeat region as followsThis works fine for most of the parts, but it doesn’t allow us to define a different part number other than the one defined in Windchill. If we were starting again with our installation, we would probably add a relation in the start part against a parameter such as ‘BOM_PART_NUMBER’ which defaulted to the Windchill part number but could be changed by the user. This parameter would then be what is defined in the repeat region.However, we now have many thousand parts and none of them have this parameter, and so we cannot change the part number in the BoM without changing the file name of the part.Having done some research, it looks like relations can be added to the repeat region, and so a conditional statement can be added. Descriptively, what I had in mind is that if the
I am using Creo 10, When I go to Creo Simulation Live and click on “Study”, the “include thermal” option is grayed out. I am trying to perform a multi-physics analysis to determine the effects of thermal expansion. I found a video by PTC that is exactly what I need to do, but I can’t select the “include thermal”. This video is for Creo 9, so I would think Creo 10 has the same capability. The option is there but just grayed out.
Hi there,I am having difficulty identifying spot weld symbols and holes in the drawing.I attempted to modify the datum point symbols to circles through the detailing file and also tried filling the circles. However, this approach is time-consuming, and I am unable to select all spot welds at once.Is there a way to streamline this process?
Document with corrections, there was an error in the Mathcad formula.
Anyone try to define a BSP or BSPT thread in Creo? Do we try custom tools or maybe define it as a tapered mill? Even without any check surfaces the tap I defined will not go past the start surface.
Hi Folks,Is there a way to customize/tailor the Bill of Materials report in assembly mode so that the headers can be specified as parameters? For example, instead of the default column header 'Name' I would like it to be 'Title'. I would also like to create additional column headers. Thank you.
I’ve found an alternative to expensive post processors for Creo. I’ve been testing ManusNC and it’s pretty good. Easy to develop your own post processor for any machine tool and supports Creo NC. Check it out;https://manusnc.com/enFor a five axis post it cost $1500 without a need for yearly subscription. Hundreds of premade posts ready to go. Simple web interface to create a post.
Join Mark DeCraene for this Creo 12.0 Update Session. Creo 12.0 introduces over 250 enhancements focused on AI-driven generative design (including thermal optimization), advanced composite materials, and improved electrification tools. Key updates include faster, simulation-driven design workflows, strengthened model-based definition (MBD), and improved manufacturing capabilities for additive and subtractive processes. Check out the video Navigate by topic — This video includes chapters you can access from the player menu to skip directly to the sections you're interested in. See the full list of topics below:0:00 – Welcome & Introduction Tom Quaglia opens the session and introduces presenter Mark DeKrane for the Creo 12 update webcast. 2:29 – What's Covered & Where to Learn More Mark outlines the focus on core capabilities and shows how to use the Learning Connector and Help Center to explore additional Creo 12 topics. 4:54 – Engineering Notebook & Config Editor Changes Th
I am using Creo Parametric Release 11.0 and Datecode11.0.3.0; in a single view, the hatch of a section is not completely shown. In a different view with the same charatheristics, the hatch is correctly shown.
Hello, I want to perform a forced conversion of Assembly to WAssembly in the asynchronous invocation mode. Currently, I am relying on the pfcasync.jar. I noticed that there is no WAssembly in it. What should I do?java.lang.ClassCastException: class com.ptc.pfc.Implementation.pfcAssembly$Assembly cannot be cast to class com.ptc.wfc.wfcAssembly.WAssembly (com.ptc.pfc.Implementation.pfcAssembly$Assembly and com.ptc.wfc.wfcAssembly.WAssembly are in unnamed module of loader 'app') at com.po.creo.service.impl.ConstraintServiceImpl.getModelData(ConstraintServiceImpl.java:77) ~[classes/:na] at com.po.creo.controller.ConstraintController.getModelData(ConstraintController.java:22) ~[classes/:na] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na] at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) ~[spring
I've created a J-Link application, which has a swing GUI. On click of a UI command button, I'm creating a part files (simulating File--> New Part). The same thing when wanted to simulate through a swing GUI in synchronous mode, the GUI gets created, but when I push the button in the GUI, the GUI hangs. Can any one help me in making the swing GUI work with PROE?class MenuButtonListener extends DefaultUICommandActionListener { public void OnCommand() { try { //This works Session curSession = pfcGlobal.GetProESession(); Model tryModel = curSession.CreatePart("Testing"); tryModel.Display(); //This doesn't work //How to make it work csProe.StepToProeGui.createAndShowGUI(); } catch (Exception x) { STEP_TO_PROE.printMsg("something wrong: " + x); x.printStackTrace(); System.out.println("------------------------------------"); } }}
Hi,I have a large assembly and would like to create a clear, step-by-step single animation. I am planning to use different simplified representations to generate clean exploded views for each stage of the animation.However, in the Animation window, I can only see options to control explode states, timing, and view orientation. I do not see any option to control or switch simplified representations.Could you please let me know if there is a way to operate or include simplified representations within the animation sequence?I would appreciate any guidance or suggestions. Kind Regards,Sunil Kotte
I've got an odd one and was wondering if anyone else has experienced this/has a solution? I have been using Creo 11 parametric with an educators licence. Yesterday I was creating a fairly basic drawing, upon saving the drawing it crashed on me (this isn't a regular occurrence). When attempting to re-open the drawing it 'loaded' but nothing was displayed, no template, model or annotations. I closed the program and tried to open different drawing, but this time only the template and annotations loaded in, no model visible. Loading parts and assemblies also became difficult, with components not rendering properly. Often models would load in only as wireframe even if a shaded option was selected, also on occasion large orange triangles will be displayed around the part? After trying various options I uninstalled Creo 11 and re-installed with Creo 12. I am finding that the same issue is still occurring? The drawings sometimes load in partially/completely if I open the part f
I have a simple part (modeled by somebody else or imported).It has some phantom lines that I can't hide.In 3D model space, If I set to "wireframe, no hidden" there are still hidden lines that shine through.Same thing happens if I make a drawing from this part.It may be a configuration setting rather than part issue, since the lines do not show up on other people's machines. Creo 11.Any help will be appreciated.
Hi experts i have doosan s310 smly mill turn with fanuc series 18-t control..i need post processor for creo.
Hello everyone, when Ι try to install creo parametric 12.4.0.0 Ι get this message and the creo parametric cant fully installed. Ι have try to install the latest java and the java 21 and still have the same problem. And then the pop up window shows about that my hardware cant be qualified for the photo render studio but when Ι run the hardware check utility , it shows that my hardware is qualified as you can see for those in the attached files.Please give me an advice for how to solve that problem.Thank you
I am using Creo Parametric Release 8.0 and Datecode8.0.12.0The mapkey doesn't wait for the simulation to end in the Material Removal (Module Works).Once the simulation is started in the Module Works window, all buttons except the Stop button are disabled until the simulation ends.How can I add a script to the mapkey that queries the window and waits for the simulation to end?Thanks
Hi All, When applying tolerances to dimensions, if I select Symmetric the box is greyed out so I can't enter a value. When I select Plus-Minus only one box appears for the minus value. This problem has just appeared and is present if I try to alter the tolerance on the model or the drawing. I have Creo 5 and 11 installed on my PC and the problem is present in both versions even though they read different config files. When My Colleague opens the files on his PC the problem isn't present. Symmetric selected:Plus-Minus selected: Any help greatly appreciated! Kind regards, Clive
Problem Description:I am having trouble displaying part-level dimensions in a drawing view when both the part and the assembly are in Simplified Representations.What works:Dimensions show correctly in the standalone Part model (both Master and Simplified Reps).Dimensions show correctly in the Assembly drawing if the view is set to the Master Representation.The Issue:When I switch the Assembly drawing view to a Simplified Representation, the part-level dimensions disappear.I want to display the part in its own "Simplified" state (to show specific geometry/features) within an assembly-level view, but Creo seems to lose the feature references required for the dimensions once the assembly "simplifies" that component.Goal:I need to show the simplified version of the part in an assembly drawing view without losing the ability to show model annotations/dimensions for that part.
I needed to do a good cleanout, so I cleaned up all my workspaces then deleted my .wf folder. Not to unusual but may be the first time since moving to creo 10 (late last year) that I have done this. I run config.pro option to load my ui customization from my run directory - load_ui_customization_run_dir yes I was surprised that after deleting my .wf, I lost my settings even tho I had checked prior to deleting that the one in my startup directory customization ui file was dated recently, which i thought confirmed my location. What did I miss?
Selecting a feature from the model tree and hiding its visibility will make the feature not visible. Selecting a feature from the model in the workspace window and hiding its visibility places the feature on a hidden layer and it cannot be seen again (even if you make it visible on the model tree) unless you remove it from the hidden layer in the layer tree. I don't understand why I cannot unhide it from the model tree without first removing it from the hidden layer on the layer tree. I primarily use Creo for CAM programming and really have no use for layers, so I find this pretty annoying. I don't think it was like this prior to going to 10. Is there a fix for this behavior? Thank you,Matt
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.