Recently active
Hi All,in the "Creo Elements/Direct Drafting DWG/DXF Translator" manual (dxfdwg.pdf), its mentioned in the appendix "Hints and Tips for Translating MI to DXF/DWG" on page 65: “A dimension with a superfix, subfix or prefix is translated into geometry.” Does this apply to a radius like “R5" as well, or are there other ways to convert radii and diameters to a dimension when exporting mi to dwg? Useful Hints will be highly appreciated!
I have two matrices, and I need to generate a third matrix by doing some math as explained in the attached file
I am using Creo Parametric Release 6.0 and Datecode6.0.6.0When the digital model is saved to TC, it stays in the model check state, the saving progress bar keeps scrolling, and the saving cannot be completed. ----------------------------------------------- Translated the text from Simplified Chinese to English using google translate by community moderation. Subject: 数模保存至TC时,停留在model check状态,保存进度条一直在滚动无法保存 Body:数模保存至TC时,停留在model check状态,保存进度条一直在滚动,无法保存结束。-----------------------------------------------
Hello, In inventor there is a single button to break a part up that has had separate extrudes created in it and put those new parts into an assembly and create the assembly.If this is not possible.Is there a way to section Part_A in Assembly_01 and be able to "Project" the geometry of that section into a Sketch in Part_B which is also in the Assembly_01.There seems to be no way to do this simply that I can see and in Inventor its again a single button. Click and the section is now a sketch in the new Part_B.These sound like 2 different problems but they are exactly the same thing. I can project geometry into a Sketch while in a part but there seems to be no way to get that information (and stay referenced) into a new part. So changes made to Part_A automatically update Part_B Any help with this would be great.
Hi, in my sheet i have a set of equations with multiple variables which i have calculated ( around 40 equations). Now I have to solve these equations by equating them to zero in the solve block. I assigned these equations to variables and equated these variables to zero in the solve block. but unfortunately, is not working in the solve block. So now every time i change any parameters in my sheet i have to manually copy all 40 equations to the solve block and equate them to zero in the constraints.Is there a simpler way to do this?Thanks
Hi guys, I am doing my master's dissertation and i have come across a problem. I have in my sheet Fourier series which is used to show displacement field in this research i am doing. The problem is that by the end of my calculations i have to differentiate a few equations with these Fourier coefficients. I am but unable to do this as in the differentiation operator i am unable to use anything other than variables in the denominator, i am unable to have the index operator in the denominator of the differential equation. I have just started working with Mathcad a month ago. I have attached two pics to show what i am trying to get at. Any help would be really appreciated. Thank you.
Hi All, We have been using this worksheet for a while which in theory allow us to look at different restrain configurations. Its always been a bit flakey, but converting to Prime seems to have finally killed it. I just wonder if anyone has some advice on how to get it to work?
Hello Everyone, I'm working on Creo 7.0.10.0 version with WC12.0.2.0. After I launch Creo I'm getting a dialog box with below message instead of WC sign-in page. Did anyone face this issue? ThanksKB
I work from home periodically and access my company's network via VPN. Normally this arrangement works fine with Mathcad Prime. However, every 24 hours my VPN connection times-out and has to be reconnected due to IT settings. If I leave Mathcad with a worksheet open overnight, then the next day I find that Mathcad has switched to Express mode. Even after I reattach to the VPN, Mathcad remains in the limited functionality mode. I have to go through the licensing procedure, re-entering the license server name each day to get back to full functionality. Is there a way to get Mathcad to notice that the license server is available again and reacquire a license automatically? (I also use Creo Parametric, and it does this very thing.)
@TudorMarin @Werner_E how can I make interpolated value of X2 for a specific value of C in Mathcad from given excel or from a mathcad table?
As per this thread - same issue. I have the same issue, my old PC died, and now I'm unable to get a new license file to match the new PC HW. I have a perpetual license for version 14-15, but no way to use it - prime is not an option - sorry but I'm not going to pay for a new program that I don't need when I already own a program that covers my needs. PCT, please reach out to me at help me get going again. Thank you! \\\Jens
Unsure if solveblock will work Please help
I am using Creo Elements Direct ModelingIs there any Tool Available for Converting Creo Elements Direct Modeling and Drawing to Creo Parametric Assembly and Drawing.Source Formats: .PKG, .MI, .BDL required destination formats: ASM, PRT and .DRW
HI When the user isolate some component in the model tree, then when user select all components and Clikc unhide means, only the main level component is Became active, Still, the Nested components are in Hidden state Please fix this bug (view in My Videos)
I am using Creo Parametric Release 9.0 and Datecode9.0.3.0Is there a toolkit function equivalent to the "Convert All XCH to Pat" command? If not, is there a way to convert a XCH hatch to PAT format with toolkit api? Please provide example code if possible. Thanks!
Using the api how do I get to the model parameters instead of the drawing parameters? I'm able to get to the drawing parameters but not the parameters from the drawing active model. Any advice?
Hello All, I am trying to solve an equation that has condition statements and find the roots.Please help, Thanks
Creo Parametric 9.0.4.0, OTK C++ I'm trying to assemble a component in a given assembly using csys's as references (see attached code).What is wrong? Thx in advance
As per the original post. Do you know how I can split the connector and hide all unused contacts? I have a connector with 186 pins and only using 100. I'm a former Pro/Diagram user and it had the capability to split a connector and hide the remainder unused pins. Thank you
Hello All, I have generated a mathcad worksheet that can find bearing capacity of a soil based on a given footing size. Now, I am attempting to find the bearing capacity based on random footing size and for a given settlement but I am seeing a plotting failed error. Please help. My version Prime 7.0 Thank you
Looking to write some code to translate a wirelist from excel to XML in order to import it into the harness model. Is there a document that discusses the required parameters for the components and Connection sections? the Ninja cabling technical bulletin package did a great job of describing wire spools. Hopefully there is an equivalent for the Components and Connections.
Hi, I am trying to perform a save as, however the copied model is still referencing the parent. Any changes I do on the save as model are shown in the parent model. How do I make a copy of the assembly and add changes without messing with the parent?
As per this thread. Hi, I Attached the C# code If, I run this I am get the right View as output. I need to get -FACE ISOMETRIC as output, help me to figure it out, if we need to run the macro of -FACE ISOMETRIC with line I need to paste. Thanks in Advance IpfcModel model = session.CurrentModel;string name = "91888480_ALT01.ASM";IpfcDrawing drawing = (IpfcDrawing)model;IpfcModelDescriptor modeldesc = new CCpfcModelDescriptor().CreateFromFileName(name);IpfcModel solidmodel = session.GetModelFromDescr(modeldesc); IpfcSheetOwner MyDrawing = (IpfcSheetOwner)model;int sheetnum = MyDrawing.CurrentSheetNumber;CpfcPoint3D pointLoc = new CpfcPoint3D();pointLoc.Set(0, 900.0);pointLoc.Set(1, 650.0);pointLoc.Set(2, 0.0);IpfcGeneralViewCreateInstructions genViewInstructions = new CCpfcGeneralViewCreateInstructions().Create(solidmodel, sheetnum, pointLoc, null);genViewInstructions.Scale = 0.4; IpfcModel2D model2D = (IpfcModel2D)drawing;IpfcView2D view2D = model2D.CreateView((IpfcView2DC
Folks, I'm currently using CREO 7. Exploded lines are shown below. This has been happening to me for many years depending on the stackup and regardless of CREO version. I thought this was a bug that would have been fixed by now, but I'm thinking either it's me or its a bug no-one cares about. How can I rectify this? Thank you.
Hello,i applied for a mathcad student license a while ago when i needed it, but now i want to use it again an the license expired and there is no way to re-activate it?
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.