Recently active
I am making changes to the model tree in Creo 7 and want to save them. Documentation indicates that it is automatically saved to a .ui file but I can find no evidence of the file being written. Can anyone direct me to an actual accounting of how this is handled? From support article: For Creo Parametric 6.0-Select Model Tree Settings User-added image > Tree Columns... or for other settings select Tree FiltersMove required column types from Not Displayed to Displayed > Apply > OKStarting with Creo Parametric 6.0, the model tree settings are automatically saved in a *.ui file. This is one setting I am changing but it is not persistent when restarting Creo.
I am using Creo Parametric - Release 8.0 (connected) Release 8.0 and Datecode8.0.1.0I found CS115015 outlining how to obtain a Piping Fitting library. There are 3 links shown with the instructions to download each link, add it to a single directory and then unzip the first file (.001).After downloading all 3 files, adding them in a single folder there is NO option shown to EXTRACT or Unzip the first file. Windows 11 does NOT recognize the file as a zipped file.I am obviously missing something??
Can Creo4 import Solidworks 2021 part and assembly files? What about the newest versions of Creo?
I have copied everything from the protoolkit folder found at the location C:\Program Files\PTC\Creo 8.0.5.0\Common Files\protoolkit into C:\Temp\creo for ease of use. I have edited the PROTOOL_SRC to reflect this but when I try to build this file in Visual Studio 2022, I get these errors (Below is my make_file # Machine TypePRO_MACHINE_TYPE = x86e_win64# Executable namesEXE = pt_inst_test.exeEXE_DLL = pt_inst_test.dll# Pro/Toolkit Source & Machine Loadpoint (EXTERNAL USE - DEFAULT)PROTOOL_src=C:/Temp/creoPROTOOL_SYS = $(PROTOOL_SRC)/$(PRO_MACHINE_TYPE)# Pro/Toolkit Source & Machine Loadpoint (PTC INTERNAL USE)#PROTOOL_src=$(PTCSRC)/protoolkit#PROTOOL_SYS = $(PTCSYS) Any help in resolving this would be greatly appreciated
I am using Creo Parametric Release 5.0 and Datecode5.0.6.0I'm trying to connect HEEDS with Creo Parametric, and this requires registering with the HEEDS VB API (which I've done with admin rights and launching ...creo/5.0.6/Creo 5.0.6.0/Parametric/bin/vb_api_register.bat). When I use HEEDS to test the Creo Parametric API Registration, it fails with this message:Info: K:\PROD\wnt\heeds\2021.2\MDO\ver2021.2\win64\solver\..\portals\Creo\Default\HEEDS_CreoParametric_Interface.exe input args:1: testapi2: creocmd3: k:\prod\wnt\creo\5.0.6\creo 5.0.6.0\parametric\bin\parametric.batInfo: ---------------------Info: creoCmd=K:\prod\wnt\creo\5.0.6\Creo 5.0.6.0\Parametric\bin\parametric.batInfo: PRO_COMM_MSG_EXE=K:\prod\wnt\creo\5.0.6\Creo 5.0.6.0\Common Files\x86e_win64\obj\pro_comm_msg.exeA Retrieving the COM class factory for component with CLSID {456E0110-2031-3907-AFE5-9201C97A915E} failed due to the following error: 80040154. exception was thrown.The call stack at the time of the exception was
How to create custom drawing symbol
Creo Parametric cant use command
Hi there, I'm now trying to change part model's lengths by using the familytable feature. The part should have a clearance against the other part, however, I cannot set the clearance on the familytable. Could you have any idea to recognize the gap between part models and set it to the familytable?
Hello All, I want to run my custom application on Cad worker once user checkin the Creo files.I am trying to achieve, once Cad worker open the model it should trigger our custom code.I tried to set notification event "PRO_MODEL_RETRIEVE_POST" but this events isn't supported for Cad worker as Per PTC.Do we have any alternative to accomplish this task?Really appreciate any suggestion and help.
I am trying to create a post file for our machines which run SIEMENS 840D controllers. our machines require two files for our 4 axis merged VTL , left head , right head, and I can't see how to make the GPOST output two separate files. instead of one file with both heads in it. we have been using ICAM as our post, but we are now trying to set up GPOST to process our codes.
I have a large assembly with a full model of a vehicle as its base. In order to save time and energy I created a skeleton model of the truck assembly with the shrinkwrap tool. I then mate my components to this skeleton to avoid having creo load and render the entire truck each time I open the assembly. Once I begin to display my section views in the drawing the skeleton models hidden edges are shown and cant seem to turn off the hidden edges of the skeleton.
I have 16 years experience with ProE release 20 (~from 1999). My company recently upgraded to Creo 6.0, a big jump yes. I've been doing assembly reference pattern both for 15 years and now there is a bug. It works great in ProE release 20, but not in Creo 6.0 I did find this thread which may be the same issue, but not much else. https://community.ptc.com/t5/3D-Part-Assembly-Design/Components-missing-in-reference-pattern-both/m-p/561184 From what I can tell the bug is released to pattern tables. In the case of dimension patterns, the reference pattern both works great. I used dim pattern on planes, and then a dim pattern that was reference patterned to the planes. (pattern of a pattern) Then for the assembly, when reference pattern type both is selected for a washer coincident with the first axis, the dots look correct like this: and the washers come out correct: Okay, now under a very similar scenario, but the
Hi there,My java application is working perfectly on one computer, but for some reason it isn't working at another workstation.I have installed the OTK for java and set environment variables properly.But in my code, I get an exception on connecting to creo,com.ptc.pfc.Implementation.pfcExceptions$XToolkitCantModify at com.ptc.pfc.pfcAsyncConnection.pfcAsyncConnection.AsyncConnection_Connect(Native Method)Any idea what might be the problem here?Thanks,Hamza
Hi All, Can any one help me out in,How a drop test analysis can be done in CAE using creo simulate and what are parameters to be considered while performing the analysis?Thanks,Anoop Krishna.
Hello. I am using Pro/TOOLKIT to connect to a Creo 8.0.5.0 session and to explore the active opened CAD file. First of all, I need to retrieve the datum tags. Here there is a skeleton of my program to do that. ProEngineerConnect() ;ProMdlCurrentGet() ;ProMdlNameGet() ;ProMdlTypeGet() ;ProSolidSetdatumtagVisit(ProSetDatumTagVisitAction) ; static ProError ProSetDatumTagVisitAction(ProSetDatumTag* pSetDatumTag, ProError, ProAppData AppData){// Obtention du label du datum tag. ProSetdatumtagLabelGet() ; // Recherche des liens vers la géométrie à partir des références.//ProAnnotationReference* References(nullptr); if (ProSetdatumtagReferencesGet(pSetDatumTag, &References) == PRO_TK_NO_ERROR){ int ReferencesCount(0); if
Hello guys, I just want to ask you if you know when will CREO 9.0 available for students ... when I login in into my account and try to download a new verison it only shows me previous versions, thx
Helloi am trying to model a tube coated with grains similar to pebbles or rough sand? i wonder if rendering or a surface image is more appropriate for the jobthanks
I am trying to follow the object toolkit guide Getting Started with Creo® Object TOOLKIT C++ (ptc.com) to get the object toolkit for creo 8, and am stuck on step 11 due to this error. Did I miss an install option or how do I get ahold of this library?
Related to this post. Hi, I made a generative design, how do I create a drawing?
Hello, I need your help with active_draving.dtl file setting-up so that i would have one more digit (4gigits) in a red colored column in the drawing as below. It is just a family table with a parameter "MASS" - I cannot find the right option in dtl file to make the number more accurate. Thanx a lot in advance Tom
I am using Creo Parametric - Release 6.0 (connected) Release 6.0 and Datecode6.0.6.0Hello,First i don't know what is the "connected system" phrase and how to find it on my computer.So the one i put is arbitrary choosen from the list...If you know how to find mine, please tell me, thank you 🙂Here is my problem :I have a generic part which has 2 instances. Generic is OK.Until some more geometry modifications, the 2 instances worked very well.I was able to open them from the family table, and was also able to modify the functions etc ...But now, each time I try to open one of these two instances from the family table window, Creo crashes with fatal error.Same fatal error occurs when I try to verify the family table.I tried by deleting theses instances. re-creating them, making them more "simple" to try again and trying to go step by step to see where is the problem but same fatal error occurs.I also repaired the potential geometry errors displayed in the menu "Tools -> Verify geometry
Hello. I have been having issues on adding annotations on my 3d model on a top plane. I will visibly see the dimension but once I click off of it it will disappear but still show on my detail tree. Can anyone tell me as to why it does this? Thanks.
Hi In Creo 4, how may I hide Solid welds (Creo Weld) in a drawing without hiding associated weld symbols that were created in the assembly using welding features? Using Creo Welding I created Solid Welds in the assembly which automatically created the required weld annotation symbols for each weld.I want the solid weld to be displayed in the assembly and in the drawing I don't want the solid weld feature to be displayed but I need the weld symbol to be displayed. This will allow one to see the parts/edges that need to be welded together. It Appears that in Creo 4 you are not able to add solid weld features to a simplified rep in the assembly. When adding the solid welds to a new layer, weld symbol annotations are also assigned to the same layer at that time. When selecting the weld feature or (weld solid) they both respond the same way. Anyone have a solution for showing the solid weld features in the assembly and only showing the weld symbols in the drawings?
Hello, Hoping someone can offer some guidance whether the following is possible in CREO: I would like my dimension to display: 3x M4x0.7-6H Currently I am not able to remove the space between 3 and x: 3 x M4x0.7-6H If I try to delete the space the x just disappears, I am hopeful there is some use of brackets within dimension text that will permit this. Here is my dim text currently:&P285 x Dx0.7-6H If I remove the space between &P285 and x, x simply disappears. Thanks in advance.
Hello, When click on symbols, balloons on drawing or weld symbol in the 3D annotation, Creo 8 is freezing and I have to "End Task" to close Creo and re-open. My colleague open the same drawing and they have no issues. Could be a config issue on my PC? Thank you,
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.