Recently active
Hi,is it possible to perform a calculation based on an if-statement in a drawing repeat region relation?Prerequisite:Model units: mm Kg s I would like to multiply mdl_pro_mp_mass by 1000 if model parameter mass_unit is set to g instead of kg. Something like this:mass_display = mdl_pro_mp_massif mass_unit == "g"mass_display = mdl_pro_mp_mass * 1000endif It's only the IF that doesn't work; the calculation works fine if tested separately. It works in a Post Regeneration relation in the model (using pro_mp_mass instead of mdl_pro_mp_mass), but I would like to not add the relation in the model. Tested on both Creo 9.0.3.0 and 11.0.6.0 Any suggestions? Thanks in advance! 🖖
This solution is not working as expected. It will only get the properties of the active part or faceTo get the properties of the selected part or face use: (where mypart or myface is defined in the sd-defdialog) (get_vol_prop :for_part :part mypart :area) (get_vol_prop :for_face :face myface :area) (get_vol_prop :for_part :part mypart :tol :percent_tol 5 :area) SeeIntegration Kit GET_VOL_PROP Integration Kit GET_VOL_PROP MPPASA subactionIntegration Kit GET_VOL_PROP MPFSA subaction
Hi there,I was creating few annotation in creo drawing, so there i want to add custom symbols in my annotation.I tried to finding where this symbols are saved but i can find it, i found one way but it was for adding pre defined symbols in note (By &sym(symbol name) but that does not work for annotation.so my question is, how we can add custom symbols in annotation (i.e. in Prefix/Suffix).
Im unable to open my Mathcad Prime 11.0.1.0 Student Edition. The app randomly crashed on me one day and when I tried opening it again, it does not do anything. No white screen, no error message, nothing happens. I've tried installing Mathcad Prime 10 but I am unable to use the files that I have in older editions. I've tried multiple things:- I've uninstalled and reinstalled.- Deleted Files and tried running it.- Tried running it using different compatibility modes.- Tried running it as an administrator.- Created Backup files.- Nothing worked.- Restarted computer Again, I'm not sure how to fix this. If you could please assist me with this issue, I would greatly appreciate it. Thank you.
Hi, I used to use Publish Geometry and skeletons with my Creo3 Advanced XE.I now have a Creo7 Essentials licence.One of Optional Modules : #Optional Modules = ASSY_PERFORMANCE.But it seems that I can't use Published Geometry.Is this normal?Any advice?Thank you
Hello everyone! Is there a way for select only a portion on a line? For example I want to select one portion of the line with one style and another portion of the same line with a different style. For now i can only select the whole line. In the screenshot i want the part in violet to be a different style from the green one part. Creo allow me to only select the whole line. I found this Advanced Selection Functions but i can't find this menu, can you please tell me how i can activate it? As always thank you
Hello,I'm currently working on Creo3.I have a licence file for Creo7 (permanent) that I need for a new client.I d'ont have subscription anymore.When I'm trying to add this licence file (txt) while installing Creo7, installer seems to freeze.File is for my computer.Should I remove my previous licence ?But I'm afraid to can not be able to work...Thanks
Hi, I'm not able to show a component placement dimension (distance constraint) on an assembly drawing in Creo Parametric 10. Would anyone know what config option needs to be changed or what I need to do to allow dimensions related to component placement to be shown? I'm able to show dimension for feature internal to the part only. Thanks for any help you may provide,Don A
Dear community, Can someone help me solve the integral of the following equation in Mathcad 7.0.0.0? Only J(x) and tau(x) vary with x, and the rest are constants.Thanks in advance
I can't get a 72-hour activation key for Creo Elements Modelling Express (6) any more , I get a "Cloudflare Internal Error" (Error 500) I've tried re-installing Creo and re-installing Windows (8.1 on a Macbook Pro Bootcamp) but no joy. It was working fine a while ago but I read that they have upgraded their security, maybe that's the cause. I've emptied cache. and tried different browsers. Is there a way to bypass cloudflare?
I am having trouble with the scaling on flat-to-screen annotations when publishing a .pvz from Creo for viewing in Creo view. Previously I was using Creo parametric 7, and the flat-to-screen annotations would show up approximately the size in the screen window as I had it set in Creo. After upgrading to Creo 10, the flat-to-screen annotations shrink and move on publishing. Is there a recipe file setting I can use to get them to scale properly? Creo Parametric 10.0.8.0Creo View 10.1
There are a plethora of discussions on converting real numbers to strings. While PTC tech support does provide two working suggestions, they are not simple. Beyond that, I have been unable to find anything on the PTC Community that will work in all cases. (See list at bottom.) With that as the background, here is my attempt at a robust real-to-string function that I believe works correctly for all positive numbers. Please test this out and let me know if you can find any errors with it. /* Real NumberX = 12.34567 /* Number of DigitsND = 3 /* Rounded NumberRN = FLOOR((X+(5/10^(ND+1))),ND) /* String Output - No Leading ZeroY = ITOS(FLOOR(RN))+"."+EXTRACT(ITOS((RN-FLOOR(RN)+1)*10^(ND)),2,ND) * To get a zero before the decimal point for values less than one, a conditional statement is required: /* String Output With Leading Zero IF FLOOR(RN) == 0 Y = "0."+EXTRACT(ITOS((RN-FLOOR(RN)+1)*10^(ND)),2,ND) ELSE &nbs
Dear ptc community, I am trying to plot a solved parameter of nonlinear equations (J) vs x (a variable that can range from 0 to 0.5. I have tried to plot it, but I got only a point rather than a continuous line plot. Can you please help me with it? I have attached my Mathcad (7.0.0.0) file for your reference.Thanks in advance.Kind regards,Tadele
This is an annoying fringe issue. But I have tables with notes (notes have two lines of string values) and sometimes when I update a string value the note doesn't update in the BOM automatically. Nor does it update when I update tables. It seems to only update when I go to modelling and make sure it's regenerated and go to annotations click on the note and look at the text in text editor and then update tables. Does anyone have any ideas how to fix this? Maybe next time it happens I'll check whether it prints the correct info and creo is just showing the old info.
I have an old version of Wildfire 5 still running on a very old laptop. I would like to install the software on my new laptop as the oridgal laptop is on its last legs. But because I am no longer on maintenance this appears to be impossible. Login to my account then go to support and I am hit the same stone wall, you are not on maintenance. You cannot proceed bla bla bla. Is there a solution? Please help.
Draftsmen have two Screen, how to proceed to display Creo in only one window ? (a extended mode) Thanks for your help Best regards
Dear Team,We operate in an environment where several industries use Creo Parametric for the creation and editing of appearances applied to parts and wires. We are currently using Creo Parametric version 12.0.2.0.We would like to suggest an improvement related to the organization of custom appearances. Currently, all created appearances are grouped under the “My Appearance” tab, which mixes appearances intended for wires, solid models, and sheet metal. This limitation directly affects organization and workflow efficiency.Our suggestion is to allow the creation of new custom tabs or categories within the Appearance Manager, enabling users to separate appearances by application type (wires, solids, sheet metal, among others).This functionality would significantly improve ease of use when creating and editing appearances, as well as provide better color organization. As a direct result, it would also help reduce design time, leading to increased productivity and cost savings for companies.
Pro/Toolkit link error: “unresolved external symbol ProDimensionBaselineDirectionGet” — which library to link, and how to map APIs to libs?I’m building a Creo Parametric Pro/Toolkit application and I’m hitting a linker error when calling ProDimensionBaselineDirectionGet().Error : unresolved external symbol ProDimensionBaselineDirectionGet referenced in DIMVisitAction(...) — LNK1120: 1 unresolved externals.Already added libraries : protoolkit_NU.lib, pt_asynchronous.lib, ucore.lib, udata.lib, kernel32.lib, user32.lib, wsock32.lib, advapi32.lib, mpr.lib, winspool.lib, netapi32.lib, psapi.lib, gdi32.lib, shell32.lib, comdlg32.lib, ole32.lib, ws2_32.lib.Questions:Which specific Toolkit library contains ProDimensionBaselineDirectionGet()?What’s the recommended way to determine the required library for any given Pro/Toolkit API (e.g., doc index, API Wizard mapping, or dumpbin on .lib files)?Thanks in advance for your support!!
Bonjour,J'aurais besoin de télécharger le flexnet pour gérer la licence Mathcad.Cordialement
Hi there! I want to get one value interpolated from the parameter, obtained from the calculation routine.The goal is to perform interpolation of the curvature value Curvature (Alef, the second output's result) as a function of the bending moment value (Moment, the first output's result) from the given value of M_fact. By using the "linterp" function, I got stuck with the error message:"The elements in this vector must be in ascending order". After reviewing the relevant topic on the PTC forum, the only possible solution was to start the list of matrices at 1, yet my attempt to set ORIGIN:=1 hadn't worked. I use the Prime 10.0.0 version of the software. The file with the problem is attached. I'd be very appreciative of any assistance and advice regarding the issue.
Hi, i hope to be in the right place for my question.I'm playing with Creo Live and i'm doing some CFD analisys on a mecnanical structure, i've manged to have the simulation running (it's similar to the wind tunnel example file).I was trying to get the total forces on a body or a set of surfaces but i have zero cluse on how to setup a measurent.Any help is wellcome.
The Bad Idea Fairy was drunkenly wandering through my brain, stomping down the grass with his size 13 boots, singing off-key, scaring the squirrels, and littering the place with ... well, bad ideas. However, whilst I was pretending to tidy up, I looked at one of those ideas and thought, "Hmm. Maybe he'd stolen that one from his twin brother, the Good Idea Fairy (you can't tell them apart, sometimes)?". The idea? "Now that Mathcad 11 has introduced Python Scripting, maybe it's time to introduce a Mathcad equivalent of PEP 20?". Instead of proposing a "Feature Request" or reporting a suspected bug, perhaps we could introduce an MEP (Mathcad Enhancement Proposal)? Starting with: MEP 00 – The Zen of Mathcad 1. >>> Range Variables Are Not Vectors <<<.2. Think in two dimensions for layout and data.3. Be like Zathras-- cover all possibilities. Zathras does not want other people being confoosed.4. Yesterday's friendly hard limits
Hi all,I'm working in Creo Parametric Mechanism to model a pinion and crown gear assembly with axial/radial offset between their axes. This is not a standard intersecting-bevel gear setup — the pinion and crown gear must mesh with a deliberate offset between their axes.However, when I attempt to apply the built-in Bevel Gear Connection, Creo throws: "The references for bevel gear connection are not coplanar”.How can I simulate bevel gear kinematics when the pinion and crown gears are offset (i.e., non-coplanar axes)?
I need to retrieve the X, Y, Z, and C offsets of all components in an assembly relative to the main part’s coordinate system. Ideally, I’d like to export these values into an external file (CSV or TXT).Is there a built-in method or mapkey/API/Toolkit solution to automate this?
Hello,Would it be possible to request an enhancement to ModelCheck?Specifically, I would like ModelCheck to be able to verify the Bend Allowance settings. For example, I would like to check that for sheetmetal parts, the “Bend allowance driven by” option is correctly set to be driven by the material.Even further, I would like to validate that the Sheetmetal Preferences are consistent with the smtdsnsetup.smd configuration file.Thank you in advance if this request could be considered.Adrien Blazy
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.