Recently active
Hello everyone, I would like to simulate the stress vs. load angle in Creo. Instead of creating individual load set for every 20 degree, I would like to see if there is a way to define the load with the parameter relation, and make Creo run the analysis for with a new load for every 20 degree. The load magnitude will stay the same, but the direction will change. Thank you so much!
Hi,New Creo user here and I have searched the forum already for this issue. Every time I open a model, Part or assembly, it displays the style as 'Shaded'I have to change it every time to 'Shaded with Edges'.Is there any setting or option to keep the model 'Shaded with Edges''? Regards,~Tushar
https://youtu.be/_s5RFgd59ao
I'm in the "Acquisisci Licenza"(Acquire License) phase of the installation of PTC MATHCAD. The issue is that while I'm getting the free 30 days of mathcad prime, the installation tool tests my eligibility to the program but stops telling me that "Servizio licenze occupato" (busy licensing service).I'm an MSc student of Aerospace Engineering so I should be eligible.Thank you.
Greetings, I have several sets of data for the tested strength of a material. The maximum number of data points in each data set is 5, so I really don't have a lot to work from. Also, I'm not as handy with statistics as I would like to be, so I'm throwing this to you guys. I need to take this data into a function and output a single value that represents the predicted safe lower limit of the data set for which 95% of all future tested samples will be higher. I'm basing this function on the Kolmogorov–Smirnov statistic and Student's T test. The intention is to determine the safest strength of material based on tested data, but not be too conservative. I wrote this to do what I intend, however I'm not 100% sure if what I'm doing is based on sound statistical thinking. Below is a screenshot of the function and attached is the worksheet. Please, play with it and inform me of your thoughts.
As per the original post. The more I tend to know how to use temperature units more complex it gets for me. Any Suggestions for below behavior
Creo 4.0 There are a couple checks that can be setup to point to another file to compare data. I've had success pointing to files on a share drive. Since we are connected to Windchill, I would prefer to point directly to our start parts/dtl files stored there. With the current setup we have to maintain multiple sets of files. I've tried pointing to our wtpub directory just like we do for config files and that didn't work. Anyone know if there is a particular syntax or way to point to Windchill for these comparison files? Settings I'd like to point to a wtpub directory. (Let me know if I'm missing any other good ones?) STD_DTL_SETUPTEMPLATE_LAYERSTEMPLATE_DTM_PLANESI did also run into a bit of a snag where the reapply standard doesn't seem to work for my test user account. Though I fear this is a permission issue for the share drive and not Modelcheck related. Though if anyone has experience here, would also be appreciated.
I am using Creo Parametric Release 4.0 and DatecodeM090When you change the parameters of the 3D model, normallyThe drawing parameters are also changed, but the changes are no longer reflected.As an example, I wrote "TEST" in PART_NANE in the 3D model,The "MODEL 50 ID INPUT" previously described in the 3D model parameters remains.The 3D reference has not changed, but once again the 3D parameterIs it possible to reflect the contents in the drawing?
Hi. I make a section in my part and i want show in drawing. But creo showing a cut line in section view. Is there an option to disable their display?
Hi, wondering if someone can help me out with this one please? Mathcad Prime 7 I have a vector [A], which could have any number of rows, each element can be either zero or one, and the origin element is always one. I have another vector [B], which has the same number of rows as [A], and contains data (forces). I would like to create another vector [C], where each element in [C] should equal the corresponding element in [B] if the corresponding element in [A] equals one. If an element in [A] equals zero then that value in [B] gets added to the last element in [C] that related to a one in [A]. That continues until another one appears in [A], and it starts again. Elements in [C] that correspond with zero elements in [A] should equal zero. For example:Thanks
Good evening everyone! I have already presented the photos of the attached worksheet (which I give to this community) in a previous post. However, there is a small problem: why does transformation 28), at the bottom of the worksheet, go wrong? I thank those who will answer and also those who will find something wrong in all the work that has requested "Stunde und Stunden der Arbeit"... I hope that, with the download of the worksheet, the bitmap images do not move from their original position, otherwise there will be a bit of chaos.
Hi All This is my first post for help so bear with me. I want to use Prime for what used to be fast and easy in Mathcad 15. I have a work round but it is so slow so asking the forum if there is a better faster way in Prime. Perhaps a future scriptable data file saving component? First what was possible in Mathcad 15 Mathcad 15 had a data file export component. This data file export component when you selected "Formatted Text" did four things 1) Text in double quotes ended up in text file with single quotes 2) Text in single quotes lost the quotes in the text file 3) Adjacent quotes "" to indicate no data did not appear in the text file. 4) Numbers stayed as numbers In this way a very large text file could be generated from a Mathcad matrix quickly Here is a simple example. Primes current file output functions cannot duplicate this Mathcad 15 data components behavior. Second how I got around the limitation. I created a function th
Hi, I have three materials. Each with their own sub typesMaterial - TypeA - A1, A2, A3, A4B - B1, B2, B3, B4C - C1, C2 My idea is to let the user to select the material and type. I was thinking on having a combo box to select a material and then a second combo box that would change depending on the material selected. I have been trying for quite a bit without luck. Maybe there is an alternative way of doing this? Any help is appreciated! Regards,
Can someone help me recover this corrupted file? I'm not sure what happened, I got done with it, saved it, and now it's throwing an error message and won't open.
Hello, I'm using parametric creo 2.0. I want to make a thread hole in my part. I need to make an M36 x 1 thread, but I can't standard creo because it's a m36 x 4 choice. is it possible to add a new thread hole to the drop-down list?
Hi, I'm on Creo Parametric 8.0.4.0 and I would like to know If it's possible to set by default "fullscreen". I already have "open_window_maximized yes" (config.pro) which make the default window like this :And "fullscreen" would be like this :Thanks.
All, I am looking to recreate a part in Creo from another CAD tool. I don't use sweeps too much. I would like 1 sketch to sweep around - end points connected respectively to 2 trajectories. The sketch is basically 2 radii with a wall thickness being swept around. It is a plastic part. What is the best tool for doing this? Swept Blend? Blend? Other? Thanks, WayneF
Hi All, I would like to run specific mapkeys via Weblink in Creo 9, but unfortunately nothing seems to work. Here is an example from my code: function WlModelRunMacro (){var MacroString= "~ Command `ProCmdModelNew`";mGlob = pfcCreate("MpfcCOMGlobal");var oSession = mGlob.GetProESession();oSession.RunMacro(MacroString);} I have enabled web_enable_javascript option in my config file. If you could run macros in Creo through weblink, could you please help me with a right syntax? Thank you for your help,Richard Lukacs
In our drawings, we have some revision tables hand filled on each sheet . When a new version is made, we need to update each table on each sheet, whom is time consuming.I would like to set up parameters and used them into a table so that every modification on a sheet would be passed on others. We’ve got 7 parameters by revision, and need at least 5 or 6 revisions, so lots of parameters to set up. Is there a way to define these parameters directly into the frm format (from the parameters windows) ? Trying this, parameters are not recovered when a new drawing using this format is made.I wouldn’t like to insert these parameters into prt or asm files not to overload existing parameters (one solution could be to use a user defined parameter filter),I thought to use a family table and a repeat region (one instance per revision), but this could also be problematic for parts and assembly whom already have a family table,We don’t use Windchill nor any PDM. Do some of you have any bril
I am using Creo Simulate Release 7.0 and Datecode7.0.4.0In a modal analysis, is it possible to connect 2 cylindrical shaped bodies but allow rotation around the cylindrical axis. This would be for an unconstrained analysis with rigid mode search.
I am using Creo Parametric Release 4.0 and DatecodeM120Hi,We are working on a Creo Toolkit application to traverse structure of a Creo Assembly that contains ~650 objects at different levels in which there are Family table instances associated with ~200 Family tables using Creo 4 or later versions. The total number of instances in these Family tables is about ~5600. We are using the Creo/Toolkit (Pro/Toolkit) APIs to traverse through the structure to retrieve the details of all objects available in the structure including all instances of all Family tables associated with this assembly structure. Do you have any benchmark timing for traversing this kind of a Creo assembly using Creo/Toolkit (Pro/Toolkit) APIs to retrieve information about ~6000 objects? If so, could you please share the information of the appropriate APIs to be used for traversing the Creo assembly structure and also to retrieve the details of all instances in all Family tables? Also, we would like to have a sample pro
Primate oops Prime 8.
Hi experts, Can Mathcad solve the below equation? because I would like to get the result like the below table, but I don't have any idea how to solve equation 19. for example, when the coordinates are (0.48, 0.15), the result should be 0.653629. but I think my equation has an issue in there, so the result is wrong. Could you please give me some ideas?
In 2016 I bought a perpetual license for Mathcad Prime 3.1 through my schools discount program. When trying to activate the product code now i get errors saying that the program ID has already expired. Both through the software itself and the web portal described here:https://community.ptc.com/t5/Mathcad-Tips/Transferring-Mathcad-Single-User-or-Student-license-from-an/ta-p/819143#M1600 Being a perpetual license it shouldnt expire, any help to get this activated on my PC would be appreciated
You are a dummy, Where is Mathcad on your computer
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.