Recently active
We want to use "ALT" parts (very much against my recommendations but we have to do BOM's to the specs...) and while it's easy enough to change the quantity to "ALT" or "AR" (for bulk items like sealant etc.), I'd like to actually manually change the index (EDIT: right column listed as "ITEM") to have 2 #11's. I'd also like to be able to keep the correct quantity for "ALT" parts since that's good information. I've been working on it and I don't THINK it's possible, but I'm not 100% sure it can't be done. Or if it CAN be done, can it be done without a gigantic set of relations at the table level? Any ideas? Thx!
In previous versions I had no problems opening Creo Parametric model files by dragging and dropping them into the graphics window from Windows File Explorer. Now this function to open files does not work at all, not for part models and not for dragging part models into an assembly. What changed in Creo Parametric 9.0 that this function will not work??
Hi All we have several UDF defined for our daily work.in general, they are all similar build, the first "feature" is a csys on which a cut out is placed.the csys was mandatory to make the feature (cut out) flexible. now we are facing a small problem with that. if we create a sketch with point, we are not able to place the udf on one point during creating a pattern. is there any possibility to do that? actually the question is, is it possible to place csys on a point? br
Hi experts, this is my original equation, and I want to do the differentiate for every variable and simplify. but, I can only do it one by one, I think it takes me too much time if I have more variable in the equation. I would like to know any other methods could help me do it quickly. the attached file version is Mathcad 15.
I am using Creo Parametric 6.0.3.0I have data file type .STP, the size about 1000 MB when I open by Creo Parametric, there are warning box show Creo is not responding. Do you have solution for open the large file or extract file(Assembly paty) to small size (sub part) ? Anyone who have experience about this issue, kindly guide me.
Hi We are going more and more into direction of MBD. But still we need the 2D Drawing. On thing we are searching for to improve our design/modelling process is, how can I apply in 3D modelling a saved orientation to a combination state such that any annotation appears according the saved orientation definition as soon as it is added to the combined state? So far, we need to select all the annotations from a combination state and apply the saved orientation to them. In addition, we are looking for settings, which forces creo to take-over the saved orientation if I apply the combination state in a 2D view. Does anybody have a solution or a hint for these questions? PB
Please can you help me.I bought a single user MathCAD liscence many years ago, from Adept, but have since then always had a work mathcad tool available. I have been a heavy MathCAD user and supporter in my career and still am.I am now planning retirement and wish to continue to do some work in engineering, to support a disabled peoples charity, so need occational access to mathcad again.Please can you locate what type of licence I have and advise me how to gain access to the tool again.My address would have been 21 Yeldham Lock, Chelmsford, Essex, UK. when the licence was bought and worked for Marconi / GEC...Many Thanks, Robert 🙂
I tried to use Creo 10 today, and got a license failure. I eventually found that I need to download a new license file from the license manager website, even though my hostid did not change (because PTC has upgraded my license to "10 and below" on the server side for me transparently). Got the new file and installed it. Then I found the following message in my license server:10:06:00 (ptc_d) Request denied: Client: XXX (11.19) newer than Vendor Daemon (11.17). (Version of vendor daemon is too old. (-83,21049)) The license manger installation doc is here: https://www.ptc.com/en/support/refdoc/creo_parametric/compatibility/ptc_lms_download It has links to all the various versions, be careful to get the one you need, don't get confused like I did. 😞
The installation files for my Mathcad 15 files are for M010 which is not supported by Windows 11. Does anyone know where I can download the M050 version?
I has build a synchronouse java app,and rigisterd as a task named "task01".when I start a new asynchronous java app and StartJLinkApplication which build before, and run ExecuteTask "task01",creo crashed!!
jlinkAsync: I used pfcAsyncConnection.AsyncConnection_Start to start a app and get the connection. Console shows Port number is not provided.RemoteConnectionStarter finished and destroyed。When I use connection.AddActionListener ((AsyncActionListener)this) , throws exception:Exception in thread "main" java.lang.NoSuchMethodError: getCipTypeName..who can help this,thanks!
In Creo Parametric 8.0, in a Sheetmetal Part, the Mirrored Features collector is missing when editing a mirror feature. If I go to a part file, it is there. Can someone explain what I'm doing wrong or why it is this way? See attached PDF for screen captures. Thanks,New Creo User.
Good afternoon, the part axes and planes are hidden by default when added to an assembly, and I can't find a way to unhide them. Is there a setting in the configuration that could be the cause? I am using CREO Parametric 8.0.5.0. Thank you!
- Displays the name of the currently active model- If no model is active, a VBA error message is displayed- I don't know if the drawing name can be displayed? test it out ^_^Sub Model_Nanme() Dim asynconn As New pfcls.CCpfcAsyncConnection Dim conn As pfcls.IpfcAsyncConnection Dim session As pfcls.IpfcBaseSession Dim Model As pfcls.IpfcModel Set conn = asynconn.Connect("", "", ".", 5) Set session = conn.session Set Model = session.CurrentModel Call MsgBox(Model.Filename)'// Disconnect with Creoconn.Disconnect (2)'// CleanupSet asynconn = NothingSet conn = NothingSet session = NothingSet Model = NothingEnd Sub
This is a compound curve NO way to trace over it. I need to use it to extrude out form this face. How do i turn a referenced line from reference into solid creo can use? In inventor this is VERY simple you just click and turn it from reference to actual line. CREO can turn normal lines back and forth like this but it cant seem to to the same for a reference line??
*** "IpfcAssembly.AssembleByCopy" *** ask for useThis function copies existing parts in assembly and automatically assembles new copied parts.This is the code i made. there is an error'///////////////////////////////////////////////////////////////////////////////////////////////////////Dim Solid As IpfcSolidDim Assembly As IpfcAssemblyDim ComponentFeat As IpfcComponentFeatDim CreateModelDescriptor As New CCpfcModelDescriptorDim ModelDescriptor As IpfcModelDescriptor'// Load model from "rod_nut.prt" file into SessionSet ModelDescriptor = CreateModelDescriptor.CreateFromFileName("rod_nut.prt")Set Solid = session.RetrieveModel(ModelDescriptor)Set Assembly = modelSet ComponentFeat = Assembly.AssembleByCopy("C:\PTC\WORK90\JP100.PRT", Solid, True)'///////////////////////////////////////////////////////////////////////////////////////////////////////the code that gives the errorSet ComponentFeat = Assembly.AssembleByCopy("C:\PTC\WORK90\JP100.PRT", Solid, True)please correcte-mail : korealion
This SHOULD be very simple.It IS very simple in every other package I have used. I just want a dimension in a drawing to SNAP to the END of the line for line 1 and END of the line for line 2, not the middle, not any other random point it feels like choosing but the END of the line under my mouse.Simple right?I have tried putting in sketched lines to lock in a point for it to use but you cant dimension a sketched line while its near a model line???It is crazy this is not easier to do. I can snap lines to the points i am trying to dimension but i CANT dimension them????There is no way to move the attachment point after the dimension is created.There is no way to restrict the attachment point to END OF LINE as its being created. Yes i am frustrated, being forced to use CREO for Uni ... waste of time imo but here I am.
I am using Creo Parametric Release 4.0 and DatecodeM150Having strange issues with one client laptop running Creo Parametric 4.0 M150 with Windchill PDMLINK 12.0. The issues seems to be intermittent. I have tried everything even uninstall and reinstall but the issue continues on this one laptop?I ran the diagnostic tool referenced below. I'm scratching my head on this one PLUS no support from PTC as they stopped tech. support on Creo Parametric 4.0 2 years ago. Our upgrade to Creo 8, 9, or 10 is not scheduled until 2024, YIKES!Any insight would be very much appreciated!Cheers,KeithAdvance Instrustion set 8Manufacturer Dell Inc.Platform Type x86e_win64System Precision 3571Processor Manufacturer GenuineIntelCPU Number Of Cores 14Speed MHz 2400L2 Cache KB 4096RAM MB 32768.003GB Switch trueSWAP GB 4.75DISK Label C:Size GB 953.21Available GB 658.52FileSystem Type NTFSGraphics InformationName NVIDIA RTX A1000 Laptop GPUVendor NVIDIAVersion 31.0.15.2667Graphics InformationName Intel(R) UHD Gra
Dear experts,I have a question about curve fitting by using Mathcad.I have a formula call Steinmetz's equation. if I have a data like below figure.Based on the Steinmetz's equation, I want to solve the "a" ,"b" and "k" from each frequency.how do I use Mathcad to do the curve fitting.Could you please give me some example.
Mathcad 15 has tools to align text or math equations horizontal in a straight line or vertical up or down. See attached. Is there a like set of tools in Prime 8.0?
I'm using Creo 3 to create a drawing for an injection molded part. Some edges that have draft on them show as hidden lines when they should be solid. Arris line on the corner is displayed correctly as solid. Area where text and arrows in image below is open without any features. Anyone ever encounter this issue?
I'm having a hard time setting up the function to solve. Any help would be appreciated. I've attached a file of what I'm working on. I'm using MathCAD Prime 8.
I am trying to automate the model generation of an assembly using Creo Programming (version 8.0.5.0). I am able to get to the point where I can read a file with all the inputs and generate the model. But after reading the file, I have to regenerate the model several times (almost 6 to 8 times) to completely get the final assembly. I want to automate the regeneration process as well. I am pretty new to Creo programming and I wanted to know if it is at all possible to write something in the code which can auto-regenerate the model for me and will give me the final assembly right after importing the file. Thanks for your time in advance.
HiHow would I go about in creating section C-C in Creo 9.0 I tried creating a zone and although that does give me the 3d view it does not give me an option to show the section lines.
I am trying to solve a two point boundary value problem. Instead of three initial conditions for the problem, I am giving the value at the end of the solution interval. Can I use odesolve? My initial attempt (below and in attached worksheet) was not successful. If not what else? I have not solved this type of problem before. I know "shooting methods" are one possible approach, but I do not know how to set this up in MC. Any help would be appreciated. FYI I am using MC14, but saved the sheet as MC 11. 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.