Recently active
Creo+ 13.0 debuts the Creo AI Assistant (Beta) and over 40 other enhancements designed to help you deliver better designs, faster. The Creo AI Assistant (Beta) provides troubleshooting support for specific error messages directly in the Creo environment – saving time and frustration. Creo Simulation Live now includes thermal optimization on ECAD assemblies, and manufacturing updates support design for conformal cooling channels in part mode and easier back boring and back countersinking design. Composite capabilities are expanded with simulation results per ply, flat pattern export enhancements, and dedicated composite material types. Performance enhancements in the model tree provide a 15% improvement in design regeneration and improved global clearance and interference checks have up to a 10x speed improvement. Finally, productivity upgrades for Freestyle and Sketcher enable even quicker workflows to deliver your best designs in less time. Read the release notes to lea
I am using Creo Parametric Release 11.0 and Datecode11.0.1.0After making a change in the Assembly (i.e i deleted an already missing part/Assembly) and saving, the change is not retained, when i open the Assembly again, it still shows the deleted part as missing. Started happening after i updated my creo from version 8 to 11.
While importing MBD .prt models into Creo NC:The Annotate tab is not visible, preventing access to combination states.Cross sections are lost, and PMI data is not retained.Looking for guidance on how to properly import an MBD model into Creo NC.Are there specific settings or configurations required to enable full PMI and combination state support?
Hello,I am currently trying to install Creo on a new PC, but I am encountering an error during the installation process. Despite following the standard installation procedure, the software fails to complete the setup successfully.Specifically, the error occurs when I enter the Sales Order Number (SON) during the license setup.I would appreciate any guidance or solutions you could provide to help resolve this issue.Thank you in advance for your support.
Hi team, I've one doubt regarding to create a part file with extrude feature. just i need to create one simple extrude(rectangle) using Protoolkit. if anybody knows pls help me.ProError action_cb(){ ProError err;ProSolid mdl;int window_id;ProName Mdl_name;string str = "Extrude";ProStringToWstring(Mdl_name, (char*)str.c_str()); err = ProSolidMdlnameCreate(Mdl_name, PRO_MDLFILE_PART, &mdl);err = ProWindowCurrentGet(&window_id);err = ProWindowActivate(window_id); return err; } extern "C" int user_initialize(){ProError err; uiCmdCmdId action_id; const char* msg_file = "Message.txt"; string str = msg_file; ProFileName file_name;ProStringToWstring(file_name, (char*)str.c_str()); err = ProMenubarMenuAdd((char*)"Model", (char*)"Model", (char*)"help", PRO_B_TRUE, file_name);err = ProCmdActionAdd((char*)"test", (uiCmdCmdActFn)action_cb, uiProeImmediate, NULL, PRO_B_FALSE, PRO_B_TRUE, &action_id);err =
I am trying to ensure models have their Unit Sensitivity turned ON. I can toggle it with a mapkey but is there a way to ensure that it is set on (or off) for a part?
How can i define a Default value for the UIReadStringMessage(true); The command appears in my jlinkapp without a defaultvalue. On page 79 of the helpfile you can read the note. A default value is displayed in the text box as Input.When user presses the Enter key as input in the user interface, the default value is not passed to the Creo Object TOOLKIT Java method; instead, the method returns a constant string use_default_string. When this string is returned, the applicationmust interpret that the user wants to use the default value.
Hello, I would like to create section views using straight lines, splines, and sometimes a combination of both. This was incredibly simple with Autodesk Inventor as in you simply drew a sketch on the drawing, set a reference surface and a distance to extrude it back and you were done. In Creo the best I can get is to either zoom way in and try to get it as straight as I can with the section tool (still looks horrible/wavy) or use 3D/Offset sections, but I have had issues ballooning parts when using these. Any insight would extremely helpful.
Hi Folks, Moved to Creo 12.4.1, Getting this notification every time I open a part or assembly: "Material usage parameters are out of date"Only way to make it go away is to use the "Update Materials Usage..." command.But that only lasts for that session, next time the files are opened, the message pops up again.Is there some point or purpose other than to be annoying?Regeneration does nothing to get rid of this notification.Thanks for any wisdom shared.
Hi Guys, Currently the area circled is only showing 1 line of information. I want to make this show 2 or 3 lines of information. I know I can drag it up to where I want it in each session, but is it possible to sett its height every time I start Creo? Thanks,Jay
Good morning I'm reaching out because my client recently bought a new computer and needs to transfer his current lifetime license to the new laptop. however the license management page no longer available since the company who used to administrate license in South Korea is no longer in business. Is there a way that I can access the account and do the transfer??
I'm asking for a work around, because Toolkit will not work proper in the following scenario (my guess). You have ONE Drawing with 2 Models BOX.PRT is active at sheet 1 and CYL.PRT is active at sheet 2 You get the scale with: ProDrawingScaleGet(drawing,solid,sheet,*scale) If sheet 1 is active, the function ProDrawingCurrentsolidGet() will return BOX.PRT, and now I have the Drawing, the Solid and the Sheet to get the scale, so far - so good. But if I activate sheet 2 via Toolkit, ProDrawingCurrentsolidGet() will return BOX.PRT again which is not correct. There is no function to Update the Model Tree. The Drawing tree can be updated but the Model Tree will not reflect the change if I switch to Sheet 2 and display the Model Tree of the CYL.PRT. Do I miss something here, or is there a trick. I tried ProDwgSheetRegenerate, Refresh Wind, Solid Model Tree, Regen and so on. But the call to ProDrawingCurrentsolidGet() will always return th
I wanted to know if it's possible to get the dll handle of another application from a toolkit application if both the applications are registered using registry file Prodev.dat. Scenario: Suppose I am loading two add-in/plug-in DLLs at a time through prodev.dat file.Internally, i want to get the handle of each DLL, to communicate internally.Is there a way, i can get the DLL handle of each plug-in.Steps tried: Suppose, I am loading A.dll and B.dll through prodev.dat.When both gets loaded, I called toolkit API ProToolkitDllLoad() and passed B.dll path to get the B's handle.But, the API fails.If I try to call, ProToolkitDllHandleGet() , I don't have the first argument i.e. ProName application_idQuery from PTC team: Is there a way, i can get the Handle of B's DLL?
I am using Creo Parametric Release 6.0 and Datecode6.0.6.0装配图工程图明细表中的挠性零件对应的行单元格手工填写文本并重生成后,内容消失并会跑到下一行的挠性零件行单元格上Here are the errors that I faced装配图工程图明细表中的挠性零件对应的行单元格手工填写文本并重生成后,内容消失并会跑到下一行的挠性零件行单元格上
In the Creo Part File, I have a Part as a body, <A> In that I have created 2 appearances (1. Black[Which is default], 2. Green[New one])<B> In Combined State, has 1. Default All (referencing Black Appearance), 2. Paint (Referencing Green Appearance)<C> I can switch between them in the part, and it does what I need it for In the Creo .DWG File, I reference the same Part as above, <A> Sheet 1 references some views that have the Combined state Default with Black Appearance <B> Now I have a new sheet(Sheet 2) that has some views for the (At least that is the intent) Combined State of the Paint with Gren Appearance<C> Keep a note that all the Vies are shading with Edges But the Problem is that I never show black and green on sheets 1 and 2, respectively; it always goes to the default appearance that the part has, so if I change the part's appearance/ combined state, that drawing force changes for all sheets Do you have a
Im just trying to renew the license
Hello CREO Users,I am working on a milling operation for an internal profile (similar to a valve seat geometry) in Creo Manufacturing. My objective is to machine the internal contour using tool radius compensation (CUTCOM) and to ensure smooth ramp transitions between Z-level passes or using helical folling the profile to avoid marks on the final surface.I have tried the following approaches:The Cut Line strategy allows helical movements and smooth transitions between passes, but it does not support tool radius compensation (CUTCOM). This is a requirement for my process.The Profile Milling strategy does support CUTCOM, but it does not offer ramp or spiral entry between Z-level cuts. As a result, the tool plunges vertically at each level, which causes unwanted marks and steps in the internal diameter of the part.I've tried to explore all the SCAN_TYPE parameters. LEAD_IN and LEAD_OUT approach but nothing works well.I need a solution that allows:Internal profile millingTool radius compen
Good morningI'm reaching out because my client recently bought a new computer and needs to transfer his current lifetime license to the new laptop.however the license management page no longer available since the company who used to administrate license in South Korea is no longer in business.Is there a way that I can access the license management page??
I created an assembly representing a commercial ball joint, called SKF_GE-4-C. This assembly is composed by a housing mounted by default and a sphere mounted with a "ball" connection type. If I drag components, everything is working fine at this level.Then I used this file as a component for another assembly called SUB, mounted as rigid. If I drag components, everything is working as expected at this level as well.However, when I insert SUB in another assembly called MAIN and try to constrain the hole of the ball with a fixed shaft, everything locks in place. I am not able to move the beam with drag components as I intend to do.Is it possible to get it to move preserving the same (or a similar) structure of assembly? What do you suggest? Using Creo 9.0.9.0. Files in attachment for reference.
Hi Everyone, I have added one column in the model tree that I need to get into the Parameter. Is it possible? Regards, Aj
Hello, I am adjusting the size of the dimension arrows in the detail options to make them smaller since we have many drawings where they are packed full of dimensions. I found the options to adjust the arrowhead height and length, but I can't find one to shorten the length of the tail. (see attached picture). Any help would be greatly appreciated.
I have a case involving a beam structure suspended on ropes.After analysis, I expect to see how the structure is balanced (center of gravity neutral) and deformed.But I don't know how to define the rope correctly.Could someone please help me? Thank you in advance!
I am using Creo Parametric - Release 5.0 (connected) Release 5.0 and Datecode5.0.6.0API ProDimensionCreate is not supported(unable to create dimension) for attachment of type PRO_SILH_EDGE in toolkit API, Also How to select PRO_SILH_EDGE in creo Ui using ProSelect API?? As there is no string available to select PRO_SILH_EDGE.
Hi, Is it possible to set the model accuracy of all components in an assembly to "Absolute" at once?I tried creating a mapkey, but it requires opening each part one by one, which is a tedious task. Any tips would be appreciated.
Is it worth to switch to Onshape from Creo.Part, Assembly, Drawing and in terms of all solutions.Please share the beneficial, if possible Thanks!
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.