Recently active
Hi there,I am looking for a way to save a draft group to a file and importing it later to another drawing. Background:I try to define a drawing note according to ISO 22081. Works fine so far.I use a draft group, which consists of a common drawing note and a geometric tolerance dimension Please let me know how to export and import the draft group or if there is a better way to get the ISO 22081 note to a drawing.
We need to migrate our Mels server from to a new server.Unfortunately, we haven't had a support contract for years, so we can't download a new Mels and the old one (15.05) doesn't run on a 64bit system.Would anyone be so kind to send me the latest Mels?That would be great.
On our Cloud (vPshere), we migrated from old Cloud infra to new infra and we are experiencing slow response to Creo 4.0 M150 Simulation Live1. Old platform :==============Hardware : PowerEdge R740xdOS : ESX 5.1.0Graphic Card : Nvidia P40VM : Windows 10 20H2 OS Buid 19042.2965 (6 CPU/32GoRAM)- VDA agent 1912.0.6000.6281- vmware tools 10.3.10- NVidia Driver 442.06 (vGPU Profil P40_8Q)- Creo 4.0 M150 installed on the virtual Machine- Trellix Antivirus2. New platform :===============Hardware : ProLiant DX380 Gen10 Plus 8SFFOS : ESXi 7.0U3FGraphic Card : NVidia A40VM : the same Virtual Machine Windows 10 20H2 OS Buid 19042.2965 (6 CPU/32GoRAM) but we upgraded :- VDA Agent Workspace 22.3.1.141- vmware tools 12.0.0 build 19345655- NVidia Driver 474.14 (vGPU Profil A40_8Q)- Windows Feature Experience Pack 1000.19041.1000.0Use case :- I authenticate to the VM with a user account- I launch Creo 4.0M150 and activate Simulation Live with a very simple model (rectangular)On the platform 1, everythi
i m addin my image regarding this.
How is it possible to remove from an assembly the weight of a part without changing part parameters and without changing part density? I mean just to remove the part mass from an assembly total mass
1.Set the reference of the control2.Using axpview to open the .ed or .pvz drawingAction<string> actionDelegate = x => { this.axpview1.sourceUrl = x; }; OpenFileDialog openFileDialog = new OpenFileDialog() { InitialDirectory = @"D:\2023\parts\", Filter = @"Creo Viewer Files(*.pvz)|*.pvz|All files(*.*)|*.*" }; DialogResult result1 = openFileDialog.ShowDialog(); if (result1 == DialogResult.OK && !string.IsNullOrWhiteSpace(openFileDialog.FileName)) { path = openFileDialog.FileName; } Task.Run(() => { axpview1.BeginInvoke(actionDelegate, path); });3.set the bg color for the axpview int hexValue = (129 << 16) | (156 << 😎 | 243; //rgb(129,156,243) to hex color string hexColorCode = $"0x{hexValue:X6}"; axpview1.backgroundcolor = hexColorCode;4.Get the view location and then set all the default views location//1.If you wanna to get the view location should coding like that string str = axpview1.GetViewLocation(); //2.The result is like that "-0.993508
Hello, I'm new into creo simulate LDA and i want to know how if there is any good practices using this feature.When I was trying to set analysis it wasn't converging at all but using a small bit other boundary conditions it was converging in 15minutes. Every and each time model was stable and doesn't have to have problems with convergence. I even connected each part to another using simple springs with small stifness. Material is linear. Are there any good practices how to model for LDA?
I am using Creo Parametric Release 4.0 and DatecodeM140When a user tries to create an assembly and he gets a pop up box that says " xxxxx.asm could not be created". This worked 2 weeks ago but now suddenly fails today.Here are the errors that I facedxxx.asm could not be created
Hello Community, I am using ProParameterWithUnitsCreate, on Creo 9.0.2.0,to add a parameter to a model. However, everything I have tried to make it work has failed. The code I am using is below:{...ProParamvalueSet(&testVal, p_value, new_value_type); err= ProParameterWithUnitsCreate(&target_item, test, &testVal, NULL, &testInit);...}target_item is a valid ProModelItem, test is a valid wchar_t*, testval is a valid ProParamValue, and testInit is an unitialized ProParameter. I have followed TestParams.c file to check if I did anything wrong, but it appears I have not. I have also looked at this article, Article - CS383949 - Creo Parametric Toolkit API ProParameterWithUnitsCreate() fails with error PRO_TK_BAD_INPUTS on specific machine (ptc.com), but it is unclear to me what registry file I am supposed to change the unicode_encoding to True on. Does anyone have any idea as to why, with valid inputs, I am receiving the PRO_
I have created washers and given contact between washer and abutmant with friction 0.1. Still the washer is flying at 0Hz in modal analysis
Hello.I am trying to simulate dynamic effects due to the braking of a rotation movement, considering the rigidity of my structure using static position and Force Balance Analysis.Using the prototype, or a similar machine, we measured the deceleration at point 2.I'd like to apply forces to the center of mass of each body and correct the magnitude of deceleration according to the radius, in a parametric procedure, so I can easily simulate several positions.We know this is not 100% accurate but is good enough for our application. Force 1 = Acceleration point 2 * R1/R3 * Mass body 1Force 2 = Acceleration point 2 * R2/R3 * Mass body 2Force 3 = Acceleration point 2 * R3/R3 * Mass body 3 Strategies to parametrically change the magnitude of Forces:Option 1: R1 = using a Measure of Position inside Mechanism of point 0 to the rotation pointProblem: The analysis does not run. I don't even receive a error message. Nothing happens.I believe this is happening because first Creo n
Just looking for a little guidance with a drawing. I need to show pattern dimensions on a drawing - component pattern - but I want to show the pattern dimensions between the 4th and 5th pattern members (or 5th and 6th). Using "Show Model Annotations", if I select the pattern, it shows the pattern dims between the 1st and 2nd pattern members. If I select the 4th pattern member, it only shows dims from the component (not assembly dims). I'm a long time Pro/E user recently coming to Creo 9. This was easy to do before, but it appears that PTC has disassociated the assembly position dims from the components, so you have to jump through hoops to show assembly dims - which is horribly annoying - but in this case, I can't find the hoops to jump through. Query select allows selection of the component (or any feature of the component), but if you query to the assembly, it only shows dims for the 1st to 2nd pattern members. Is there a way to show pattern dims in a place other than
Hi,I created a Mapkey just to test, to open a .prt and save as .stp and close mapkey f13 @MAPKEY_NAMEdemo;@MAPKEY_LABELdemo;~ Command `ProCmdModelOpen` ;\ mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;\ mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \ mapkey(continued) `file_open:Ph_list.Filelist:curvedriven_pattern.prt`;\ mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \ mapkey(continued) `file_open:Ph_list.Filelist:<NULL>`;\ mapkey(continued) ~ Select `file_open` `Ph_list.Filelist` 1 `base_gear_1.prt`;\ mapkey(continued) ~ Activate `file_open` `Ph_list.Filelist` 1 `base_gear_1.prt`;\ mapkey(continued) ~ Timer `UI Desktop` `UI Desktop` `EmbedBrowserTimer`;\ mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdModelSaveAs` ;\ mapkey(continued) ~ Open `file_saveas` `type_option`;~ Close `file_saveas` `type_option`;\ mapkey(continued) ~ Select `file_save
I am using Creo Parametric Release 4.0 and DatecodeM150I am facing some problem regarding dimensions witness lines in Creo drawing. Every time I regenerate, or check-in check-out part, dimension witness line gets disturbed (elongated in/out of view). Problem seen specifically for Parametric dimensions which are converted to ordinate dimension.
Hi all is there any option to display other parameters (e.g. PTC_WM_PART_NAME, PTC_WM_PART_NUMBER etc.) in the list of windows in the QAT drop down menu?rigth now, it is only showing the PTC_WM_NUMBER
Hi,Is there any config.pro or .dtl settings to change the format of the fractions?see below for example the default is 4-3/8 I want to change to 4 3/8. or 4 3/8(double space depending on the fonts I am using)
Hello, So I have those 5 curves, and I want to make a surface (with surface menu or boundary blend, either way is fine). Problem is surface is not responding to select those 5 curves together, and rightly so due to their positions and they "estimated-by-my-eye" result that it would come out. The closest thing to a solution is to take 2 of those 5 curves, and then use the rest as guides. Which works up to a point BUT... 5 curves are not full ones. 3 of the 5, are partial ones, I want to select them from up to a point. Also it is worth noting that those curves are all boundaries of the desired surface. 1. I connect 2 surfaces. One is partial, one is full curve. All fine so far.2. I add one partial one at the left boundary. Still fine, surface closes in to the desired shape.3. I have to add 2 curves, as right boundary for the right side. One of which is also partial. Either way, partial or no partial, CREO does not accept 2 curves to be recognised as one and adde
Hi,Is there any way to change the default family naming instances?like I need 001,002,003,004 etc for new instances.I tried with open with excel replace all. But the moment I save this tmp excel file the family table disappears. Also tried with Mapkeys to carefully delete INST1 and write 001 that also not working. I have 100+ parts require family table instances. Any common idea to rename the instances?
Hey everyone,i'm a newbie in creo and i'd like to add some axes on my drawing by using ''Show Model Annotations''.It works but i want to display the names of the axes, like A_1 and A_2I haven't that problem before when i changed my config file into mmks_config.
I am using Creo Parametric Release 9.0 and Datecode9.0.2.0When I select a quilt in the model and hide it, the Model Tree does not update accordingly anymore*. As a consequence, it is not possible to show the quilt again by acting on the Model Tree.* In Creo 7 it all worked fine.
hello there, I just downloaded Creo 9 and while working on my project suddenly the application shuts down . I opened Creo again but it is not responding at all, it has been three days now and it is still not opening or responding. Has anyone got a similar issue?
Hi Folks, I have added an image (decal) to a part surface. My assembly includes two of these parts. However, only one of the parts in the assembly is displaying the decal. The second part does not show the decal. Any ideas as to why this is? Thank you.
My interest very huge in this topic i want to ask you can you please tell me , What are the key parameters and inputs required for dynamic analysis of the Rocker Bogie Suspension system? , and also thank you for explanations video is very helpful for me.Original Topic Link
Surely others have run up against this issue and there is an elegant solution hiding somewhere out there... If anyone can point me in the right direction much appreciated! I have found that running a Global Interference Analysis will include use cases such as fasteners in the returns... There is an interference detected where the solid geometry outside of the cosmetic thread on an external thread and the solid geometry inside of the cosmetic thread on an internal thread. It seems a bit much to ask users to sift through the returns and determine which detected interferences are "real" and which to ignore... never mind calling ModelCheck into the game. Initially I had hoped that the Creo Interference analysis would exclude volumes between corresponding cosmetic threads, or at least provide an option to do so. Not that I can find. I had high hopes for either or both of part level simplified reps and multi-body modeling... I thought maybe I could have an "i
Hi, I am trying to change the axis of revolve to the blue circled feature. When I try to select "A_1", it doesn't let me do that. Could anyone please have a look at the attached zip folder which has the part file and let me know how to fix this? Best,
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.