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.
HiI have set up a function, where I want to find the root x. I have made an attempt in the attached file to use the Solve block-function, unfortunately I get an error message and don't know how to proceed. If somebody could help me, I would be really thankful. 🙂
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
Like Subscripts shortcut "ctrl+-" is really slow down the speed, it is much convenient used "." in match 15,
Hello I need to make an equation sheet of all these formulas I am using for a project for my Professor. Mathcad is so nice to do this procedure. However, Mathcad 3.1 Prime wants to calculate it. I don't need it to calculate it. I just need to show a list of formulas without calculations and without having a variable undefined. if someone could help me with I would be greatly appreciated. You can see in the picture below to see what I am talking about.
A ball with a mass of 1 kilogram is at the top of a frictionless ramp 10 meters above the ground. The ball rolls down the incline and launches from a height of 2 meters and an angle of 30 degrees above the ground. (This picture was created in Creo.) Create a function that calculates the horizontal distance as a function of initial height, launch height, and launch angle. Calculate the horizontal distance the ball will land from the end of the ramp. Solve for the angle that will optimize the horizontal distance. How will the horizontal distance change if this were performed on the Moon instead of on the Earth’s surface? Assume the acceleration due to gravity on the Moon’s surface is 1/6 that of Earth. Use the Chart Component to depict how the horizontal landing distance changes as a function of angle. Use a 3D Plot to show how the horizontal landing distance changes as a function of ramp height and launch angle. Assume the ball starts at a height of 10 meters. The worksheet sh
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
I can't add a new oriented view.The button is disabled.Why ?
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?
what i should do if i wanna to paint some shapes or fill an colorful rectangle box in Creo Viewer via the Graphics :"Graphics g = axpview1.CreateGraphics(); " in winform apps i can do this ,but it's seems doesn't work in Creo viewer control AxpviewLib.Axpview in winfrom app, the rapint is okay ,you can drawing any things in winform including fill the shape with color
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, I'm learning Mathcad and have been working on a problem using the software and had an idea of autogenerating a drawing using whatever variables I am given. To do so, I am using the XY plot graph function. I have created the plot and created some lines using my variable to get a general shape, but each line is infinite. I can't seem to figure out how to make each line a line segment that has an actual start and end. I have attached my Mathcad file which has all of the different variables and the plot, as well as some CAD drawings in there that show what my auto-generated drawing is attempting to look like. End goal is to have different loads being shown as arrows as well applying force to the wall structure.The plot is at the very bottom after all my calculations because I have still been messing with it. I have tried to use boolean equation stuff and matrixes to no real success. I am using Mathcad 15. The problem is a basic statics problem where I solve for loads on a
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
Arbortext IsoDraw allowed for a visual angle definition via the creation of oriented grids (see included image). Trying to match these IsoDraw angles via x, y and z orientations in Creo Illustrate but can't come up with the "math" to do it.
Hi experts,Does anyone know how to solve this issue?the system show that it couldn't find the answer.any useful method that can help me to solve this?
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
Hi. I need help for calculation in Mathcad Prime , (with numeric values and units) using formulas from the annexed file. Can someone help me please?
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.
Hihis might sound trivial but can someone help input a partial differential equation(PDE) like the one in the image? Regards Raghu
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.