Recently active
When editing or creating an assembly it is annoying that when you edit the definition you have to have it below everything that you may want to constrain it with. Is there a way to disable it or when you select edit definition it automatically moves it to the end of the tree. No
Hello, I am currently trying to update an old Toolkit script from Creo 5 to 9, and a couple functions,(ProGtoldataFreeStateGet, ProGtoldataDiameterGet etc.) were updated to ProGtolValueStringGet. I was looking at this article Article - CS280972 - How to use ProGtolSymbolStringGet and ProGtolValueStringSet to replace deprecated Creo Toolkit API 4.0 and onward (ptc.com) for assistance, but I was unable to discern what the actual output of ProGtolValueStringGet would be. I tried printing it out to the console to figure it out, but I also could not figure out how to get the otk_install.exe from the otk_install.sln that I am running the scripts on, to print it out. Any and all help would be greatly appreciated, Thank you,Mark Hardebeck
Hello , I'm having an error when I'm going to save files to PDF by Schematics I'm using version 4.0 is there any solution for this?
I am using Creo Parametric Release 4.0 and DatecodeM130The threaded hole displays the ribbed line in the part drawing, but does not display it in the assembly drawing, how to make the threaded hole of the part display the ribbed line in the assembly drawing-------------------------------------------------------------------------------------------------------------Translated from Chinese to English using the PTC Translate tool(Done on 10th Oct 2022 at 9:03am IST by vnamboodheri)Subject translated from "2D图纸里面螺纹孔的螺纹线显示" to "The threaded lines of the threaded holes inside the 2D drawing are displayed"Body from 螺纹孔在零件图里面显示罗纹线,到总成装配图纸里面没有显示,如何让零件的螺纹孔在总成图纸里面显示罗纹线 to "The threaded hole displays the ribbed line in the part drawing, but does not display it in the assembly drawing, how to make the threaded hole of the part display the ribbed line in the assembly drawing"
Has anyone managed to get multi-threading to repeatedly execute the same statement as if it were repeatedly changed manually i.e. any trick that can automatically change a worksheet expression or parameter in such a way that multi-threading detects as a change and executes the expression afresh e.g. a counter that advances each time multi-threading acts on it?
I downloaded license by WEB. When starting MCAD got error: unable to create 12.0 engine factory
I have a "never expired" mathcad 15 license, and the mathcad just notified me that my license code doesn't work anymore
Hi there, thank you for taking your time! I'd like to automate two solidify operations to obtain a-quarter cut models using mapkey.When I check the recorded mapkey the datum planes are defined as node numbers such as 'node3' or 'node1 etc.The node number somehow differes from model to model, thus I'd like to know how to pick them. It will be fine if I select a datum plane by searching its name and describe it in the mapkey script. Do you have any ideas?Thanks!
many times i tried but i could'nt upload ptc script in localhost
I am using Creo Parametric Release 9.0 and Datecode9.0.1.0I used to be able to open solidworks files from within creo. But now when I select "open" there are no solidworks options listed in the filetypes. And if I select "all files" the solidworks files still don't show up. How do I restore the ability to open solidworks files? I think this change happened when I switched from creo 8 to creo 9, but I'm not sure about this timing.
Hi, Everyone.From the following: How to solve, N, fully (the above) ? Thanks in advance for your time and help.Best Regards.Loi.
We have drawing notes that are numbered 1,2,3, etc in a list. We then flag some of those notes with a symbol and then add a second symbol in the field of view of the 2D drawing to correlate an annotation or view with that drawing note. Sometimes a note gets deleted and then a user forgets to delete that same symbol from the field of view. Does anyone have an automated check for checking that there are at least 2 of the same symbols? Alternatively does anyone know of a better process for achieving what we are trying to achieve?
I have a drawing which is applicable to multiple designs that use it. Creo supports import of a drawing into another drawing. Importing this reference drawing into a new design works well except for the fact that all tolerances are removed from the dimensions when it is imported into another drawing. Any ideas on why Creo is removing the tolerances upon import? Creo 7.09 Ref drawing view: Same view when the ref drawing is imported into a new drawing (no tol display).
Our MathCAD Prime 6 installer is no longer working. When we run it, it shows as no apps available. Service Contract Number: 1R2416016; Sales Order Number: 3185301.Thanks,
Has anyone defined a combination state within a UDF (subordinate) and used said state in a drawing? My initial attempts to do this have not been successful. I have defined the comb state in the UDF reference model part. When the UDF is placed in a target model (as subordinate UDF) the comb state is not available for display in a drawing of the target part. I am able to show all annotations, but I have to manually show and locate the dimensions. I want to be able to display this combination state in a detailed view on a drawing without manual manipulation of any annotation elements.
I am trying to change the tolerance values displayed in the graphic window using a config file. I have entered the values I require in the config.pro and it shows up in the configurations settings as well. But the values displayed in the graphic window are different.
I'm sure this question has already been asked but I couldn't find a topic on it. Is there a way to break apart or split a "non-repeat" region table? I've imported an Excel table into my drawing and I need to break it apart because it's too large to fit on my drawing sheet. Pagination only works with repeat-region tables. -Cory
I find very good puzzle from YouTube. It was an entrance examination of a University in Japan. Find the number of rectangles of stairs shown here. How to calculate the total number of rectangles included in this figure? You can change the number of stairs by change the Combo-Box to select.
Can you create the FibonaciN(n, N) function? See the template (Prime 7) in attach!
I ran into a problem where Mathcad 8 (or 4 which I used previously) does not show the correct value or units for a calculation. I would send you the file with the calculations but I see no way to do so with this form. This may be the only error that I have detected while running Mathcad over the years.
I bring the curve of the second order (hyperbola - red curve) to the canonical form. Why don't my starting blue points end up on a hyperbola transformed to a canonical form. Help me please! Mathcad 15 in attach.
Hi team, I have a column matrix with 98400 rows. I want to divide this matrix into multiple matrices with 25 elements in it each. So 3936 matrices. And want to store all the 3936 matrices in a variable, so that I can call each matrix with indexing. For example I have Matrix C with 1 column and 98400 rows. I want to divide C matrix into 3936 matrices, and also able to call each C1, C2..C3936 matrices with 25 elements each.I am trying to do this using for loop but there has been no success.In the attached example I have given a column matrix with 50 elements. and want to work out to divide that into 2 matrices.Thanks
Hello I'm trying to find out if it is possible to rename a parameter value based on some dimension values.I have a model where we use a parameter called "Local_Description". This parameter is used on drawings to indicate some outer dimensions of the part. Can I create a relation that takes input from dimensions, converts them to string and set's them up in a desired way? Something along this: ad451 =100ad452=200ad453=300Local_description = ad451 & "x" & ad452 & "x" & ad453 Resulting in the following Local_description = 100x200x300 Is there a way to create this? Either with relations or with pro/program?
I have been trying to run MODELcheck in created MFG assembly (nailboard), but the button is grayed out and I'm not possible to use it. I tried to edit my config_init, but I'm not sure what exactly should I look for.
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.