Recently active
I want to use the Watermark Editor to display the object number, name, revision and status, but I don't know how to set it up.----------------------------------Translated the Subject from Japanese to English using google translate Subject - Watermark Editorで属性を表示したい-By Community Moderation Team.----------------------------------
I have switched Operating System from Windows to Linux. I need Mathcad for school work, so I Virtualized a Windows Machine on my Laptop. I now wanted to install Mathcad on this new Virtualized Windows machine, but when trying to activate the licence, I get an error message that I have too many licence requests for this licence. I guess because I already activated the new licence on the old machine, it now is fixed to that one? I tried activating it via the sw_licence_email_######.dat file I got send on my account email weeks ago when activating on the old machine, but this also didn't work. The error message here is: The licence request failed. Requesting MathcadPrime ... C:\Users\user\Downloads\sw_license_email_######.dat: (-9) Invalid HostHelp or info would be appreciated.Thank you for support
Hi, It is easy using the csort(M,n) command but it only operates on one column. Is there an easy way to sort on first two columns. Also need to add if first two columns are identical ? Thanks
When running a Mathcad file in PRIME10 created in PRIME 9, I get an error:“This function accepts at most 18 arguments but is applied to 19”This restriction was not present in Mathcad 15 and earlier versions of PRIME. How to solve this? added: Thanks for your reactions. The problem can be solved with future developments.However, what about the existing MC sheets with locked areas with passwords where changes are not possible? This means these worksheets are unusable . Without an update from the author/owner of the sheet, this remains a serious problem. I would call it a bug, and Mathcad users should be warned about this problem before updating. In my opinion, the limit should be changed in a service pack P10.
I'm experienced in CAD, but new to CREO.I'm finding all sorts of tutorials for how to make a circular or linear patter with a feature such as an extrusion. However, am I able to make a pattern out of just a sketch so that I may later extrude the entire pattern?If so, do you know where I can find a good tutorial for this? While we're on the topic, can you do this same thing with the mirror feature?I know it's possible to do both of these things before and after finishing a sketch in a variety of other CAD software's, but is that not the case for CREO?
Hello, I need some help with changing the clour of the dimension. During creating the part I would like to know which dimensions are - Driven by some formulas/relations. I couldn't find the right way to change the colour of the Relation Driven dimensions. Is there a way to change the colour? Or maybe a different way to highlight it? thank you, Regards, Arek
I'm using CREO Parametric 7.0.3.0 I have the shape shown in the attached image, and I'm trying to use the trim feature to remove part of the circle to produce the shape shown in the second image. How do I do this with the Trim tool???
I'm using CREO Parametric 7.0.3.0 When making a sketch, all these dimensions are placed and I can edit the values of each dimension.Am I able to freely ad dimensions between points even though it may be over constrained? If so, how? If not, it seems like this frequently causes the need to add and subtract the dimensions that are present in order to ensure the distance between two directly-undefined points. I should at least be able to place a dimension for reference, at least that would avoid over constraining. Please help.
Is it possible to type the dimension f.e. on a circle while im drawing it? Because in Creo 1.0 it was possible when i clicked on the symbol and set the dimension to e.g. "60" it changed it and i could place it on the center for example.
One of the greatest frustrations I've come across when transitioning to CREO (Parametric 7.0.3.0) is that scrolling to zoom in and out causes your view to be zoomed in/out relative to the center point of the model. How can I change it so that, like most modeling software's, it zooms in/out on where my mouse/cursor is located??? Say I have a long model, and I wish to zoom in on some details at one end. scrolling only zooms in to the center of the entire rod and I can't look at any details close up on that one end of the rod. Someone PLEASE tell me there is a way to zoom in/out of where your mouse cursor is located! This is unbearable.
I want to change the standard orientation.This was already discussed here: Standard Orientation view cannot be overwritten. - PTC Communitybut the result isnt complete for me. To Change the standard orientation, i have to change the x and y angle.But i dont know how to change it. Can someone explaine it with a video if possible bcs i am using creo 10 in german language and it is not easy to follow the english instructions?
I have a standard sheet metal part which I have formed, which I need to create matching wall 10mm offset from it to maintain a continuous section, (think of HVAC square ducting etc) I've managed to do this with a quilt and offset wall, the geometry I want is there, but I need this formed as a separate part. In the image the lower side is the original sheet metal part. Thanks in advance!
Hi! It's happening with both Prime 8 and 9 on Windows 11. In my case, I have no log file and no error on the Windows event viewer. I got the splash screen and nothing else. I tried all the solutions above and had no luck. Any ideas? Thanks!
Hi,I am trying to model a capacitor based of the input values for L and R and plot the results.If I plotting unit-less then the calculation is OK, others I get wired values for Xc and Xl.Can somebody can point me where is the problem?
Is it possible to import data from .dll file type and then exporting the results to .dll. ?We are planing to have a library that multiple programs can use simultaneously and DLL is our best choice.
Hi Is there a video that shows this in action? I found this MACAW | Page 4 | Food4Rhino but no sound.
Hi,Why is it not found also this solution by the root function?
If my model changes and the note becomes unattached, my textline "&REF_DES:AT_CONN" calling a parameter changes to "***".Once I go through and reattach all the leaders, I can run this function to update all the notes back to "&REF_DES:AT_CONN", It only works if I've double clicked to edit the text before hand.Has any one else had this issue? Does Toolkit also have this issue, or is this solely a weblink problem? function Notevisit() { if (pfcIsMozilla()) netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); var session = pfcGetProESession (); var model = session.CurrentModel; alert("STARTING NOTE REFRESH: PRESS 'OK', AND DO NOT TOUCH UNTIL 'DONE' IS DISPLAYED"); model.Regenerate(void null); if (model == null) return; if (model.Type != pfcCreate("pfcModelType").MDL_DRAWING) return; var LABEL = "LABEL: &REF_DES:ATT_CONN"; var name = String(LABEL) var LABEL = "LABEL: &REF_DES:ATT_CONN"; var name = String(LABEL)
While porting and revamping my set (uniqueness) functions to Mathcad Prime 10 from Mathcad 15, I felt the need for speed. Whilst I have set functions that will handle functions (to some degree), I wanted to use a uniqueness algorithm that relied on presorting an array. However, Mathcad's built-in sort function won't sort functions. After having a slight think about the problem, I wondered if I could use the format string function. I can, sort of, in some cases, but not in general. Apart from possibly digging around in the worksheet API, does anybody know of a more reliable method of converting a function name to its equivalent string or how to sort on functions? Stuart
Hi,Is there a method of accessing the drawing number within the relations area of the table(repeat region). I would like to use the drawing number for conditional test to format the repeat region output a certain way if conditions are met.Regards,Marlon
I run Creo 11.0.0.0 on two computer, my laptop running Win10 and on my PC running win11. But they both have developed the same issue: which is the middle button does not cancel the break command. When detailing I wish to break a dimension leader line, so I pick the leader line, RMB and pick the break option. I LMB two places on the leader line where I want the break. The leader line breaks. Now I MMB to cancel the break command to move onto more tasks. But this does not cancel the command and leaves the break command dialogue box sitting there open.This issue started a few moths ago (July 2024) when I was running 9.0.3.0 so I upgraded to 11.0.0.0 and the issue was still there, So may be a window/Java/driver update, but, I have reinstalled both of these and still have the issue. Anyone else have this problem?
I am using Mathcad Release 15.0 and DatecodeunknownWe have several licenses for MathCad Prime 10.0.0, and were told that these should apply to the old MathCad 15 version as well. Is this correct? If so, how can we download and activate MathCad 15.0?
I don't know why I getting this kind of result.. I tried everything. It is on page 15 . I use prime 9Thanks in advance for your help
While looking in Mathcad Prime 10 at a worksheet whose ORIGIN = 1, I noticed that with Show Indices turned on, a nested array's indices ran from 0 to rows()-1. I tried to recreate the effect in a blank worksheet, but to no avail ... until I changed ORIGIN without recalculating the evaluated variable. I initially set ORIGIN = 3, then changed it to 10. Pressing F5 caused the indices to reflect the change in ORIGIN. Equally interesting, I saved the worksheet after changing the ORIGIN definition back to 3 (with the indices showing 10..23) and reopened it. This time, the indices ranged from 0 to 14. On the subject of Show Indices, I would find it helpful to show an array's indices with this setting turned on regardless of the size of the array. I've found myself on several occasions counting down an array's rows or across its columns when, say, checking the index of an anomalous result. Stuart
I am using Creo Parametric 9.0 and I am setting mechanism constraints (Pre-Defined Constraint sets) to make a dynamic model. Into A.asm, I want to assemble another assembly, B.asm, which has multiple components that should be able to move relative to each other. I have B.asm set up so there are a few mechanism constraints that limit the range of motion so the components are tied together somewhat, but are still able to move as they should (rotate, translate, etc.). When I assemble B.asm into A.asm, I define multiple mechanism constraint sets (Pre-Defined sets) to constrain the parts of B.asm to parts of A.asm. This use of multiple constraint sets works really well until I get up to 8 different sets. Then, the last constraint set has its "Enabled" check box unchecked, so the set is Disabled. Whenever I click the check box to enable that last constraint, the constraint works fine and the B.asm connects in the model as it should--so there are no connection failures. But, after h
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.