Recently active
In the Creo assembly I have a weight which is not ok when I calculate model separately.Do you know why happened?
I want the reference line for a section view to extend out of an orthogonal view less than it does here, by default. Is there a .dtl setting for that?
I retrieve an assembly in session. Then I use the "erase current” option in Creo (12.4.3.0).After that, I see the list where one item has a glyph in front of it. Anyone know what this is/means?
Is there anyway to control or optimize the lay of the cables in a route? As you can see in the screenshot, the 8th cable in this route is in a suboptimal location and it’s driving the overall location diameter to be much larger in the model than it would in reality.
To allIf one has user parameter say ‘npattern’ is is possible to drive the variable members of pattern (CREO 12 parameter PTC_ACTUAL_PAT_MEMBERS or PTC_TOTAL_PAT_MEMBERS)Something simple like so:-PTC_ACTUAL_PAT_MEMBERS = npatternAs the CREO parameter is locked it is not possible! PTC_ACTUAL_PAT_MEMBERS is a reserved symbol nameThanks
Is it possible to add a hyperlink in a callout in creo illustrate ?
Hello,I am seeking assistance in configuring Creo to export CNC code compatiblewith the Grbl language. I have attached two documents which define themachine specifications and a summary of the Grbl language.This effort will facilitate the lesson creation for Mechanical Engineering studentsto export solid model geometry to a small CNC machine.Any assistance with this effort will be very appreciated.'Thanks for your help!Regards, Bill ChambersAdditional links: 1) Configuring Grbl v0.9 · grbl/grbl Wiki · GitHub 2) G Code Overview
Hi all.We have created our new AO, A1, A2 and A3 .frm sheets.Is it possible to set different text heights as default (notes, dims etc) for each .frm ?i.e, 2.5mm for A3, 3,5mm for A1I’ve tried setting the heights in the .dtl for each .frm but when we create a new drawing with them the text height on them all is 3.5mm
when I paste a value into a table cell, after update, the cell deletes the value, I have to paste it several times for the value to remain“The same issue occurs when using a macro
CreoView在线预览和Adobe兼容(可在线预览,批注),是否可以兼容其他PDF软件,如福昕,
Not able to register Mathcad 14 licence in the PTC portal. Received error 403
“I’m using Creo Student Edition and get ‘maximum number of license requests ’.Could my activations be rest?”
Can somebody share a sample 3d file with MathJax output for MathML equations in ALD v12?
Hi everyone, I am trying to remove the attach notes from drawing view, anyone knows how to do that.I tired using ProDtlnoteErase with that it will erase the note until next regeneration.Please refer the picture (I want to remove the SCALE 3:1 note) and the code.void glass_drawing_anote::RemoveNotes(void* app_data, const std::string& target_view, const std::string& target_note){ ProDrawing drawing = (ProDrawing)app_data; ProError err; ProDtlnote* p_notes = NULL; int n_notes = 0; // Collect all notes err = ProDrawingDtlnotesCollect(drawing, NULL, PRO_VALUE_UNUSED, &p_notes); if (err != PRO_TK_NO_ERROR || p_notes == NULL) return; ProArraySizeGet((ProArray)p_notes, &n_notes); for (int i = 0; i < n_notes; i++) { ProDtlnotedata note_data = NULL; if (ProDtlnoteDataGet(&p_notes[i], NULL, PRODISPMODE_NUMERIC, &note_data) != PRO_TK_NO_ERROR || note_data == NULL) continue; // Get attac
Hi Guys, I’m using Creo Parametric 10.0.0.0 ,I created a few samples with lattice structures and wanted to compare the 3D printed result to the CAD design. Now for the formula driven/TPMS structures one can enter cell size and wall thickness. I wanted to measure the pore size and realized that the in the process of creation defined wall thickness isn’t the same as the resulting CAD strucuture. As an example I created a Schwarz primitive lattice structure with cell size of 2mm x 2mm x 2mm and a wall thickness of 0.25mm, but when I measure the wall thickness after creating the lattice feature, its not the same as the inputted parameter (I measured ~0.47mm). I have attached a few Screenshots to make my issue more understandable. You’ll see a part of a paper where it shows how the wall thickness is measured and pictures of the resulting parameters of the previousely mentioned model. Creo Parametric post lattice definition measurements methodology to measure wall thickness according to lite
Hi,from time to time there is the question on how to add a second nut in IFX. Well, by default this is not possible. But you can use the following workaround.Update 2026 May: We have a new enhancement for Intelligent Fastener. A third washers and a second nut is now available Follow the links for more detail: Additional Washer and Nut for IFX Additional Washer and Nut for IFX - Tips & Tricks Availability Creo Parametric 13.0 – IFX 13.4.0.0 Creo Parametric 12.4 – IFX 12.4.4.0 Creo Parametric 11.0 – IFX 11.0.9.0 Creo Parametric 10.0 – IFX 10.0.11.0 WorkaroundI will explain it by using the IFX nut ISO4032-6. Copy the file ISO4032-6.dat and rename it to ISO4032-6_as_washer.dat. Open the file and change NUTTYPE 1 to WASHERTYPE 21 Change the columns in the file like shown in the image Finally the file should look like this Add a new icon for you new nut. Size should be 32x16 pixel. Now add this new nut to your catalog. I have added it to the mm catalog to a new group 'second_nut
Sir Isaac Newton This month’s challenge is inspired by one of the great unsolvable challenges of physics, the Three Body Problem. Of course, we won’t be asking you to perform the impossible in Mathcad Prime. Your challenge, should you choose to accept it, is the Two Body Problem for orbital mechanics. Earth-satellite two body problem Challenge 1: Create the math functions and programs that can calculate the position, velocity, and acceleration of a Mazda Miata-sized satellite in orbit around the earth. (Why a Mazda Miata? It was my first and only car. Feel free to substitute a car of your choice.) Choose your orbital parameters for altitude (e.g., medium-earth, geosynchronous, high-earth), inclination, eccentricity, and any other factors. Challenge 2 (optional): Incorporate advanced input controls to change the orbital parameters. Challenge 3: Graph the x-, y-, and z-values for acceleration versus time. Create additional graphs for velocity and positio
https://community.ptc.com/t5/PTC-Mathcad-Ideas/Split-screen/idi-p/656081 The above link leads to a Mathcad Idea that suggests having split-screen working. This is something that I've wanted to see in Mathcad for some time (over 13 years, in fact), the lack of which is proving a real nuisance at the moment. Could some kind, support-paying souls please offer their support for this idea? Thanks, Stuart https://community.ptc.com/t5/PTC-Mathcad/New-Feature-requests/m-p/356451#M139515 (I've got a much bigger list, in case anyone's not interested ...)
Creo Parametric 2.0 I am trying to reuse the explode states I defined in my sub assemblies when exploding the top level assy. I thought there was a way to do so, but I can't remember how or I'm mistaken. I may be thinking of style states. A year away from Creo has taken its toll on my memory of some functions. Thanks. (Interestingly, when searching I discovered that I had asked this before, almost 10 years ago, evidently with no response. That or the response was lost in one of the great community migrations of old. 😁)
Hello,I finally managed to install and run PTC Mathcad Prime 12 after solving multiple installation issues.At first, the application would not start at all and crashed with the following error in Event Viewer:"Cannot locate resource 'worksheetresources.xaml'"The issue was related to the Windows display language. After changing Windows from Polish to English and reinstalling Mathcad, the application now starts correctly.However, I now have a licensing problem.When I try to activate the 30-day trial, the License Wizard first showed several "Server Error" messages. After multiple attempts, I now receive this error:"You have reached the maximum number of license requests available for your product type."As a result, Mathcad only works in Express mode and I cannot activate the trial license.Could someone from PTC please:reset my trial activation limit, assign a trial license to my account, or provide manual activation instructions?I would really appreciate any help.Thank you.
Hi I have issues trying to plot the Moment and Shear Force diagram of the following case. Any help is highly appreciated! 🙂
I am using Creo Schematics Release 7.0 and Datecode7.0.0.0 When I save a schematic the software closes and saves. The workgroup manager stays open but I cannot reopen the schematic drawing unless I close the workgroup manager and restart from scratch.
One of the things that has always been a feature of these forums is the willingness of experienced users to provide help and guidance to others. In addition to help with how to use the Mathcad software the forums provide a place to gain advice and assistance with dealing with engineering challenges, problems that go beyond the simple application of the software to understanding the basic physics of a situation. One remaining impediment to this feature is the inability of Prime to save a file in an earlier version of Prime; a file asking a question in Prime 10 can be read in Prime 11 or 12 but if this file is modified and saved by a later version and posted as a reply it cannot be opened unless you have a more current version of the software. This is a great marketing tool--”Here’s your answer. To view it you must buy the latest version of the software!” But it’s a lousy way to share information. The forum is littered with requests to modify a file to enable a specific version to
Hi, I would like to export automatically generated rigid bodies from CREO Mechanism.
Thanks for the new option to customize the range of page numbering in Header/Footer, very useful when assembly a bigger document with several worksheets.Question 1: is it possible to link the page numbering to a running variable that keeps track of the overall numbering?I mean, first worksheet have 5 pages, then second worksheet starts on page number 6 until number of pages, then third worksheet starts on next page number after worksheet 2, etc.Question 2: does it exists a variable which provides the total number of pages of the current worksheet?
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.