Recently active
Currently I have a contact model that consists of two separate bodies. One body is fully fixed and assigned a linear elastic material with steel properties. The second body rests on top of the first and has a fully defined elasto-plastic material. This was defined using developed test data. My problem comes when I am trying to enable "Plasticity" in the static analysis. The option is completely greyed out and unavailable. The material is both assigned to the model and to the correct body. Has this issue been reported previously or is there something I am missing? I have tried a variety of solutions such as assigning all bodies the same elasto-plastic material, suppressing features that could cause issues (grounded springs/Links). Neither solution yielded any results. Even when using the elasto-plastic material definition I receive the same error seen below. Note: EP is shorthand for elasto-plastic for my naming convention and the material it is referencing does have an EP ma
I am using Mathcad Prime Release 9.0 and Datecode9.0.0.0I have been using Prime 9 for several months. Yesterday, when starting, Mathcad crashed the whole computer. After reboot, when starting mathcad, I see the small message saying mathcad is starting. Then nothing. Mathcad stops and no mathcad is seen on program manager (windows 10). I uninstalled Mathcad, then reinstalled but I still have the same issue.Here are the errors that I facedNo message
Is there a way to update the description text in the Sequence feature? Such as font size, color, etc.
I am using Creo Parametric Release 6.0 and Datecode6.0.3.0Creo language in Italian languageThe italian language has been installed, I've tried with ENV=PRO_LANG=Italian both in the parametric.psf and Set in the system variabile but none of that id workingThank you
Elementary schoole children can solve this puzzle. If you need you can use Mathcad Prime.
Dear friends, How to create new csys at "Top_assy.asm" , which same location and orientation of "A" csys, but it should be reference with "Main" csys, not "A" csys. PS: "A" csys & "Main" csys, reference handle already with me Thanks.
Hello, I want to generate a square Image of 1000x1000 pixel from Creo Rendering. Currently the images generated are in Rectangular format (500x1000).Also is there a way to change drawing window size width through config file ? Thanks in Advance…..
Hello, We have an application in Java to check, before saving a model in CREO, if a higher version of the model exists, preventing saving in case it exists. It works for the active model. But if the active model is an assembly, and if a component has been modified, when saving the assembly, it checks the assembly’s version, but doesn’t control the versions of the components. I would like to know how to control the components’ versions. This is what we use for the model: import com.ptc.pfc.pfcGlobal.pfcGlobal;import com.ptc.pfc.pfcModel.Model;import com.ptc.pfc.pfcSession.Session;Session curSession = pfcGlobal.GetProESession();Model model = curSession.GetCurrentModel(); Best regards,Amaia
Sombody had the same problem?When the PVZ is done, the straight cable segments not appear (curved cable segments appear),i tried to add this sentence into recipe: adapter/convCables=1; then, setting a master representation of the cable;then, giving a black color (in case of unwanted transparence);and creating a new layer adding the cable (created using "cabling" application) as show and later as isolate; in Creo all is ok...but, when the pvz is created only the straight cable sections are missing.Do you know why this could be happening? Regards (I using CREO 😎
Would anyone have any recommendations on how to improve the code below? I use this function to solve Mathcad sheets from an Excel worksheet (using VBA code). The main hurdle here is to have the script wait until the Mathcad sheet is done calculating before moving on to other tasks. So far, this script seems to work fairly reliably, but it wouldn't surprise me if there's something better out there. Using Mathcad Prime 9.0 Sub SolveMathCadSheet(mathCadSheet As Ptc_MathcadPrime_Automation.Worksheet) Dim n As Integer mathCadSheet.ResumeCalculation mathCadSheet.Modified = False mathCadSheet.Synchronize n = 0 Do While mathCadSheet.Modified = False Application.Wait (Now + TimeValue("0:00:01")) n = n + 1 If n > 20 Then Exit Sub Loop End Sub
I am using Mathcad Prime Release 9.0 and Datecode9.0.0.0Mathcad won't print to PDF. This is a new issue. It was able to print a month ago. Failed 3 times in a row today.Here are the errors that I facedNo error messages. Just timed out.
A friendly hello,In the attached calculation it is easy to see from the angle sums (they must be 180°) that coarser starting values produce less precise results. Are there settings in MC14 that achieve good calculation results even with coarser starting values? Currently, the iteration can only be made successful in the sense of a fixed point equation with almost exact starting values.
I'm not able to assign the output of the solver to a variable. I can do it with other examples, but it doesn't work with this expression. What am I doing wrong?
Hi. I tried to put in Mathcad Prime the equations for the attached pdf file, but I got some error with the last line, where the FIND function is included. Where is my mistake?
Hi,Why is not possible to plot like below?
Im trying to round the inner bottom edges of this tank. It has this small pipe leading out. When I apply round to it. It opens on either side of my pipe. How do I not have this? It doesnt show the holes in the preview but when I click accept it does. Im on creo 10.
I’m encountering a challenge where I need to filter out all assemblies with the exception of certain ones.Typically, I use the command "&asm.mbr.type != ASSEMBLY" to filter out assemblies, but now I need to modify this to exclude specific assemblies such as F902355, a5879, etc.Using Creo 8.
hello,i have a question: i have one big assembly assembled two times in another assembly. if i choose a MasterRep for one of the file in the first assembly there is no problem but if i add the second one in a group and do the same thing then the occupied memory goes up as if it were loading the whole assembly.have you had the same behaviour?thanks
By Chris RussellThis worksheet will:Calculate the bearing capacity factors and the maximum load of a pier Apply to Mechanical Engineering Perform using shear strength, vertical stress, density, bearing capacity, Merrit Handbook, maximum load, etc. This worksheet using PTC Mathcad shows you how to calculate the bearing capacity factor for a specific pier, and then uses this calculation to find the maximum load of the pier. To begin, the worksheet defines all of the properties for the footings of the pier, the un-drained shear strength, the effective vertical stress, and the density of the soil the pier is on, with reference to the Merrit Handbook. Next, the constants to solve for the bearing capacity factors are defined and then the calculation itself is solved. Once the solution is found, it is used to calculate the maximum load of the pier. All calculations, formulas, data, and solutions are provided for you in this worksheet to aid you in your own calculations.Downl
I am using Creo Parametric Release 6.0 and Datecode6.0.4.0How to Export Creo part to Step files silently using command prompt window
Hi everyone, can anyone help me with SmartAssembly.I want to create a direction pattern of a component. Here's the code I wrote but it doesn't workand here is the error: thank you in advance
Hello! Is it strongly adviced to NOT make a drawing in Creo 9 of an assembly made in Catia v5? I'm making an component for a client. The component consists of two sheet metal plates that are cut and welded together and then applied a gasket. An assembly in Catia contains solids and surfaces that represent the plates and welding paths. I modeled the components in Catia v5 r28 and the customer uses Creo 9. Then I made a preliminary test of the question above by1. Export a stepfile of the assembly,2. Open step with creo and save the assembly and parts as creo asm and parts. 3. Open creo assembly and designate a top view and front view in the assembly. Create simplified representations of the assembly (cutting process of each plate, welding process, gasketing process) 4. Create a drawing and made a sheet for welding and a sheet for cutting of one plate with their respective simp representations. 5. Dimension the views. I put an outer dim
Hi,What does rows and cols? See below the example at which I am referring: And beside the fact that:
Dear all, I am running into the strangest problem: for some reason in Creo 8.0.5.0, when I double-click a dimension in the Sketcher, I cannot edit it any more. The text input appears but disappears instantly again. Only when I am very, very fast in entering a new number, I can edit the dimension. There is no apparent reason why this happens, it started all of a sudden. Running in win32_gdi-mode, and re-installing Creo did not help. Has this been seen before?
When I open mathcad prime on my computer with Windows 11. The app shows up on the bottom dock but it does not open a new window. What can I do to fix this? I need to access it ASAP for a big project. It was working fine yesterday. Nothing changed except I am now physically out of the country. It doesn't even give me an "invalid lisence". Just a black screen.I have tried:1. force-quitting the app (with a right click on the bottom dock).2. Force-quitting from task manager. (It always appears to stop at 170, 175 MB of usage. Nothing else is running on the computer)3. Rebooting my computernone of them work so far. I'm out of options.Thank you,Kevin
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.