Take the Windchill Satisfaction Survey!
Recently active
Hi All I created some templates for drawings.One element there is the information about the edge break.I did that on format level because i want them to have on every drawing sheet.anyway. there are situation, where we need to delete that. Unfortunately, this is not possible on drawing level now. is there any option how to delete it or another/better possibility to do such notes/tables/text which will be shown in every sheet of a drawing?the tables which are on the format i can delete on drawing level, this note not.. br
How to covert the solid weld feature to a component when save as to PVZ in Creo Parametric? Is it possible to set export_pvs.rcp to conver solid weld to component in pvz file displayed in Creo View? When I open assembly model with welding solid features, the function worked.Please help to check it. Thanks.
So I'm trying to call upon an existing simp rep called "Smd_Flat" and then activate it upon a solid sheet metal part in an assembly to get its flat pattern, however i keep getting a XToolkitBadInputs error. My code is below. This is for Creo Parametric 9.0.4.0.The method loadPart(leaf); just loads the part in a new window as the simp prep couldnt be found in the window with the assembly. Any help would be appreciated. Assembly assembly = getAssembly(); ComponentPath[] partList = MzkCommonUtilitiesCode.listEachLeafComponent(assembly); //Component path to solid array Solid[] leafArray = new Solid[partList.length]; for (int j = 0; j < partList.length; j++) { leafArray[j] = partList[j].GetLeaf(); } //Going through all subcomponents to get key properties for (int i =0; i < leafArray.length; i++) { System.out.println("\n"); printMsg("starting loop"); //getting leaf values Solid leaf = leafA
Flat to Screen placed symbol's height and location gets changed while changing its annotation plane to named model orientation using API ProDtlsyminstdataPlaneSet() in Creo Parametric through Toolkit.
Hello everybodyI am using Creo 7.0.2.0. My interface language is set to Russian. However, there is a section called "Intelligent Fastener" under the "Tools" tab, and it is in English. Could you please advise me on how I can translate the buttons in this section to Russian? I have tried searching various settings, but I have not found anything. Thank you for your assistance,
Hello All, In the attached snap of my assembly, i would like to constraint center point of half circular surface. For that, i was attempting to create rigid link between center point and surface of half circle. and added displacement at center point. Can you please suggest is this a right way to do it? Rigid link Thanks Ankur Shah
In Drawing of Creo 2.0 when I click on Annotate tab the fatal error occurs. The rest of the tabs are OK but annotate tab doesn't work. The error Log is attached, could anyone help me?
The standard dictionary is so bad that it does not understand basic engineering/manufacturing terms.Standard words like 'adhesive, anodize, balance, etc. are not recognized.
Hi, I'm trying to have a note as a custom symbol. I want to have it so that when I place the symbol Creo will automatically ask for input. For example we have a surface finish that when placed will automatically ask for a value. I have a profile of a surface tolerance with a number followed by 3 datums. This is in the note itself: I have \TOLERANCE\ as an attribute: I've looked at other symbols that automatically ask for a value but I can't figure out what the difference if for the life of me.
I have created a closed profile with sheet metal, but on the last two bends the corner is not closed and there is a chamfer there as shown in the following figures and attached file, how can I have a complete perpendicular edge there?
Hello,From what I can see, the number of plotted points that can be displayed by the plot is limited at about 1.999998*10^6 points. The idea is that I want to extract from this matrix: test(0) and test (1) from 5000001 - 2000000 = x and then plot the values of test(0) and test(1) from 3000001 to 5000001, and not how it is now happening that the plot is taking the first 2000000 values for test(0) and test(1) from 0 to 2000000 and above these values the plot fails. Also the starting range for i in the for loop I want to remain at 0:
In Creo View there are four types of Model Annotation filter - Planar Annotations, Floating Annotations, Misc Annotations and Screen Annotations. What annotation types in Creo Parametric included in the each filter? Such as Flat to Screen and user defined annotaiton plane, DRV_DIM show annotations, Weld symbol from weld feature, annotations and annotation feature's members.Is there a detailed classification description, which detailed annotation types and creation scenarios are included for each filter?Thanks in advance!
User is trying to allocate more RAM for his Creo Simulation by updating config.pro file, but it doesn't seem to be reflecting in run summary.sim_solver_memory_allocation
I have created this tapped hole however I cannot see the threads. Creo parametric 9.0 Student version
I am runing on 10.0.0.0. Despite the setting "iconify_entire_pro" is set to "yes", I still have to minimize each window. It worked fine in Creo7 but not in this version.Is anyone having the same issue? Any solution? Saw one old article on the same issue , Creo 3. The fix is to set "activate_window_automatically" to "No" which I am quite reluctant as I still want this automatic activation. Anyone knows any good trick to solve this? Thanks
First question from a Creo newbie:I noticed when opening old SolidWorks .SLDPRT files, Creo Parametric (v10.0.1.0) deposits a .CREO file in the same directory as the part. This file doesn't show up when using the file browser in Creo and isn't associated with anything. I couldn't find any explanation of it. Could someone let me know what these files are and if they can be deleted?
Hello. I am having troubles with the outputs when the range variable "n" is used (file attached).The range variable is defined from 2 to 6 with the step of 1. So there are 5 elements in 5x1 matrix.But at some point during the calculation I get more than 5 outputs (parameters L_e, A_e, X_e, I_e and Pg.What did I do wrong in my spreadsheet? I will appreciate any feedback. Best regards, Sergey
I think its high time that PTC put some effort to come up with this " Develop a depth feature in the navigation to view the interior of the models," feature, which makes it easy for people to review the designs and show, share, and analyze the designs.
I was wondering if anyone can provide a post processor for a Haas SL30T lathe? We are running Creo version 7.0.7.0 if that is needed. Thanks in advance
To all, I had a question and I thought I could just modify a dimension in a part by adding on "mm" to the value. So in other words not change from inch to mm in my model, just modify an inch value directly to mm without using a conversion factor. I thought this was something that PTC had available to do in an earlier version, as we are now using Creo8. In the images attached I tried to just include mm in my change, but it did not work. Thanks,Dennis
I can utilize a hidden area, populate with text and math, and open and close that area. Is there a way to work with the properties of the line that is shown once the hidden area is collapsed?
How do I calculate the corresponding frequencies provided by the stft function?
In Mathcad 8.0, how do you name an area?
Hi all, I have an Excel file with thousand of cases. The inputs of each case are sent to Mathcad through its API, and the results are sent back to the Excel file. This process is repeated sequentially, solving each case one-by-one. As you can imagine, it takes several hours to finish all cases. I wonder if there is an option to use multithreading/parallel programming to solve several cases simultaneously and speed up this process. Also, is there an API command that returns TRUE or FALSE if Mathcad is busy calculating? At the moment I am waiting a fixed amount of time (15 seconds) between cases. Maybe I can ask each second if Mathcad is calculating until it is not and then extract the output values. Thanks!Regards,
I'm getting a message, "these units are not compatible".
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.