Take the Windchill Satisfaction Survey!
Recently active
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,I am new to Mathcad and face some problems. I have attached a file in which I am trying to plot the displacement using the Piecewise Linear Interpolation method of structural dynamics. I have defined all variables and put them in the loop, but when I try to plot displacement (u) versus time (t1), I get an error "this value must be a vector".I would really appreciate it if you could help me resolve this issue.
Hi everyone.So I'm new to Mathcad and I wanted to create circle from form (x-1)^2+(y-3)^2=10, but everything that I can find about plots is way too advanced for me. Any simple way to do circle from form like this above?
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
Hi, Could someone explain why I can't vectorize method 2 in the attached work sheet? It returns error message "this value must be a vector". The output of both functions being multiplied seem to be vectors, so I don't understand why I can't use the vectorize function to do an element per element multiplication. Thank you,
When adding a new sheet to a schematic I am prompted to select a template from the Design Templates section of the Catalog Explorer. I am currently trying to see if there is a way to load my .RSDT template that I use when I initially create a schematic into this part of the catalog, since having to edit my main design template and the template for additional sheets is cumbersome. As of right now it seems like you have to manually create and edit new sheet templates in the Creo Schematics catalog, similar to editing artifact's, and there is no option to import or load a template from an existing .RSDT file. I have looked through my central catalog in file explorer and it does not look like there is a file or folder designated for design templates. Prompt to select a template when adding a new sheet to an existing schematic: Prompt to select a template when creating a new schematic: Is there a way to load new templates into the design template section of the catalog? Or do
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.
how can i transfer my mathcad license from one laptop to another
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
I am using Creo Parametric Release 5.0 and Datecode5.0.6.0 Good morning,I need to know how to export and import parameters in CREO 5 Thank you. Here are the errors that I facedno sign of error Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- Buongiorno,Ho bisogno di sapere come esportare e importare i parametri in CREO 5Grazie.Here are the errors that I facednessun segno di errore
I"m not well versed in IT details but if I can install MathCad on my teaching laptop somehow I would use it a lot more and teach with it since it can benefit my students. Currently we have Prime 6.0.0 on computers in a lab but that isn't convenient for me to get to. If I can understand some basic details about how or what to do or bullet points to discuss with my college IT department, it would be a blessing. I have a 2022 Apple M2 Pro with Sonoma 14 os.
Hello, I am need of assistance with licensing for MathCAD 3.0 prime. We currently have Mathcad 3.0 installed on one computer and would like to install it on another computer. However, I am not sure if our current license allows for multiple installations with only one user/computer at a time since we only have one license of Mathcad 3.0. So I need help verifying if our license is a flexible installation license where would could use it on different computers but one user/computer at time? If not, what are my options for obtaining another license for Mathcad 3.0? (PS. I could not create a support ticket since I do not have a product code for Mathcad 3.0 prime. I looked through all of our licensing emails back in 2014, but could not find an actual "Product code")
I have an assembly that I've created a section view of, and I'd like to export a file (preferably something like a CSV) that contains a list of the XYZ coordinates of the section. Ideally, I'm trying to just get the coordinates of the section plane's intersection with the top surface of the model, as if I was tracing a laser measurement tool along a line over the top surface. How would I accomplish this? I'm using Creo 4.0.
What function does <PROPERTY name="USE_TRANSFORM"/> serve in the file mathcad.p.xml?How can I pass a transform file (MST) to the MSI when using the PIM installer (setup.exe -xml "%~dp0mathcad.p.xml")?Is this possible through the mathcad.p.xml? Is there a way to configure directly in the mathcad.p.xml file to prevent the creation of the program menu shortcut for "PTC Mathcad License Wizard" to C:\Program Files\PTC\Mathcad Prime 9.0.0.0\LicenseWizard.exe?Thank you.
Using Mathcad Prime 8.0.I am trying to define a variable in a matrix format, where variable has an index i= 1,2,..5.I am able to define all variables, but cannot use a single entry, let's say d5. What is the proper way of defining my variable in such case? I tried with both matrix and table, getting same, "underdefined" fail. I also would like one oth the variables to depend on the others, namely l3=h-l1-l2-l4-l5(these are partial lengths of the entire hight of construction). Can one define such variables in Mathcad Prime?
How to block loan for 2 days for Creo Parametric?My client wants to decrease the number of loan days instead of increasing it. Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- Como bloquear empréstimo por 2 dias para Creo Parametric?Meu cliente quer diminuir o número de dias de empréstimo em vez de aumentá-lo.
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.