Recently active
I am using Creo Parametric Release 11.0 and Datecode11.0.0.0 IFX紧固件选择后,是否可以直接从PLM中调取模型直接进行装配,而不是本地每次参数化生成,导致无法与PLM中的标准件库匹配
Hello! I’m trying to make a simple cable harness 2 wires going from connector 1 to connector 2.There are 2 coordinate systems in each connector that I have made.On my drawing i’m trying to use repeat regions to display which port in the connector each wire should connect to. However no pin no. gets displayed, it doesn’t matter if I select the repeat region to be driven by the assembly or the connector part.I’m using &harn.run.cond.from.pin.entry_port and have tried a bunch of others but it remains blank regardless.I have tried creating Terminators inside the assembly but am unable to do anything besides create it? No editing or anything seems to be possible. I read some other posts where they supposedly add cabling parameters somehow? I don’t see how to do it.Any help to display pins on the drawing would be greatly appreciated!
Hello folks, a colleague asked me if I knew a way to copy the name of a selected model tree element to the clipboard.Since I could not find an out-of-the-box solution, I developed a small tool for this purpose myself:"Copy Model Tree Element Name To Clipboard"Maybe someone else would like to use the tool.
Hi Everyone,I'm looking for learning resources on Creo Parametric customization using C++ (Creo TOOLKIT / Creo Object TOOLKIT C++).From what I've researched by looking at job postings and industry discussions, it seems that C++ (Creo TOOLKIT / OTK C++) is still the most widely used technology for advanced Creo customization in many companies, especially for enterprise-level CAD automation and plugin development. If my understanding is incorrect, I'd appreciate any corrections.I'm specifically looking for paid or free online courses, YouTube playlists, Hands-on tutorials, sample projects or GitHub repositories, books or documentation that helped me learn, any training providers you've personally found useful. If you've learned Creo TOOLKIT/OTK C++ or know of any good resources, I'd really appreciate your recommendations.Thanks in advance!
Hello everybodyIt seems that the limit to constraint a conic arc is 4 points. I picked the start and end point and lay the arc as close to the 5 sketch points. Then i apply the constraints but it wont let me pick more than 4 unless i start making other dimensions References like the Rho, etc.any ideas. i need to keep the Radius (Rh), so a Spline feature will not work and neither a Curve by points. i guess i can go back to Manufacturing and delete the rest of the sketcher points. thanks
We have observed that AI generates better PlantUML diagrams compared to draw.io XML. The latest versions of draw.io appear to include PlantUML support; however, this option is not available in the draw.io instance embedded within Codebeamer.Is it possible to enable PlantUML support in the Codebeamer draw.io integration? If so, could you please share the expected timeline for making this feature available?
Just updated to CREO 12.4.3.0 and now rename_drawings_with_object is not working. When someone does “replace by new copy” in assembly mode, the drawing is not copied. It worked fine in previous version.
Hi, In Creo 3 I was able to add a dimension to a 2d drawing and while the dimension was still highlighted red...I could change the font, color and size. We then jumped to Creo 7, and it seems this no longer works. We are now on Creo 11, and it still doesn't work. I can change the font, and the size..but color does not stick if I just created the dimension. If the dimension is already existing, and i click on it….. i can change the color. I want to change the color on the fly. I am trying to create a mapkey to do this, but i cannot get this color to change if I try to run the mapkey on the fly, after creating the dimension. (with the dimension still highlighted) If I run it on an already existing dimension, it works fine.What am i doing wrong? see recording
Hello!I have a solid STEP file created by my supplier, that when imported into CREO is giving many errors like bad double-sided edges, solid node with open quilts etc etc. This causes the model to have quilts instead of one solid body.Depending in the import profile setting that I use I manage to get more or less errors, but almost never few enough to make it worth trying to repair the model. I feel like I have tried changing all relevant options in the import profile, but no combination seems to work. The supplier has tried to send the model in different formats with different settings too, like STEP, x_t, x_p, exporting to prt. Does anyone in this community have some good tips, or knowledge with Solidwors → Creo file sharing.(Unfortunately the model is under NDA so i cannot share it.) Thankful for any input you might have./David
Check out this video on Creo 13 What’s new from PTC Application EngineersPresenters: Andrea Francis (Solution Consultant) and Tom Quaglia (Technical Specialist, Fellow)Original Date Presented: July 30th, 2026
I am looking for CREO and/or Windchill admin training options. Installation, upgrading, system setup, etc.Any direction is appreciated.
hello in Creo volume profile milling: why the step depth is not constant on radius profile like staight wall.please advice. also same problem in profile milling if use ball nose step depth not constant but if use endmill with scallop height then step depth change as per profile regardsAsif
Hi guys,I’m working in Creo 12 and I do have some tables and BOM tables, and I'd like to change their anchor point. By that, I mean the position of the mouse cursor when I place them using "Table from File". I like to have it in the complete right bottom.I've already tried changing the growth direction, but unfortunately that doesn't solve the problem.Any ideas on how this can be changed? Growth direction of the table via “properties”Location of the cursor when adding table from fileWhat I also have tried to do, is:first create a table with only one cell change the growth direction to the right bottom corner A table with only one cell and the direction from the right bottom corner add some columns on the left and a row on the top Adding columns on the left of the first cell save the table when I add the table via “Table from file”, the corsor is at the top left corner of the first cell: Location where the cursor is when adding this table (started with only one cell) So this wasn’t
Hello, I have a drawing .drw in which I have to upload a .jpg image, then I have to export it in .dwg and send it to another person. This person can not see the image in the .dwg because he doesn’t have the original image.Is there a way to share the .dwg containing the image without sending also the .jpg to the other person?I would like to incorporate the .jpg in the .drw and not to upload it as a xreference.ps. I’ve already activated the save_texture_with_model options in config but it doesn’t workThank you for help, I look forward to your answersBest regards
Why can’t assembly level annotations / notes reference component level feature dimensions using the part's Session ID like you can in 2D Drawings, this functionality works perfectly fine in 2D drawings but does not work in 3D annotations. Example: Calling out a C-Bore depth at the assembly level and using &dxxx:y to reference the depth of the C-Bore that is driven by dimension "xxx" on component with Session ID "y".This is confirmed to not currently be possible see, https://www.ptc.com/en/support/article/CS93719There are several possible work around but being able to reference a component dimension directly is less convoluted and it is already possible in traditional 2D drawing environments.
Hi everyone,We are currently developing a Creo TOOLKIT-based connector that synchronizes Creo models with an external system.As part of the synchronization workflow, the connector needs to detect changes made to the model (such as newly added parameters or geometry modifications). Before these changes can be synchronized, the model must first be saved so that the latest state is available. To avoid requiring users to manually save after every change, the connector automatically saves the model when necessary.However, we've observed that once the model is saved, the Undo history appears to be cleared. As a result, the user can no longer perform undo operations on the model that were enabled before the save.In some other CAD applications (e.g., Autodesk Inventor), saving the model does not clear the Undo history, allowing users to continue using Undo even after an autosave.I'd like to understand whether this behaviour is expected in Creo.Is it by design that File → Save (or ProMdlSave())
What is the best procedure for using current 2D layouts in Creo? This involves large factory layouts built from multiple ME10 2D parts.
Good afternoon PTC users. We have been viewing this forum and providing individualized feedback to members for some time now. As a degreed ME and former IT Manager of one of the first NT Pro/E installations, I can appreciate the value, first hand, that this forum brings to the user community and do not wish to dilute it in any manner (i.e. we have resisted the urge to throw out blanket advertisements). The reason I am posting this thread is that I have noticed that there have been a lot of basic Windchill admin questions posted that are covered in the "PTC Windchill PDMLink Business Administration Training". This course is typically offered to those who are going to be supporting a Windchill environment. For those of you who have progressed beyond the need for this training, perhaps you have counterparts or other support personnel that could benefit? The material is also applicable to those who may be running Pro/INTRALINK 9.1 as a large part of the course covers the same material.For
I am working on a project where I want the size of the balloons to be reduced to less than the text size or close to the text size. I tried the min_balloon_radius and max_balloon_radius options, but they only allow increasing the balloon size because the minimum value for the balloon radius can only go down to 0, which is the same as the text size. However, I want to reduce the size to less than 0.Is there any option available to reduce the size of the BOM balloon that 0?
Hello, I'm not really sure how to label this one, but let me try and elaborate: Has anyone else experienced it where there is a delay/lag spike when trying to left click (select) anything in the graphics windows on Creo 11? Calling it a delay probably isn't correct, but Creo 11 (both versions 11.0.0.0 and 11.0.1.0) just seems to "miss" some of my mouse inputs. It happens randomly when I'm either trying to add a dimension in a 3D sketch; CTRL select edges or surfaces of a 3D model; and also when trying to move balloons in drawings? Essentially left click/selecting anything on a daily basis will just randomly not respond and I have to click again. I always thought it was just me miss clicking but I'm noticing it more and more, and its not limited to a specific model.I have compared it to Creo 10 and it seems to be primarily in 11. I have tried:- Default PTC config- Different mouse- Multiple models
I am using Creo Parametric Release 10.0 and Datecode10.0.7.0 geometric tolerance jumps off of the witness line when I try to move it. When I create a new geometric tolerance it will not allow placement on tangent to horizontal.
I am using Windchill Risk and Reliability Enterprise Edition (Formerly Relex) Release 11.1 and Datecode with CPS CPS11 We assign the default "DVPs" to "Control" in Data Definition for FMEA Worksheet to record Associated DVP (Test Matrix) link. The display shows the correct number of Associated DVP (such as "2 DVP (Test Matrix)" but in the database it shows does not the same (such as "0 DVP (Test Matrix)") . I think it does not update the database record properly Here are the errors that I faced n/a
Automation interest continues to accelerate… CREOSON has hit over 14,000+ downloads! 🤠Small an large companies are there leveraging CREOSON (and CREOPYSON - the python 🐍 interface) to streamline their Creo Parametric workflows. 🕺🏽100% Open Source! Uses JLINK as interface to Creo Kernel! Simple JSON transaction interface! Works with ANY Language! (e.g. Python, JavaScript, etc.) User friendly / Intuitive Commands! Local or Remote via HTTP protocol! Shockingly easy to integrate with AI! (Claude AI via MCP works! - videos on site)Learn more —> https://creoson.comCreo 13 support coming soon. Other enhancements already on the board for near future releases.Enjoy!Dave
Hi everyone,I made a shelf model from AFX features and now i want to estimate the cost of total square tubes used. All the components is made from same square tube, is there any features to quickly calculate total length of square tube used and apply custom cost per length?
We are using MBD extensively and Creo is helping us out on that.I found 1 issue with sectional view.I have generated 3D sectional view and added in Combined state. It looks perfect in Creo.But when i export to PVZ , sectional view is not showing properly. It is still showing complete part not clipped view.Creo Parametric - Exported PVZ -
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.