Recently active
Is there a way to change the default so arrows automatically are forced inside.
I am using Creo Parametric 4.0 M140Dear All,is it possible to configure options to have automatically selected Superscript text when I choose Tolerance Symmetric in ribbon Dimension?Thanks
As the title says, i need to put an earth ground symbol engraving on a sheet metal piece, only problem ist, the symbol is unicode, and doesnt show up when i put a text engraving on the workpiece. only thing that shows is a square because the program doesnt know the symbol. any suggestions on how to solve this issue?
Hello everyone, I create leader note , for that I passed surface selection with view and pointed , but still It goes outside the view , please help me to resolve the issue. I shared the code for your reference. ProError ProTestDrawingNoteWithLeader(ProDrawing drawing,ProSolid solid, ProCharLine str, ProCharLine str1, ProView isoView, ProSurface surf, ProVector noteLocation){ProError status;ProDtlnotedata ndata;ProDtlnoteline line;ProDtlnoteline line1;ProLine wstr;ProLine wstr1;ProDtlnotetext text;ProDtlnotetext text1;double height = 6;ProDtlnote note;ProDtlattach attach, leader;ProBoolean isShown; ProStringToWstring(wstr, str);ProStringToWstring(wstr1, str1); status = ProDtlnotedataAlloc(drawing, &ndata);status = ProDtlnotetextAlloc(&text);status = ProDtlnotetextHeightSet(text, height);status = ProDtlnotetextWidthSet(text, 0.8);status = ProDtlnotetextSlantSet(text, 0.0);status = ProDtlnotetextThicknessSet(text, 0.0); status = ProDtlnotetextAlloc(&text1);status
Is there any software/tools to automate mechanism analysis runs and measures? If so, which ones and how?
Any ideas how to disable this please
Mapkey examples for all.Right now I am CREO 7.0.3.0 based so the mapkeys are based on that version. Most mapkeys are mapped to the same key 'F9'. So you will need to change the mapping.These are meant as examples to expand upon, edit, and combine to do tasks. I have tried to take these mapkeys down to the minimum/reasonable amount of code. https://github.com/Ballganda/ptc_creo_config_mapkeysSome of the mapkey code is commented so you can read what the code/script is doing. Here is an example with comments: https://github.com/Ballganda/ptc_creo_config_mapkeys/blob/main/creo7.0.3.0mapkeys/EditSketchThe comments can make the code look much longer than it really is. Later I plan to keep going with example configs for different types of setups but that is way out there. If you have an idea for a new mapkey check the idea list. If it is not on there suggest it.https://github.com/Ballganda/ptc_creo_config_mapkeys/blob/main/mapkeyidealistIf you have a mapke
Good morning,Refer to the above screenshots, where is the switch in CREO to turn off the ghost lines so that I can print and issue the drawing to production?Thanks.Best.JS
Dear community,I am trying to use a pfcCommand.DefaultUICommandBracketListener to catch a call of a user defined command (SESSION.UICreateCommand). This works fine as long as the user interactively clicks that command. But I need to launch the command in my code (by using the OnCommand method). But then the bracket listener is not working.Does anybody know if I have to trigger the command in a different way? Thank you and kind regardsMichael
How do I edit default display for ref dimensions to be within brackets () rather than text displaying REF
Hi guys, I have a DLL Application that is launched when Creo starts, when I go to auxiliary application menu, and I stop it, it stops. No problem until here. But when I try to start it now, it crashes Creo. I have no idea why, nothing in the trail and traceback. Can you help me figure it out please? Thank you
As per the original thread Does anyone know if it's possible to trim down NOTE mapkeys? I'm not seeing the same format as say, a table input, so the option to cut every thing down using input / table_input doesn't seem applicable. Thanks! Syntax for the NOTE that Creo recorded is below: mapkey(continued) ~ Activate `main_dlg_cur` `page_Annotate_control_btn` 1;\mapkey(continued) ~ Command `ProCmdDtlInsFreeNote` ;@PAUSE_FOR_SCREEN_PICK;\ mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 183 -13 4259905 1536 2965 1134 1920 1080 \mapkey(continued) 192499 `A`;\mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 183 -13 5439571 1536 2965 1134 1920 1080 \mapkey(continued) 192499 `S`;\mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 183 -13 5439571 1536 2965 1134 1920 1080 \mapkey(continued) 192499 `S`;\mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 183 -13 4522053 1536 2965 1134 1920 1080 \mapkey(continued) 192499 `E`;\mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9
Hello everyone,I am trying to write a JSON exporter using Creo object toolkit C++. I would like to know whether there is a way to get all the details (dimensions, coordinates, textures etc. ) related to a model (.asm or .prt)Regards,
As per this thread - same issueHi,I've the same issue and I tried this solution.It's very strange because with another normal use (on the same workstation) simulate works, with admin user Simulate works but with the firt normal user doesn't works. All other functions of Creo Parametric (6.0.6.0) work without issue.Is the only solution to format the PC?
If you look how to create simple flex hose so that it could be reused in multiple assemblies of different geometry – this is for you.Please note, that proposed technique will fit only for cases when flexible hose goes port – to – port and does not have intermediate points that need to snap to geometry i.e. most simple case. It actually can have internal routing points but only so that they are defined relative to connectors and do not have to snap outside.Solution uses existing Creo capabilities in flexible components and mechanism general connections (will work even in Wildfire), and its main purpose is to avoid standard flex hose assembly modification while stitched to yet another place. Below come pictures and explanations.General view of resulting assembly with flex hose :Flexibility definition inside flex pipe assembly (FLEX_PIPE_FOR_REUSE.ASM in attached example) : In order for assembly to be fully flexible and never modify the original one, add following features into Model Prop
I am using Creo Parametric - Release 5.0.6.0Message "Please confirm resetting Family Table values for given Instance to their previous values" while opening an assembly in Creo Parametric.Multple users working in the same project. After this message is shown to a user, the family table values are changed to be all the same, even if no one checked out the assembly whith the family table. I don't know the difference between clicking yes or no when this message shows.Here are the errors that I faced"Please confirm resetting Family Table values for given Instance to their previous values"
I am using Creo Parametric 3.0 M080Creo 3 M080 is getting crashed with an error popup "Fatal error encountered .A traceback has been written to" while editing some drawing files.Datecode is M080 (Selected M100 from drop down since M080 was not available).Here are the errors that I facedCreo 3 M080 is getting crashed with an error popup "Fatal error encountered. A traceback has been written to".
HI, I'm doing a drawing, and I want to show an assembly with a set of parts in the "closed" and "open" positions. These parts are a dedicated assembly, and are assembled with the slider constraint. (So I can happliy show others how this 'tray' moves in & out) How do I show a view, with it in place, and another view with it extended using the limits of the slider constraint? I'm assuming a simple rep, but how do I pick / set the slider constraint in the simple rep?
I am using Creo Parametric 7.0 7.0.5.0Are creo 7 and Creo view 7.0 supported on Mac OS ? .. Is windchill supported on safari browser?
I am using Creo Parametric 6.0 6.0.6.0When launching the module EZ Tolerance Analysis, it results in a fatal error.Here are the errors that I facedFatal error encountered. A traceback has been written to C:\PTC\start_creo\traceback.logPlease send it to Technical Support.
I am using Creo Parametric - Release 7.0 (connected) 7.0 7.0.3.0When detailing drawings, we start with a format that is auto numbering sheets as we add/subtract them. The problem is we would like the count to start of sheet 2 (as being sheet 1 of _) but it automatically still pulls the first sheet even if thats not where i want it to start, We use sheet one as a quote drawing and sheets 2 thru _ as our detail prints, which are the only ones we release to the shop for manufacturing. Is there any way to have it skip sheet one in the format?Here are the errors that I facedNo messages or warnings
Hi All,Is there any way to split one solid part into different pieces with known references?If there is no inbuilt functionality, any workaround will be helpful.Thanks,Srikanth
Hi guys, Another #$%^& with Creo: GTOL placements. I have a dwg, and I had a GTOL attached to a surface with an arrow (someone else did this, so I don't know exactly what was done.) I’ve since made a change to the part (Revised a radius), and surprise! Creo has lost its reference to what it was attached to*. So, now I have a GTOL floating around on a dwg, and I cannot for the life of me, figure out how to bring the arrow back / reattach it... This shouldn’t be a time consuming, convoluted thing to do.. (but, sigh, this is Creo..) I can get eh GTOL refence dialog up, but it' says everything is complete. Yet eth GTOL box is just floating around. No leader / arrow.. and when I try to "reattachment" it comes up with a warning that doing so will break any association with the original placement.. Doubly frustrating is how you can't 'escape' out of a command. in this case, I've been trying different things to get it to 'reattach', bu
Hello everyone. I will appreciate if the following topics will be answered: - How do I define the number of cells across the gap in Creo Simulate? i.e how do I manage necessary number of cells through the thickness of the modell? - Do we have an example or manual explaining meshing in Creo Simulate? - Is it possible to perform submodelling in Creo Simulate? - How good Creo Simulate is compared to Ansys Mechanical Workbench? Thanks in andvance. Best, Sergey
As the weld module is terrible programmed by PTC (it is slightly improved in Creo 4.0) we have several problems with this module. As it seems that PTC has no priority in improving this module I am interested in if there actually are companies using it. Maybe we can share some findings and give feedback together to PTC hoping it makes more impact.
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.