Recently active
I've created several mapkeys lately so I thought I'd share some general tips I learned to write it down for next time. Please share your own tips below to expand the collection. This was done on Creo 3 M060 but the ideas should hopefully be not specific to that.Mapkey Writing/Editing TipsGeneral Tips:Mapkeys often break when upgrading between Creo Versions (Creo 3 vs Creo 1) but they can save you a lot of time in the year or two between versions.Open the mapkey menu by searching for Mapkeys in the upper right. Also, if someone knows how find the Mapkey menu behind when its behind other Creo Windows, please share. Record commands from the RMB or the Quick Access Toolbar to eliminate extra Mapkey lines that just moves around Creo for no reason. Most commands can be launched without being on a specific interface tab.Mapkeys skip any commands they cannot execute. This lets users add in some logic to close menus that sometime popup or d
Hi,I have an equation likeWhere Q(x) is some complicated complex function of x. This way f (or sol, if you prefer) is a function of x.I would like to make x a range so that I can plot f as a function of this range.Is it possible to do that?Thanks
I have an array (numbers of rows - 1, number of columns - can be different). Example: I enter a variable in mathcad d = [1 5 10 15] and i want this array to be displayed in my list as d = 1 d= 5 etc... Help please. Preferably in JS. Translated using Google Translate.
Hello,I have defined transparent model and it looks OK but when trying to render it then transparency is ignored.Any idea why Creo 10 doesnt support it?
Is there anyway the model full of open surfaces can generate normal drawings like solid models?I am just throwing this out in here as a bait if some one came up with some smart way to do it!! 🙂THANKS IN ADVANCE!See Image of what I am dealing with.
Good points in topic. I like the one setting it to read only. Any tips on how best to do it?
During Assembly when I pick surface -Surface it should be Coincident automatically not Normal. PTC needs to fix this OR let me know the benefit. This is very inconvenient additional multiple clicks which are not needed.
Hi allI working on drawings and want to align easily the table through grid. What i was doing is to use sketcher preferences and turn on the grid like this. I saw that this button 'Sketcher preferences' is only enabled when i use Legacy Sketch instead of normal Sketch.I added the button in top toolbar but this one is enabled only when Legacy Sketch is on instead of normal sketch. Is any way to enable this in normal sketch mode?
Hello, I am using Creo 9 on a windows laptop. I want to place a datum callout on a diameter dimension. However, creo automatically puts the datum on the witness line opposite the dimension value. How do I get them to be on the same side? This has been very frustrating, and I don't understand this limitation in the least. Thanks,
Hello.I am using Creo Parametric 9.0.5.0 to export a simp rep (an assembly) of an assembly to obj format. I activate the required simp rep, then go to File --> Save as, and then change the type to "Wavefront (*.obj)". Export Wavefront dialog box is then opened. With the simp rep active, I click on "All" under the "Groups to export" section and then select the coordinate system that I want as the origin of the generated obj. I then adjust the values under deviation control, and click on "OK". When I open the generated obj file in Creo itself, I see that the origin of the file is in another location, which is different from the one I selected. Am I missing some step in the export process? Thank you.
I want to be able to see inches and mm when using the Measure Tool. I set Dual_dim to Primary[Secondary] through model properties, but that does not seem to have an affect on the Measure tool. I know that you can toggle between units through the options on the measure tool, but I'd rather not have to keep switching back and forth. Running Creo 3.0 M110
I am using Creo Parametric Release 11.0 and Datecode11.0.3.0with creo parametric 11 Collaboration Extension what version of Autodesk Inventor can i use
How to convert the assembly model in shrink-wrap as per model tree and assembly sequence with naming.I need to convert the assembly into shrink-wrap but it coming in external copy geom with no naming and sequence is disturbed.Can we have any solution (like .step file conversion)?
I've come from Solidworks. I have to switch back and forth between the front view and right view alot and the automatic refit is killing me. Having to zoom back in every time I change views is time consuming. Is there any way to avoid this without saving multiple orientations?
Mathcad Prime 7 I'm trying to find solution with solve block, but possibility to find result depends on "x" (would like to find) initial value. How to determine proper "x" initial value? I would like to use Mathcad for automation, but if it's not clear what initial value I must use, it will not be possible. Thank you!
HI team, please anyone help me to get 3D plot. I have attached a mathcad sheet. Thank you
Hi all, I would like to create a program that automatically starts Creo Parametric and do a set of operations. To start I created a basic program that only starts Creo and connects to Windchill. Here I already run into some problem where the program runs fine when started normally. However when i start it from Windows Task Scheduler it only runs when the user is logged on. If I select "Run wether the user is logged on or not", Creo fails to start and returns a general error. The user account and machine are the same in all situations. Anyone have an idea how to run Creo as scheduled task? I am using Creo Parametric version 10.0.4.0 and Windows Server 2019. ---------- VB.net code ----------Imports System.IOImports pfcls Module Module1 Const creoOptions As String = "-g:no_graphics -i:rpc_input" Const creoStartup As String = "C:\PTC\Creo_10\Creo 10.0.4.0\Parametric\bin\parametric.exe" Const logFilePath As String = "D:\_TaskScheduler\DX
I'm trying to run a dynamic analysis using a servo motor and just gravity for a landing gear, but everytime I try I get an error message stating parts have zero mass. I know it's the sub-assemblies that are causing this because when they are removed, the dynamic analysis works just fine. Unfortunately the subassemblies are a requirement for the project. Material files are assigned to every part, all part files and assembly files are in the same units and the sub-assembly files give mass measuremtns for the parts contained in the subassembly. It's only when I go to the top assembly that the analysis fails, and mass analysis of the top assembly says the two sub-assemblies have unknown material and masses. I have no idea how to fix this and would appreciate any and all help!
I am using Creo Parametric 11.0.2.0 and I am unable to rename a dimension inside a datum graph. I want to use the dimensions inside the graph with a family table, and it is easier to navigate the family table if the dimension is named. The current solution is adding a 'comment row' to the family table and labelling below the actual dimension. But the comment row does not move with the family table when new columns are inserted before (to the left of) the dimension in question.
Good afternoon, I've been utilizing a Mapkey in my config.pro, along with the Creo Distributed Batch executable, in order to assist in a task with parts in Creo Parametric 7. However, my organization has recently upgraded to Creo Parametric 11, and using the same operation with Creo Distributed Batch, the objects ran through the task in Creo Distributed Batch now fail. Upon further research, I find this from PTC:Is Creo Distributed Batch now longer supported with Creo 11.0 functionality and parts/assemblies? What is the new alternative to "run a mapkey defined in a config.pro" as described by Creo Distributed Batch? I've been seeing a lot of discourse about Mapkeys in Creo 11.0 and have been trying to put everything together.I can provide more information if needed.
Hi, Creo Windchill is very different from other PDM system. There is no real folder structure. I am confused of how to extract all drawing files from active workspace. I like to create a VB.net program to export all of them to PDFs, But I don't know how to extract the list of the filenames. Can anyone provide a code example of how to create a file list in Active workspace? Thanks
I have a part with an truncated circle (with a flat ) for the base protrusion. I want to change this to a complete circle without having to redefine ALL THE FEATURES that refer to the "base protrusion."This would be changing an arc to a circle. A problem as old as time.I think it might be a good time to see if anyone has a solution.We are using Creo 10.0.7.0
Kindly help me how to make this bend in creo. Developed part Bend part
If i create a part(.pkg) i get a geo resolution of 1.0E-6 mm.But when i import a part to creo, for example in .step, always get a geo reolution arround 1.6E-2 mm.The company that i work for as a module that allows me to compare the active part to the database, and returns me the part with more similarity. But this only work if a the part has a geo resolution of 1.0E-6 mm.Is any way to work arround this? i want to use this module with imported parts, but i cant becouse i have a geo res of 1.6E-2 mm. Creo Elements Direct 20.2.1.0
Is there a way to show offset lines in exploded views in Creo View 5.1? The Exploded view seems to publish fine, but the offset lines do not show up even when all construction geometry features are checked in the config settings (see below).
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.