Recently active
Dear community. I have an issue with a high of energy comsumption by SYSTEM proces after CREO is running.After the CREO is not in use, the SYSTEM proces works properly. Does any one meet similar issue?Any solution? I'm using CREO 7 + Wind chill on Win10. Thanks in advance.
Downloading the Creo 10 and doing the installation process with everything downloading with a warning. Then trying to open Creo Parametric 10.0.0.0 the traceback file says there is a crash. How do you fix this issue? I am using parallels pro on a mac pro. I have installed visual C++ and Jarva 11 to sort out some other problems I was having. Thank you in advanced.
How to export a creo model to JT (enable xtbrep) with Creo OTK Java / Jlink。 I use such code:GeometryFlags geometryFlags = pfcExport.GeometryFlags_Create();geometryFlags.SetAsQuilts(false);geometryFlags.SetAsWireframe(false);geometryFlags.SetAsSolids(true);geometryFlags.SetAsSurfaces(true);AssemblyConfiguration asmCfg = AssemblyConfiguration.EXPORT_ASM_SINGLE_FILE;JT3DExportInstructions expJtIns= pfcExport.JT3DExportInstructions_Create(asmCfg,geometryFlags);model.Export(jtFilePath,expJtIns); recieive error :XInvalidInput
Hi,I'm using IFX to create my own custom library.I've added a few hardware components. Everything is operating OK, but when I use IFX, I do not get the accurate representation of Screw in 2D and 3D previews.Images are included here.Please let me know if anyone knows how to fix this.I did not find anything related to apperances settings in help section.With custom lib - With Default Library
Hi folks,here the little simplified assembly in creo 8.0.9. I tried to simulate with Simulate the effect over a stator of a clamp.The program gives to me always the error "Creo Simulate could not generate elements for all of theentities in the model"I've just tried to mesh the single parts and it works. The problem is only in the assembly with the part of the stator. I tried also: without the symmetry with different fixing fixing all the dof for better numerical stability without contact interface I don't know where I'm going wrong.
Hello, everyone. More than a question, this is an open topic: Does somebody know a reason why the piping application has not been updated in all these years since Pro/E became Creo? There has not been any change in the way to do piping. I know, some people use to do by swipes and extrudes, others use piping app, and others do spec. driven. But in general, we have had enhancements for manufacturing, electrification, sheet metal, ... And what about piping? Anything? Competitors are WAY FASTER AND SIMPLIER to design routed systems than Creo (for piping/tubing). Will this post be seen by PTC people someday? Let's discuss in the comments.
Hello, I on Creo Parametric 8.0.9.0 Is there a maximum amount of columns in a hole table of datum points? I would like to add over 23 columns to the hole table of datum points.I added a bunch of parameters to the datum point feature. These parameters should show up in a table on the drawing. A hole table of datum points is used. And an export of this hole table is needed as input for another application. While doing this, only 23 parameters, including the standard the standard 'Feature Name', 'X', 'Y', 'Z' can be included. When adding more parameters, to show up as column, Creo crashes. A fatal error is encountered. So I was wondering if there is a max to the number of parameters to be added? Thanks for any reply, Johnny G
int* ids = nullptr; ProArrayAlloc(1, sizeof(int*), 1, (ProArray*)&ids); ProArraySizeSet((ProArray*)&ids, 1); ids[0] = 40; int wHandle; if (ProWindowCurrentGet(&wHandle) == ProError::PRO_TK_NO_ERROR) { ProMdl handle; if (ProWindowMdlGet(wHandle, &handle) == ProError::PRO_TK_NO_ERROR && handle != 0) { ProMdl prdMdl; ProMdlLoad((wchar_t*)L"prtpath", PRO_MDL_UNUSED, PRO_B_FALSE, &prdMdl); //the function can't work on asm->prt //asm->prt is work ProAssemblyAutointerchange(ProMdlToAssembly(handle), ids, prdMdl); } } ProArrayFree((ProArray*)&ids);
I am using Creo Parametric Release 4.0 and DatecodeM150We currently face a challenge in opening “.lay files”.Is that part missing in “PROE_DesignEssG”Here are the errors that I faced"this funcion requieres one of the following:NOTEBOOK
i want to relate symbol with view by using C# and VB api. any one know solution give me a help.
CREO 10 CAN YOU COMPLETE A SWEPT BLEND (OR ANOTHER WAY IF THIS IS NOT THE CORRECT FEATURE) FROM A PLANER SKETCH TO A CURVED SKETCH, OR PROJECTED SKETCH ON A CURVED SURFACE? HIGHLIGHTED IS THE PROJECTED SKETCH ON THE LARGE BODY, THE CURSER (SMALL RED LINE) IS THE OUTSIDE SKETCH OF THE DUCT. FOR THE DUCT, I MADE THE BODY WITH A SWEPT BLEND. HOWEVER, I NEED TO ADD AN OUTSIDE THICKNESS LAYER WHICH WILL STOP AND CONFORM TO THE OUTTER SURFACE PROFILE OF THE LARGE BODY. SO BASICALLY, I NEED TO CREATE A LOCATION STOP/SUPPORT FOR THE DUCT (THIS IS REASON I NEED TO ADD EXTERIOR THICKNESS TO THE DUCT), THIS WILL ALLOW ME TO PRINT THIS SEPERATE (IN A DIFFERENT COLOR) AND ASSEMBLE IT TO THE LARGE BODY. IT IS CRUCIAL FOR ITS LOCATION AFTER ASSEMBLY. I CANNOT PERFORM ANOTHER SWEPT BLEND FOR THE EXTERIOR TO CREATE THE THICKNESS BECAUSE THE SWEEP WILL NOT STOP AT THE CURVED SURFACE. WHAT ELSE CAN I TRY?? ANY HELP IS APPRECIATED.
Hello, I'm trying to upgrade to Creo 10. I received my license text files through email. I went to the software download page and got the latest version of Creo 10 (Version: 10-0-4-0) and downloaded the .zip file. The problem I'm having is that the setup.exe file does not seem to work. When I double click or right click>run as administrator nothing ever happens and no installation window ever opens. However, when I go into Windows Task Manager I see a process called "PTC Installation Assistant" which is running. If I don't end that process I get an error when trying to re-run the setup.exe file which states "Please exit the already running installer or uninstaller first." I was able to successfully run the "install_license_server.exe" and it recognized the license lm___.txt file and installed the license server successfully. That does not seem to help getting the setup.exe file to work. I'm running Windows 10 Enterprise. I've seen a few possible solutions on this foru
For reasons of convenience I would like to have a closed surface where one of the edges is open in Creo Parametric. A simple example could be a surface of revolution that is swept 360 degrees but has a open edge where the surfaces meet. Below is a artificially created image, where the sweep angle is close to but not exactly 360 degrees. Revolved surface with open edge (but not quite closed) So i am wondering is there: A way to split a self enclosed surface at one and only one edge?A way to merge only said edge and not all edges?Convert inner edge to outer edge?This would be handy at times.
Hi,I am attempting to include my custom component as a connector in the AFX library.In the script tab file, I'm adding connector references for assembly. When I try to assemble that connector and the connector references are in the hidden state, afx displays an error.For example, if I refer to a plane from a connector for assembly and the plane is in the Hide state in the connector component, afx will fail to assemble it.We are using Creo 8 and Creo 10.We use MBD for parts and ensure that all datums are hidden for the Model_only tab. Anyone know how to use connector references, even if they are hidden ? Your help is appriciated.
Hi,to automate the drawin of numerous part, hasanyone made a Creo toolkit application that can generate max dimensions for a given 3D model?3 parameters must be generated in the 3D modelMAX_LENGTH_XMAX_WIDTH _YMAX_ HEIGTH_Zand coordinate of max points alwais referred by coordinate system (see example measure transform) ?Thanks for your time, Luca.
I was using Creo (v10) under a school given license for about 4 months. Since this license only worked at campus and I needed more time to work, I decided to add the online student license that my friends recommended to me. At first, it was not working and continued to operate under the school's license and did not work away from campus. Then I went on my desktop to Creo open file location> Reconfigure. Here I went to the licensing page where I only found the student license. I accepted and went through with everything hoping that Creo would now work under the student license like how I wanted it to.Instead, now every time I open Creo it says that I must register the Quality Agent for Creo to keep running and when I allow it to register it it says that Creo is shutting down under code 0x00000013. It might be helpful to note that when I first installed the student license under my laptop and it did not work I installed it on my PC and did a project on it meanwhile. Th
I'm trying to simulate a constraint on a part fixed with a screw in an oblong (as shown in the image below). The idea was to constraint the region where the screw head reaches, because the diameter of the screw is smaller than the hole. Is this way correct? I'm getting high tension points when simulating, making the part not able to withstand much force in the simulations. I don't have an Advanced Creo Simulate license to use Fastener or Preload tools.
“You may wonder what kind of vehicle is next for Club Car, but the answer is that the future is here, the future is now.” Known for its brand of gold carts, Club Car is at the forefront of electric vehicle innovation, reinventing utility vehicles that work just about anywhere you can think of. They're all about designing vehicles that are fun, practical and of course eco-friendly, and you can spot their rides zooming around golf courses, resorts, farms and even college campuses. In this episode, we meet Dan Dykstra, who takes us on an immersive tour with the CRU, allowing us to experience first-hand the thrill of cruising around in this innovative vehicle. We delve into the versatility of the CRU, from leisurely backyard adventures to practical urban roaming. And we learn about Club Car’s dedication to electric vehicles for sustainability. We also hear from Brian Thompson, who heads up PTC’s CAD division - he explains the importance of Simulation Live and ho
hello,i am currently using creo 10.00.00 while designing in creo for palm feature i have to use scroll button with shift button at a time how can modify the setting such that i can only use scroll button for palm feature in options mouse setting is not visible and in config.pro also i couldn't find any possibilities Help Me
Creo Mechanism doesn't use computer resources Sometimes when creating bigger simulation with non linearities creo mechanism doos simulate this but very slowly without using computer resources. how can i fix this.Used friction, nonlinear forces derived from coordinates.
In structural simulation, as my understanding that plastic deformation will lead to large deformation. In Cero Simulate, it is allowed to perform plastic deformation with large deformation deselected. What are the differences between the following structural analysis conditions?1. Only large deformation is calculated, plastic deformation is not calculated.2. Only plastic deformation is calculated, large deformation is not calculated.What is their actual physical significance? Are there any practical cases?
hello, i had creo 9 before working perfectly fine, but wanted to upgrade to creo 10 and this is what is showing me once I installed it, any advice on what to do?
Am having a difficult time opening a STEP file. Every attempt ends with Creo crashing with the following window: "Auto-traceback info" window appears. Fatal Error Encountered. A Traceback has been written to C:/... I was hoping it might be in part to my "Import New Model" default window settings. In order from the top of the window..Type: AssemblyProfile: Current Profile Use template box-Unchecked Import type: AutomaticOptions: Generate log file-Checked / Short is filled. Does this look appropriate for a STEP file that is in excess of 600000 KB?
Hi guys, I am trying to load a distributed load on a circular beam of outer diameter 15mm and inner 13mm and length 1m. The load has got to start from 50N and linearly decrease to 0. I have tried using the function definition to apply a function of 50-50*X, however the load seems to be evenly distributed. Any ideas thanks very much
Hello, everyone. This is the topic: I have sheet metal parts that can be created in mm or inches. For drawings, we have double dimensions: mm and in. I would like to have a table showing:Column_1 Column_2Bend radius: xx.x mm (yy.y in)Material thickness: xx.x mm (yy.y in) Where: xx.x and yy.y are called by parameters. yy.y would only be xx.x times 25.4 (or viceversa). To take in consideration:I have a parameter that is unit sensitive already set up called "Conversion", which tells me the length units: mm or in, under the column "Unit".Those can be 2 different tables: one table for parts/drawings in "mm", and for parts/drawings in "in".Then:How to setup a relation that makes the conversion between them depending on the units?As I know it's possible to set up relations using "if" and "else".Considering that for repeat regions
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.