Recently active
I have tried multiple times to download the current version of MathCAD Express, but the system has never sent the promised "installation" EMail. I have requested help from sales, but no response. I've been using MathCAD since version2 in the 1980s, but lost access to the "home use" license when I retired a few years ago. I just need MathCAD now for hobby use, with no commercial or professional usage at all. The computer that the home use version was installed on is no longer functional, so I need a copy for the new computer. Most of my hobby stuff is in MathCAD15, some is in Prime 5-8. I am in your system as PJR51@live.com, formerly Paul.Rebstock@NRC.gov. The live.com account is still active, the NRC.gov account was closed when I retired. My cell phone is 240-393-3704.How can I get the current version? Can I install it on both my laptop and my Microsoft Surface?
I have done a Google search as well as reviewing PTC's documentation online but haven't discovered exactly how to do that which likely isn't that difficult.I want to have my "Start In" location to be easily accessible and my config.pro burrowed in deeper but in a location that would not change after new Creo installs. Below shows where I would like the respective directory locations to be:Start In: C:/CurrentWorkConfig.pro: C:/CurrentWork/Creo/Settings There is one PTC help file that seems to suggest how this might be done, but I don't know where the suggested line would get applied.Alternate Path—You can set the environment variable PTC_CREO_ALT_SETTINGS_PATH to point to an alternative path where you store your configuration files. This path could be set to any mapped network drive or a shared OneDrive folder.The following files are read automatically from the directory that PTC_CREO_ALT_SETTINGS_PATH points to:◦config.pro◦config.sup◦creo_parametric_admin
I am looking for a way to search in a drawing for a table with the first cell has the content "Rev." and if this table is found, a new table should be added.Below script finds the table, but it seems my command table.InsertRow() seems to be failing.Can somebody help me?(The table has 4 columns, if this has any influence.) function addRowToRevTables(drawing) { try { // Get all tables in the drawing var tables = drawing.ListTables(); for (var i = 0; i < tables.Count; i++) { var table = tables.Item(i); try { // Get text from cell(1,1) var cell = pfcCreate("pfcTableCell").Create(1, 1); var mode = pfcCreate("pfcParamMode").DWGTABLE_NORM
I was trying my first Simulation in Creo Ansys Simulation, facing an issue during creation of mesh. I checked with multiple YouTube video but still I could get the solution."Material Some bodies or simulation objects in your modeldo not have a valid material type/elasticity model assigned."Please help me to resolve. I am using Creo 10.0.7.0
Guten Tag, Ich versuche gerade mithilfe des Generativen Designs ein Bauteil zu optimieren.Leider erzeugt Creo keine neue Geometrie. Es wird nur ein Bauteil erzeugt, das ausschließlich die beibehaltene Geometrie beinhaltet, zwischen diesen beiden Körpern wird keine Verbindung erstellt. Die Optimierung zeigt auch nur eine Zeit von 00:01.
Hi, I am working on IFX custom library creation for my company.I have more than 1300 screws with 4-5 categories .I can not use dat files with category name and multiple parts from same category in the file. As i just dont have differentiation on Top category, i have different variations in sizes, lengths, then material, finish, drive types. I am now creating individual .dat file with info value placed in them showing part number, its size, length, material, finish, drive types.So, my top level category shows around 200 screws in one category dropdown,then each row shows, its name and other attributes. Is their any way we can add multiple options of dropdowns to select from, like length, or thread what we have. SO extra dropdowns for material, drive type.
I am using Creo Parametric Release 6.0 and Datecode6.0.4.01、二维绘图下草绘和注释里“绘制组”命令的API是否有开放(功能开发需要)2、或者能否提供和设置组达到同等效果(绑定的对象可以一同操作)的且提供了API可用于开发的方法。
Hey I have a code to check if there is a family table in the part. This will in Creo 5 return the name of the instance if it ends with "flat" or "flat1"But in Creo 11 I get a fatal error.I thing it is because I don't have a Family table in the part.How can I check of the part have a Family table? FamilyMember familyMember = (Solid) model;FamilyTableRows familyTableRows = familyMember.ListRows();// Find if a flat version existtubefor (int i = 0; i < familyTableRows.getarraysize(); i++) {FamilyTableRow familyTableRow = familyTableRows.get(i);if (familyTableRow.GetInstanceName().contains("FLAT1")) flat_name = familyTableRow.GetInstanceName();else if (familyTableRow.GetInstanceName().contains("FLAT")) flat_name = familyTableRow.GetInstanceName();if (!"".equals(flat_name)) break;}
Hello all, A question about drawings. Why hole axis are always orientend horizontal/vertical independently the way we created the holes ? On the capture below as you can see hole axis are always horizontal/vertical. I would like to have axis orientend like the view on the right but on the left view. Is it possible ? Thanks
I have imported a DXF file in CREO and thus created an extrude out of this DXF file, using the PROJECT function.To distinguish this from a regular CREO extrude, I will call this non-native CREO extrude a DXF-import extrude (for lack of a better name).If it already has a name I will stand corrected. Anyway, this DXF-import extrude is impossible to work with.I am trying to make it accept a different color than the background, but it does not work with regular means -- this DXF-import extrude seems to be a surface that CREO cannot handle like any other extrude generated directly in CREO without an external import. Is there a way to make this DXF-import extrude behave?Maybe create another native CREO generated surface, identical with the DXF-import one and transparently on top of said DXF-import extrude, that would be more amenable to work with?I have attached the PNG file (source for DXF), the DXF file, the part file with the DXF-import extrude and two
HI, First time user of the GD&T advisor, trying to add a position tolerance to one half of a hole pair (for a shaft) and a second position tolerance to the second hole of the pair, A simplified version of my part is shown in the attached image. Currently running Creo 11.0.2.0 Hole was modelled as a single hole for both pairs. With the model setup like this I am unable to select either the right or left hole to assign a tolerance. Am I missing something here or is the only way to get this working by modelling this as 2 separate holes? Thanks
Whilst writing a string replace function for Mathcad Express, I found what seems to be a problem with the string function search. I wanted to check a string for the existence of the Unicode characters for 11 (↊) and 12 (↋) in the duodecimal system ... and it found them everywhere even when they weren't there at all. Has this been noticed before? Have I made some kind of error or unwitting assumption? Cheers, Stuart (The simple recursive algorithm shown above is O(n) and only good for strings shorter than about 4000 characters (ie, under Mathcad's recursion depth limit. A slightly more complicated algorithm would use a binary-division algorithm to reduce the recursion stack to O(log n), which will handle much longer strings)
If there is a way to display the values of variables inside a block in mathcad 15?
This file is in MathCAD 9, but I'm experiencing the same issue in MathCAD 10. I believe MathCAD is misrepresenting the units. See attached. "Hmp" and "TH" have the wrong values when comparing with example 11.2 at the bottom. I rewrote them as H and T next to them. I substituted "m" and "Ump" for the actual values of 100000 and 1035 and the answers came out correct. So, something is wrong with how "m" and "Ump" are represented.
Hi,Can anybody solve equation ? Solution is x =1, but Mathcad doesn't see this solution ...
I'm trying to pass on a variable as a string to another mathcad Prime sheet. VAY is a number defined above in calculations within the sheet. I don't want the evaluated value but the variable itself. There should be a function to do just that. See screen shot.
I am working with Creo 8. I would like to implement a dialog with tree view in it. The tree has 3 columns. I have spent few of hours trying to understand API to create and populate tree. But not able to figure how to do it. With C++ I wasn't even able to add node to tree. With C I could add node but not able to figure how to add column. If anyone has tried this already I would appreciate the help in from of sample code. FWIW - For C I have following working code to add node - auto status = ProUITreeColumnCreate("dialog_material_assign_assembly", "MatAssignTree", nullptr, L"Test", 10, PROUITREECOL_LEFT); status = ProUITreeNodeInsert("dialog_material_assign_assembly",
I had to change to a new Computer because of updating to Windows 11. Content drive C: has been cloned. It is not possible to get the license again. Mathcad cannot be used. What can I do?
Whenever I stop working on creo for a period of time or the network pauses creo becomes unresponsive and shows as not responding - this happens quite often and the only way to fix it is to end the process in task manager and restart Creo.Any ideas on how to fix this would be appreciated.
We have just installed Creo 11 in our office and have now found the it is stripping the Mapkey from the Config.pro files and placing them in the App data setting folder as a new Mapkey.pro. This is a big problem for us.... We have multiple start up shortcut that point to different folder that has different Config.pro & search.pro files depending on the task we are working on, and each Mapkey in the config.pro points to a different file location to set the working directory. I don't have a problem with the Mapkey being placed in a separate file, but I hope we have the option in the config file to point to a different location so we can mange the different options. Peter
Hello PTC community, Im contacting you regarding a reoccurring issue we've encountered with a license on a specific Host, Since 25.08.2025 we installed Mathcad License(Prime 6 which is compatible with MathCAD 15) Locked version on our host. The license activates the software and works as intended for couple of days, after that it's getting deactivated and has to be activated again (Activated 3 times already). We've followed the procedure as shown in PTC Knowledge Base and it has worked successfully on multiple other hosts. Only on this case we encountered this issue. Kindly advise how to proceed & let us know if more information is needed. Best regards
I have an old copy of Mathcad 15 and Prime3.0 installed on a Windows 10 computer which was purchased 2/8/2014 . I need Windows 11 licenses for both as I purchased a new computer.
Hi, I want to understand what ways you have employed to distribute Creo Parametric config and setup files at an enterprise level to end users. We use SCCM to distribute / deploy base Creo Parametric application, but to distribute config and setup files, we use windows batch script that gets invoked once a day at end users' machines. The setup files are kept at few regional servers (as repositories) and the batch script copies (robocopy, syncdirs) these files into the end user's device. We have not opted for packaging Config and setup files through SCCM as these files are changed or new files are introduced frequently. And the need is to get them distributed as immediately as possible. Our requirements: Config and Setup files are maintained at one network location (mother repository).These files should be replicated to Regional specific repositories.The files then should be pushed from each Regional Repositories to end users located in respectiv
I am using Mathcad Prime Release 10.0 and Datecode10.0.0.0My company uses Python scripts to extract Mathcad Prime data to Excel spreadsheets. The Python code uses the MathcadPy library to extract data to the spreadsheets, but I am continually getting errors when running the code. I have also seen the error popup when running Mathcad Prime normally.We create a folder structure of Mathcad Prime files, using relative links to point to the folder/file at the next level up. We have a number of Mathcad sheets in the same folder and they all point to Mathcad files at the directory above , to make a make-shift library of electrical parts/parameters for our application.I will randomly see the error pop-up when accessing these files. It is also random, and there is no predictability to the error popping up.Here are the errors that I faced"An unhandled exception occured. See .log file"Exception data:System.Exception: Lisp applying: CallNodeCallback {global} to Engine.NodeCallback, 1419, NODE_READ
Hi, I've recently generated some geometry in Creo Parametric 11.0.0.0 on Windows 11, but I can't export it to a different file type for use in a different program. I've tried STEP and Parasolid filetypes, but both export as empty files. What is happening?Here's a photo of the file sizes, something is clearly wrong. Any help is appreciated! I attached the file to this post.
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.