Recently active
I am using Creo Parametric Release 9.0 and Datecode9.0.4.0Hello, I am having issues creating a bundle of wires. I have created the spools, designated the connectors, and successfully connected the connectors using wires, and I am able to create a bundle around a single wire. However, when I attempt to add wires to the bundle, I get an error message stating that it cannot be added to the bundle. I have reviewed all of the provided documentation on bundles, and the potential cause of this issue is not outlined. Can someone please help me identify any steps that I am missing in this process?Here are the errors that I facedCable can not be added to bundle.
I am using Creo Parametric Release 9.0 and Datecode9.0.3.0I am trying to unpattern a patterned group and make all the features independent of each other but I can only find "make independent under the model, operations, ATB menu which doesn't seem to work. Can you please help.I have had a look at the rules for patterning groups in the fo;;owing website but it doesn't seem to help much.https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/part_modeling/part_modeling/Rules_for_Patterning_Groups.htmlAlso had a look at CS131620 - see website below but it doesn't seem to apply to release 9.0https://www.ptc.com/en/support/article/cs131620?language=en&posno=1&q=unpattern%20and%20make%20indep&source=search&_gl=1*lb9m8o*_ga*MTk4NjQyMTY4OC4xNjkxNjk2NDI5*_ga_CBN5QVB9VJ*MTY5NzQ0Mjk0MS4xNC4xLjE2OTc0NDI5NTkuMC4wLjA.*_ga_1QBT6P6HR1*MTY5NzQ0Mjc4NC4zMi4xLjE2OTc0NDI5NTkuNDIuMC4w
Let's say I brought a model into a manufacturing assembly. And, since I wasn't paying proper attention, it was just brought in as a "regular" assembled part. Now, realizing the error of my ways, I want to reclassify that part not as just a dumb component, but as a reference model. This would seem to be simple enough, There's an actual "Classify" button. But, every time I've ever tried that button, the message is always "This component cannot be reclassified". So, a simple question, what use is the Classify functionality? It never does anything for me. Is there some esoteric situation where it is actually useful? I can't just redo assembly of the model, because I've got a lot of toolpaths that already use it.
Check out this video on Creo Composites from PTC Application EngineersPresenters: Lee Goodwin (Technical Specialist, Principal) and Ryan Butcher (Technical Specialist, Fellow)Original Date Presented: August 17,, 2023
Hi,is possible launch creo parametric at a specific location on the screen?I use windows_scale 0.5 and the window moves to the top left.I would like to open more at the top right, down left & down right. Thanks
Hi there, I use a Logitech Master MX Master 2S, and currently have no use or shortcut for the side scroll when using Creo Parametric (If anyone does have any please let me know!). Does anyone know how, or if it's even possible to add a shortcut that allows panning or rotation when the side scroll is activated? Thanks, Robbie
Hello,I am using Creo Parametric 4.0, I wanted to create a simple cable drawing. I started with creating a 3D routing of the cable set that consist 2 connectors connected with 2 cables. Once I flatten the cable set one of the cables is shorter due to it's routing. I'd like to ask if there is a possibility to connect it to the connector for a drawing purposes. Maybe there is a way to fix the length so the cables uld be equal.Thanks for all suggestions.
dear expert how can use tilting work plane g68.2 p0 in creo 5 axis? regards Asif
I'm using creo7 parametric and I'm trying to make the material in the title block be a drawing flag symbol using &sym(FLAG-MUTI-LEVEL). Normally when I type this in a text box, it will give me the symbol dialog to select the options I want such as what number I want in the flag and the size of the flag. When I put &sym(FLAG-MUTI-LEVEL) in the &MATERIAL parameter, it just shows it as text instead of the flag. I don't want to get rid of the &MATERIAL parameter, I want to have it equal to &sym(FLAG-MUTI-LEVEL). Thank you!
How can I populate table using dimensions from a pattern table? All Csys are in a pattern table. I am using Creo 7.0.5.0 __PRESENT __PRESENT __PRESENT
Our company is planning to upgrade out CAD software to CREO 9.0. However, the CAD support matrix for Ansys 2021 R2 does not go beyond CREO 7.0. Will these versions cooperate properly? (Upgrading Ansys is a long and difficult process because of internal requirements, avoiding at this time is beneficial if possible)
Hello,I use "set representative" function to a module variant in a "configurate module";And Creo created a "Representative Module Variant" representation in the "configurate module" file;But my configurate product is nothing changed, Is there any function can let onfigurate product use the "Representative Module Variant" representation automatically ?Thank you!
Hello, I requested a license several times via the 'CREO for Students' platform, because I am a UTT student, but I never received it. I followed the same process last year and everything worked really well, but since my license expired I haven't been able to get a new one.Can you help me ? Thank you.
Hello, I would like to ask you a question about using the creatolkit dialog box.You are using the dialog box by creating a dialog with ProUIDialogCreate and enabling it with ProUIDialogActivate.The feature I created was considered to open the dialog box periodically, so I don't want to use ProUIDialogDestroy and I want to close the dialog only with ProUIDialogExit.However, there is a problem that the dialog box does not close when using ProUIDalogExit.The code says PRO_TK_NO_ERROR is returned and error-free. Code progression is also running correctly out of ProUIDialogActivate, but the dialog does not close on the screen.If you know anything about this situation, I would appreciate your help.Below is a partial reference code attached.Thank you. // Functions to run when the Cancel button is pressed void OnCancelButtonClicked(char* dialog, char* component, ProAppData data) { ProError status = PRO_TK_NO_ERROR; if (list_nameset != NULL) ProArrayFree((ProArray*)&li
I have reginster a jlink task,but invoke in dll mode failure ProError status; ProName app_name=L"javaTask"; ProCharPath java_app_class = "com.creosync.Task" ; ProCharPath java_app_start = "start" ; ProCharPath java_app_stop = "stop" ; ProCharPath java_app_add_classpath = "D:\\neweclipse\\target\\production\\creo_sync;D:\\ptc_dev\\lib\\fastjson-1.2.83.jar;"; ProCharPath text_dir = "D:\\neweclipse\\creo_sync\\text"; ProBoolean user_display = PRO_B_TRUE; char* startup_exception[8]{}; ProJlinkAppHandle* P_jlinkHdl=NULL; status = ProJlinkApplicationStart(app_name, java_app_class, java_app_start, java_app_stop, java_app_add_classpath, text_dir, user_display, P_jlinkHdl, startup_exception); return status; always return -2 PRO_TK_BAD_INPUTS, but I can run well in jlink to do the task"com.creosync.Task", it run well,help me?
Hi all, I'm currently trying to create a mapkey for drawings that does a number of things, but I'm having trouble with just one part.I'm making a mapkey that, when activated, will first ask the user to select a view on the drawing, and when you resume, it will set that model to be used in the tree, and then edit the definition, go to the scale settings and set the scale to default for view (I have to do this particular set of actions for a lot of company drawings as many have been set up to use custom scales which is no longer desirable).The last part of the mapkey is to go to the bottom left corner of the screen, where it says "SCALE," and open the prompt and allow the user to type a scale in. This is the part where it goes wrong- I can't seem to get it to open the prompt right away so that all I have to do is just type a scale in, hit the green check, and then the mapkey is finished. I've tried different prompting options but none of them give the optimal effect, as I'd lik
I am using Creo 9.0 and have been using the Welding application to put solid fillet weld features into an assembly to show where welds are located. There are two assemblies and their associated drawings I have that are very similar. In one of the assemblies, the weld features are defined as solid and there is only one simplified representation (Master Rep). These weld features do not show up in the repeat region BOM on the drawing, which is perfect. On the other assembly, there is also only one representation (Master Rep), and the solid weld features DO show up on the repeat region BOM, which is not what I would like. Neither of the repeat regions have filters applied, and I am trying to figure out what the difference is so I can remove the weld features from the BOM table without having to use a filter every time. Is there a setting or option I am missing? How can I turn off the weld features in a BOM?
Hi, Is possible to disable or remove the dashed line that appears during assembly parts in creo parametric under edit definition ?I want to keep the surface selection view but without the dashed line that help to position a single part for example.I'm using Creo Parametric 8.0(see the attached below) thank's in advanceFabio
I am using Creo Parametric Release 5.0 and Datecode5.0.4.0After importing a sketch (DXF file) into a drawing, Creo performance (zoom, pan) drops drastically.
If I have a multi-bodied part I need to first create several part files then individually export each as an STL to save parts for printing. It would be nice if I could easily export without creating several extra parts that I don't otherwise need. It would also be good to do this from an assembly.
I am using Creo 9.0.5.0. When I replace models in a drawing, the drawing models menu manager is "hiding" behind the drawing instead of remaining on top of the drawing so I have to tab to it in order to be able to click on "Done/Return". Anyone else experiencing this? I moved it to the right, but after closing and reopening, it back to the same spot. vs Thanks, Dale
I'm brand new to Creo 8.0 after spending the last 15 years using Inventor. I typically use the pan feature much more frequently than orbit and I would like to swap the functionality so that clicking the MMB allows me to pan, and holding shift while clicking the MMB allows me to orbit. I did see someone had asked this question back in 2017 and there was no solution given, but I am wondering if anything has developed since then. Thanks!
Hi i'm AndreaI'm using Creo 7.0.2.0, i would like to export my drawing in an immagine in png format (without the background).I know it's possible to export in jpg and tiff format, but i haven't found the png format. Can someone help me, please?thankyoubest regards
Hi Please let me know how to strikout the note as shown in attached pic. currently we are writing the text and then drawing line above it. please let me know is it possible to directly strikeout the note in creo.
We have a scenario where i would like a certain folder on a network drive to have the instance index updated. Id prefer it be a behind the scenes action like at a command prompt or batch file. any thoughts? currently running Creo 8
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.