Recently active
Hi, I am having a problem with importing the image using the view tab on Creo 5.0.4 and the problem wasn't solved even after I reinstall the Creo. What I did is by clicking the view > model display > Import, the choose the image I want to display on a plane in Creo part file. It worked just fine but I had an issue with Creo start running slow after I close the resource center window, so I used the task manager to shut down the Cero parametric then reopen the file again. The image failed to display and I won't work even after I re-imported, change the .jpeg to .bmp, turn on the .jpeg in paint and imported the picture into Creo, or even reinstalled the software. None of these works. The imported image looks like this: The jpeg I want to installed looks like this: Does anyone knows how to solve this problem?
I have a part that has 5 M3 x 0.5 tapped holes. Only 4 of them show up in the hole table I created in a drawing. I have deleted and recreated the hole table several times. Same result.
To all I am trying to understand the effort required to write a “macro” to automate a task in CREO 5.0. I have code countless simple macros in vba for excel and for the CAD system I am using – So I ma not a total beginnerWhat I have in mind Given the active assembly (.asm) Loop through each part in the tree Get the name of the part If the name of the part exists in a given list then hide the part Else do nothing Can this be done? Is anyone willing to provide the few lines of code for such task (I am guessing that there are specific Classes, properties , etc ). The list I have in mind will be a Dim ListofName As New List(of String) which will contains specific/fixed name Thanks Regards
I am having a very frustrating problem with Creo Simulate. I have 12 different conditions I am trying to study so I have setup an analysis for each one. I ran about half of them and got good results, but now the analyses are starting to disappear from the list. I have tried to recreate them but I'm getting the error message "The analysis "X" has already been defined. Please enter a new name." Has anyone else seen this issue? Is there a way to make the analysis reappear or to completely purge the existing one so I can recreate it? Also, changing the name is not really an option because I have a specific naming that will become a disaster if I have to change.
Hello All, i am 100% new to this form and creo systems too, my company is switching to Creo from Inventor and we got hundreds of thousands of parts designed in inventor system and now we want to move them to creo system. Why i am here? I would like to ask you all that is there any way to keep the features and constraints in assembly/parts in inventor when we move them to Creo? Making step files lost all constraints and features. Thanks in advance.
Using dimension-driven patterns help specify multiple occurrences of a component in an assembly. The dimension-driven pattern uses assembly constraint dimensions such as Distance or Angle... Continue reading - https://wp.me/p8enkj-id
Is emx 12 compatible with creo 4?
Dear PTC Community members We are students on an internship for an automation company. We are currently working on a machine to automatically cut and drill aluminum Bosch Rexroth profiles. Our goal is to export outside dimensions and hole coordinates from a 3D part (those aluminum profiles) out of a Creo Parametric model. We would like to have these parameters in a table or text file. Is there any way to automatically generate these parameters directly from Creo Parametric or does anyone have suggestions on external solutions for that? Best regards, Robin Heleven Jellis Goossens
It is possible to simulate the movement of the rototranslatory belt, it translates in the rectilinear part and is wound on the wheel, as per attachments.
Datum Plane tool in Creo provides an option to create a mid-plane between selected references. The enhancement has made it easier to understand how constraints can be changed. Also its faster to define datum planes especially in conjunction with operations such as Mirror. Depending on the geometric situation, the midplane can be created parallel to... Continue reading
Hi, I have created notes using ProDtlNoteCreate(). How to retrieve the x and y co-ordinates of the notes created ? Thanks and regards, Sekar
Hi, My basic requirement is to create a layer in drawing and add notes to them using a creo parametric toolkit application in c++. I have created later using ProMdl drwMdl;ProName LayerName = {'\0'};ProLayer Test_layer;ProLayerItem Test_layeritem;status = ProMdlCurrentGet(&drwMdl); ProStringToWstring(LayerName, "SampleLayer"); status = ProLayerCreate(drwMdl, LayerName, &Test_layer);status = ProLayerItemInit(PRO_LAYER_NOTE, 1, drwMdl, &Test_layeritem);status = ProLayerItemAdd(&Test_layer, &Test_layeritem);status = ProLayerDisplaystatusSet(&Test_layer, PRO_LAYER_TYPE_BLANK);status = ProLayerDisplaystatusSave(drwMdl);And yes I am able to create layer. Now i want to add notes to it. Is it possible ?I could not find any direct api to add notes into the layer. Please guide me.
Hi all, first time posting! I'm auditing some of the work our engineers are doing and I've came across an issue a few times now that I feel should have a solution. Say we have a sheet metal part with a flat pattern. When I create the title block, it shows the scale of the model that was active when the title block was created. No problem there. But when I add the flat, the scale listed in the lower corner can be changed independently and the title block will still list the 1st models scale. Views are now out of scale and no 'Scale x:x' is listed with any views. Is there any way to have a global scale for the drawing that all models are fixed to and the only way to change it would be in the view's properties which would show a 'Scale x:x' with the view? Sorry if this issue has been covered! Thanks, Brad
First, it was kind of a PITA because it seems like that with every new version, the location of config.pro, customization.ui, and other files keeps changing so you have to dig, and dig, just to find where you need to put them so you get your mapkeys and interface. Ok, so, granted, I haven't spent a lot of time yet in it, but...it seems like the "upgrades" are minimal. They tout a lot of "enhancements" to existing features (meh...), but what I WANT, is new features. For instance, you STILL can't use text when creating a "Fill" (flat) surface OR in a surface offset. THAT sux! Many times we laser etch the part number on cylindrical surfaces, and it's a PITA to do it. If we could use text in a sketch for those 2 feature, and it's totally absurd that you can't, it'd be a snap. So, hey PTC, how about wasting less time on "Bold New Graphics!" (i.e. fancy new useless visuals to attract the "cartoon CAD" Solidworks users), how about we actually g
Hi, As I've understood CCpfcAsyncConnection.Connect() connects to existing Creo session with 4 variables and CCpfcAsyncConnection.ConnectById() connects with ID which have been used previously. CCpfcAsyncConnection.Start() is a time consuming process, because it takes more time to open Creo and connect each time. For the process I'm running i.e., Model renaming, regenerating and pdf generation (few simple processes), I'm only able to run the program 3 to 4 times. After that either the connection methods do not work. They both give errors. Every time I've to restart the system(PC) to start the process again. So I was wondering if anyone has encountered this error and any solutions for it? Thanks in advance.
Why Source of PTC_MATERIAL_NAME is User-Defined? is not User Defined
Dears, Can anyone help to understand how to call a external applications using OS script (mapkey)? For example if I want to open https://community.ptc.com/ using a OS Script (mapkey) how can I do this. Does it require VBA coding? Regards, Sreenivas
Hello guys,I am trying to implement JavaFX in my J-link app. A JavaFX app is run by calling main method of the JFXapp class. When I call main method in start method of J-link app, the java.lang.ClassNotFoundExeption is caught.Can I somehow solve this problem to implement JavaFX components in my J-link app?PS: my source code:--------- J-link app class ----------import com.ptc.cipjava.jxthrowable;import com.ptc.pfc.pfcGlobal.pfcGlobal;import com.ptc.pfc.pfcSession.Session;public class TestApp { public static void start() throws jxthrowable { Session curSession = pfcGlobal.GetProESession(); curSession.UIShowMessageDialog("App started !", null); String[] args = {}; JFX.main(args); } public static void stop() { &
Hi, When I create drawings sometimes the values of the parameters in the head of the drawing don't seem to make any sense. For example I created a simple assembly containing a sheet of metal and two pipes: Sheet 1: The weight is shown as 3.675kg ( Parameter &PRO_MP_MASS:0 ). The active model is the assembly. Then I created a new sheet in the drawing with another view of the assembly. The parameter changes to &PRO_MP_MASS:1. And the weight shown is 3,757kg, although its the same part. That doesn't make sense. Sheet 2: Then I created another sheet (always using our drawing-template) and made the pipe the active model. The parameter is still "&PRO_MP_MASS:1" and the weight shown is 3.757kg. Of course the weight of the pipe must me much lower than the weight of the whole assembly. Sheet 3: I don't get how to propperly create drawings. Some parameters change on different sheets (for example parameter "&projec
Hi All, How would one parametricly show the quantity of one component in a BOM repeat region in a separate note at the same time on a drawing? FYI, The part in question not part of a pattern. Just assembled multiple times in different locations. For instance if I had work instructions on a drawing sheet and wanted to say Notes: 1. Apply lube A458-63 to 89568-456 quantity x before torquing to 30 ft lbs How would I call out the quantity for a part used in a assembly in a drawing note parametricly? Thanks for any help you can provide, Don Anderson
Was informed of a Full or Partial MBD setting at the TC. Did not receive exact instructions on the location of the setting or its full intended use. It was explained to be a method to allow layers or combined states to control annotation display. Anyone know the location of the setting or have further input on the appropriate use cases. Thanks in advance.
Is there any way to include more than one family table instance as drawing models when creating a new drawing? Currently, we're selecting the generic and then adding the Flat instance of a sheetmetal part when completing drawings. It seems like there could or should be a way here to save a step. Thanks in advance.
Hi all,A new behavior in Creo 4.0 I don't like. Now when using ordinate dimensioning, Creo places automatically the dimensions on the same side as the origin zero. More precisely, this happens when you want to add dimensions to a drawing. I don't understand this new behavior and gives me more job as I have sometimes to place the dimensions not on the same side of the zero. Do you know if there is a way to disable this and come back to the same behavior as in Creo 3 ? Thanks.
If you are working on a part using MBD (annotations tab) - anyone know if it is possible to attach a surface finish symbol attached to a gtol in Creo 3.0, 5.0 or 6.0. The same goes for placing it on an extension line to a dimension (this one is possible on a drawing but I can't get it to work in part mode).
Hello, imagine you have a very long machining...for example a finishing sequence of 5 hours. I want to machine with 5 tools for example (all the same tool geometry of course). Many CAMs have the possibility to divide the toolpath, either by LENGTH (meters of machining for example), TIME and many others (for example ANGLE, DIRECTION). Is there any possibility to do something similar in Creo ? Thanks.
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.