Recently active
Hello every body i am trying to run an optimization study in creo simulate.i takes a very long time and keep the (running) button active all the time and no results appear.can any body help me?thanks
Quick video tutorial - How to use Collapse feature
I had created the recipe editor as per the PTC case https://www.ptc.com/en/support/article/CS286532 and got created the pvz file successfully but when i imported to creo illustrate i was not able to succeed with right view for states. 1. opened the creo view 2. import creo view file 3. got the list of mbd states in it 4. new picture and selected the required mbd states but creo illustrate was not positioned the view as per the creo mbd state definition. i did it manually. the same reproduced in vuforia too. not positioning as per mbd definition.
Hello, Looking for help with Pro-Program IF statement. I have a part model that has 2 different bolt hole patterns. I would like to turn off or suppress the larger bolt pattern when the diameter is below a certain size. For instance; If diameter d37 <= 5.500, turn off or suppress pattern 2, else leave pattern 2. I greatly appreciate the help, Steve
Hello, I am using CREO Parametric 5.0.2.0. I performed simulation of frame, made in Framework, in Simulate Lite (as picture bellow) and everything went fine. But when I moved middle beam, so the surfaces of all beams are coplanar, I get error (pictures bellow). As I understand it right, it is because I moved beam out of its original axis and now Simulate considers this beam as non constrained to other beams. Is there any solution, so I do not have to move beams to their original positions, every time I would like to perform simulation?
Some of my day consists of taking standard parts and making specials.Typically this is just simple length changes per the customers requirements.The question I have is with the way the drawing handles length changes.If you have a partial view and the length is changed, why does the centerline and dimension not move with the end of the part relative to where they had been to the standard part?The first drawings shows the part from the standard drawing.The second drawings shows the part when, in this case, the part was made longer. The centerline of the notch of the tube is now where the end of the shorter, parent part would be given the new length of the part. Why does the centerline and therefore the dimension stay relative to this portion of the part that is in the view? This happens on several parts and several drawings when a part is either lengthened or shortened for a special.If you had any suggestion how to keep the centerline relative to the portian of the view shown, I would ap
I'm fairly a beginner for both Cabling and Schematics and need to help company up these programs to fit in the work flow. I have encountered several problems which are not able to find solutions through PTC support manual: 1. How to use terminator table/other methods in Creo Schematics to map out port/pin parameters value? Such as I would love to assign terminal name, seal name and signal name to several connectors, I could not apply it while making the connector artifacts because these parameter values vary with different harness, is there an easier way to do it? 2. I also try to use terminator table in PCX, but it's not working. I didnt save the port artifact I instanced on connector artifacts in the central catalogue and did not define terminal names while routing the wiring diagram, what's the potential issue here? 3. I want to have a BOM table which will give all parts assembled in the harness assembly (housing, locking device etc.), terminals & wire seal
My company uses drawing templates to help maintain consistency with company drafting standards. If our standard notes need an update, I have to update all of our drawing templates (we have about 15). Is there a way for a drawing template to pull its notes from a file? In this way I would only need to update the notes documents? Thanks, Bob
I set few parameter in the part. but it fail to show in my drawing. if i use "note" key in my customize parameter , it able to show. but it just can not show in table. possible to advise , how to solve this problem.
Hi, I'm working on a project for a client & I need to upload all the latest versions of the models & drawings I have created to a shared directory. There are hundreds of parts & I don't want to have to go through each one & delete all the old versions . Is there an easy way to do this?
I want to locate datum points on an edge between two parts. The location of these datum points should be based on a particular dihedral angle. For example, Point 1 should be placed where the dihedral angle is 30 degrees on the edge. And point 2 should be placed where the dihedral angle is 45 degrees etc. Also, these points should then adjust automatically when the part geometry is modified resulting in a change in dihedral angles. Please let me know how can I model this in creo parametric 6. Thanks.
Hi,I'm running Creo 3.0 M050, and have a problem where I'm trying to create a BOM in my detail drawing of an assembly. The table is placed in the drawing and a region appears to be set, as the table shows the correct number of rows for each part in the assembly and I can apply balloons to the views. However, the table is not populating data in the columns, even for "rpt.index". What may be the cause and fix for this? Also, I have created a hole table for one of the components in this drawing, could I have fouled something then trying to do this?Thanks in advance.
I am running into an issue trying to return a borrowed license. (yes I do have a support call open but have no answer yet.) In the middle of the borrowed license I had to update the license file due to a renewal of one of the licenses. When I did, the borrowed licenses did not show up as being used anymore. One of the suggestions was to go back to the old license file, but that didn't show the borrowed license either. I am running the correct command but I get this error: lmborrow: Error, borrowed license doesn't match any known server license. (-128,595) I'm hoping someone else has had this issue and was able to fix it. Thank you, Brian
I have a component assembled into a top level assy. I have successfully read the component constraints using ProAsmcompCnstraintsGet. Constraint Type is CSYS. I want this to be a different Csys. (Of which I have the handle) How do I set which csys to reference in the Proasmcompconstraint datastructure.. Typically csys to csys needs no further constraint data. Does anyone have any sample code dealing with assemblycompconstraint. TK example is very limited on this topic.
Scenario:Creating a text in drawing mode --> "Note Properties" dialog box opens for use.Begin writing text and need a "Text Symbol". --> need to click on an extra button to open (yet another) dialog box for "Text Symbol" which opens you know where (ie. not near nor within the "Note Properties" dialog box itself.What a waste and distraction --> extra click to open "Text Symbol", then search for it.Can't the "Text Symbol" elements be integrated DIRECTLY into the right side of the "Note Properties" dialog box under the button for "Hyperlink.." and then also have the "Text Symbol.." button removed?It is such a pita to have to make drawing texts like this day in and day with this irritating non-value nonsensical extra work.Sorry, just needed to vent.
In the design process, when outer surface area is required for coating treatment for set of assembly parts, SHRINKWRAP technique can be useful as described in this video. In this, you would find: Extracting the outer surface geometry, Creating Area Measure Feature And Calling out the Area Parameter in the Drawing from the measure feature. Let me know in the past how you would have managed to achieve this or any suggestions…
Hello, I wanted to add a menu button for my Toolkit App. Therefore I used the source code of the installation test as a reference. Everything worked well, and I could run my little test program via the pushbutton, but I have problems changing the name of the pushbutton. Parts of my source code (Layout changed a little somehow…): static wchar_t MSGFIL[] = {'u','s','e','r','.','t','x','t','\0'}; //Test Access for MenuButton static uiCmdAccessState TestAccessDefault(uiCmdAccessMode access_mode) { return (ACCESS_AVAILABLE); } int user_initialize(int argc, char *argv[], char *version, char *build) //argc: number of arguments; *argv[]: arguments passed by Creo Parametric { //Add button to menu bar ProError status; uiCmdCmdId cmd_id; ProMessageDisplay( MSGFIL, "USER %0s", "" ); status = ProCmdActionAdd("-TestApp", (uiCmdCmdActFn)selectSurface, uiProe2ndImmediate, TestAccessDefault, PRO_B_TRUE, PRO_B_TRUE, &cmd_id); status = ProMenubarmenuPushbuttonAdd("File", "-TestApp",
I want to invoke a macro from within a Toolkit application.The macro converts a selected annotation to an annotation feature. When I select the annotation manually and then invoke the macro (mapkey) it works as intended. When I try to do the same from within the Toolkit application it doesn't work.The macro is executed but there is something wrong with the selection. ProSelection AnnotationSel; status = ProSelectionAlloc(NULL, &((p_ListAnnFoundItem->CommonData).AnnInfo.Annotation), &AnnotationSel); // must be freed // Execute mapkey on selected annotation ProLine wszMacro; status = ProSelectionHighlight(AnnotationSel, PRO_COLOR_HIGHLI
Just wanted to let you all know... the latest release of Nitro-BOM has a NO HASSLE - FREE LICENSE option... Nitro-BOM enables direct customizable export of Creo Assembly Structure, Parameters, Values and even model data (e.g. current mass units, material file, simplified rep, etc.) and even map Creo Parameter Names to other Names... directly to Native Excel Tables. Nitro-BOM also enables the creation, modification, deletion, designation/un-designation of Creo Parameters and can even rename models and drawings from Excel. For example: MODIFY Creo Parameters from Excel (3:01) CREATE Creo Parameters from Excel (1:34) and much more... Nitro-BOM also supports Excel Power Query -and- Macro Execution... so you can automate the transformation of Creo BOM Data with ease. For example: Creo Assembly Cost Summaries w/ Excel Power Query (3:07) Creo Assembly Description Differences w/ Excel Power Query (3:
Hello all, I am currently on a SAE team and we are learning to use the Framework extension. I am wondering if there is any sort of way to create custom tube profiles? We are using various sizes such as 1"x.095", 1"x.065" and 1"x.045" for our chassis. I checked the metric libraries and haven't found anything that size either. Thanks.
IS there any option to maintain two different nomenclature standard for Windchill part name & CREO file name
Hello, I'm new to creo and was wondering how to go about changing the rotation point in an assembly. When I have one part in the assembly, it is fine. The camera (view) when I hold middle click and move the mouse rotates about the center of the part. However, when I mate a long tube onto the first part it changes the point at which the view rotates and makes it hard to properly rotate the part to the orientation I want to see it in. How do I make it so that no matter how many parts are in the assembly, it still rotates about the original point? Thanks
Community, I have created some notes on a drawing, and I am trying to figure out how to make symbols float with the notes. Unlike the previous post where I asked how to make a leader note with a balloon note, this is a little different. For example, I can make a flag symbol with a note number inside the flag, but if I move the note, the flag symbol will not move with it. Unlike making a balloon note where I can choose offset, I could not find this feature with symbols, even under the attributes for symbols. Is there a way to do this? Thanks in advance.
Hello all.I´m simulating a bellow (optimizing some parameters) and it was constructed as "surface" in Creo - meaning that it has no thickness.So when I enter Simulate I can select all the faces and define them as "shell".The problem is - I think - there is not command for creating shells automatically in a component - you must select the surfaces.But my bellow was created as a pattern! This means when I update the number of convolutions, they will not became shells automatically. The optimization will fail.Is any work around? How to make Simulate to set automatically that the entire model is shell?I´ll have the same problem later when using pressure - if I create new surfaces the pressure over the new surfaces will not be automatically updated - but currently I don´t need to use pressure. One problem each time...Yes, I could use 3D elements and not shells. But is a lot quicker to use shells and I would like to keep it for this optimization stage.Thank you in advance
Hello all, I have an issue with creo 3.0 which occurs from time to time. Obviously I am inadvertently hitting a hotkey which make all of the quick access toolbar reduce to an icon only interface, see below: To date, the only solution I have for this is to close the part/assembly and reopen it in order to restore the default appearance (below). Anyone know of an easier fix?
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.