Recently active
Hi, For detailing, we use to set overall .dtl setup only for whole file. In that case can we change or set that .dtl. file for each sheet separately to control the parameters in each sheets? For ex:. For sheet1 -setup 1.dtl, For sheet2-setup2.dtl. --Mani
Hi, I'm trying to parse drawing files for a laser cutting machine and change the simplified representation for bent parts using Jlink. What am I doing wrong? I tried solid.Display(), drawing.display(),manually adding simpRep before view.SetSimpRep() with drawing.AddSimpRep(). Here is my code: Drawing drawing = (Drawing) window.GetModel(); WView2D view2D = (WView2D) drawing.List2DViews().get(0); Solid solid = (Solid) drawing.ListModels().get(0); ModelItems modelItems = solid.ListItems(ModelItemType.ITEM_SIMPREP); if (modelItems != null) { for (int i=0; i < modelItems.getarraysize(); i++) { if (modelItems.get(i).GetName().endsWith("FLAT_REP")) { SimpRep simpRep = (SimpRep) modelItems.get(i); logMessage(simpRep.GetName()); //drawing.AddSimplifiedRep(simpRep); //drawing.DeleteSimplifiedRep(simpRep); SimpReps simpReps = drawing.ListSimplifiedReps(solid); for (int k=0; k<simpReps.getarraysize(); k++) { logMessage("REPs " + simpReps.get(k).GetName()); } logMessage("C
Martin, I am trying to setup IFX on a network. I believe I have everything setup correctly but get a similar error to the one above. Using your solution and running IFX through the creo load point, everything works fine just like in this post. The problem I have is when I point the IFX configuration PATH_ABS_LIBRARY to my network location I get the hole_com.cpp error. Can you help with this?
I am developing a sheet to calculate section properties of steel sections using Mathcad Prime 10, however I find the integration gives zero value for web thickness less than a number for my specific example. see below screenshot and attached file. The Ay gives correct area, however the Ax doesn't. I have tried different values for tw which gives a correct result when it is larger than a certain number. For example in the I section if changed to 30mm, the integral gives correct answer. Appreciate any help please.
How do I get combined state view states tabs to appear in the main display of Creo View if it is possible. I have Creo Parametric 11 and Creo View 10.1.
So when importing large step assemblys as parts there will always be lots of errors and it will take hours.If its not a complete faliure meaning "could not construct geometry", there will at least always be transitions between parts that doesnt work,, and the model will be a mix of solids and surfaces and very heavy to use.But when importing step as assembly keeping the parts intact as they were make from the source. There is almost never a problem.Is there no way to import as part and make the individual parts as bodies so Creo doesnt have to construct new impossible geometry ?For example Assembly with 10 parts will be Part with 10 bodys.
I have a Prime calculation that takes days to run--it's a complicated integration. If I halt the calculation using the "Stop All Calculations" function on the Calculation tab, save the sheet, then return to that sheet later and re-activate "Auto Calculation" I believe the calculation will continue from where it was halted, even if the file was closed and reopened. My question is whether or not this halt/save/continue does in fact continue the calculation rather than restarting it. If I select the "Calculate" option the sheet will definitely start over from the beginning, but that's not what I'm asking about. I can't submit the sheet due to corporate limitations but the question is general enough someone should have worked it out by now.
Hello. I have a table that generates two sets of info.One is the actual design forces, and another is a minimum.I want the maximum from each case.For the 8" wall I want it to give me 10 psf and for the 12" wall I'd like it to give me 15 psf.I have googled but no luck. I can create a max function but it gives me the maximum of all four numbers. There a way to do this?
I'm working in Creo 11 and I have a fairly simple part, but I was trying to demonstrate a few concepts. I'd like to have a family table of a part. This part has 4 dimensions that will vary between nominal, MMC and LMC with the tolerance being a parameter. I was hoping to write an expression that the MMC part was nominal + &tol and the LMC part was nominal - &tol, and I'd like to change the tolerance as a parameter. I've used the excel table in the family table - but I wanted to verify that I'm not missing a better option.
HP computer and printer are working properly with other applications.When I try to print a Prime 10 workshheet with colored plot traces, all are Black.Used HP Smartfriend service and we found the problem only happens with the installed Prime 10.Seems that I have done something stupid recently: I am 89.When I try to print, my HP Elite 7200 printer does does not show a color option.Could there be Adobe problems? Do I need to re-install Prime 10?
Hi communityI am interested in simulating the separation of bodies. In effect, I am tearing one body from the other.The two bodies have different materials, and bonded contact between the bodies.I create the separation using displacement constraint. In this situation, the elements continue to be connected between the bodies and do not "disconnect" during the separation process. What am I doing wrong?Does anyone have a recommendation on how to simulate this? Thanks in advance.
The entire assembly of vehicle is 120mb. Spin lag, slow machine.Step of same: 46mb, still spin lag..asm of above step: 1mbShrinkWrap of the .asm: 1.7mbWHAT IS THE CORRECT PROCESS TO lightweight the huge ASM MODEL? How can I achieve a super light file. ?
Hello everyone, I am solving mass and energy balances for a CSTR using odesolve in a solve block in Mathcad Prime 10. The system includes species balances and an energy balance with the heat of the reaction. However, the solver is not working.Are there specific issues with my guess values, constraints, or equation setup that I should check? Any guidance on properly structuring odesolve would be helpful.Thanks!
Sorry, I don't know how to get the Vadl value? Could anyone help me please?
I've not been able to locate anywhere on how to remove a concurrent user from a floating license pool of licensing using the FLEXnet Admin. Also when I go to the Administrator section of the FLEXnet Admin tool it is asking for a administrator login, however I'm not sure what login information to use because it is not accepting my PTC login information or my server administrator login, so I'm not sure why this is not working. Please provide any insight or advice on this.
I have a sheet metal part with punches and die-formed features. Does PTC Creo offer a way to calculate the blank size or developed length for this part to determine the required raw material? I know other CAD software packages have functionalities for generating flattened or developed patterns. Is this capability available in Creo 7?
Hi,I'm currently using Creo 9. I'm trying to make a drafted Hole as Datum B using GD&T Advisor. First, it only gives options to add Datum Targets as "Targets" tab turns red (see Image 1). After going in to the Target tab, I'm able to select "User-Defined Axis" option and then select the axis of the said hole. However, this option doesn't allow me to use position/perpendicular geometric characteristic for tolerance. The only available options are Straightness, Circularity, Profile of Surface & Angularity (see Image 2). I'm looking for a right way to add a position/perpendicularity tolerance w.r.t Datum A (bottom surface of the block).
Creo 10 I have been tasked with providing restricted values for parameters based on my material selection.Example, if I select 1018 CRS, I only want my "finish" parameter restricted values to be powdercoat / black oxide If I select 6061 aluminum, I want my "finish" parameter restricted to clear anodize / black anodize. My 1st attempt, your able to create material parameters for individual materials. However, if you create restricted values for material parameters, the restricted values do not save with the material file. If this worked each material would be able to have its very own set of "Finish" parameter values and this is all I'm after. My 2nd attempt, was to have each material having its own special parameter. EX.... 1018_Finish, 6061_Finish. Then have a restricted variable file grab the appropriate information. This worked, however I need my drawings to be populated with a &Finish. I thought adding a IF exist function in my relations would cover thi
I have a user who is trying to tabulate changes to a sketch dimension, and the resultant values on other sketch dimensions. I have tried making family table instances where the lower dimension increments but repeat region table can only capture family table elements, not other affected model results not in the family table. looking for options.Users sketch
I downloaded windows on my mac. I then tried to buy the Mathcad Prime 10 Student Edition for $63/year. However, it just took me to Mathcad Express Free Download when I clicked on it. I finally downloaded it, and then I had to login and provide my product code. I don't have a product code because I never bought anything, but I clicked on the $63/year plan and it never charged me so I don't really know what to do or where to go from here.
Hello, New user to Prime 9, moving from V15. V15 had an option for regions to "push regions down as you type", does prime 9 have an equivalent?
We're using Creo 9.0.9.0 to import STEP files saved by Catia 3DExperience R2018x. Whenever we import an assembly we get the child parts added in with the filename as <part number in catia>_000. The _000 isn't shown in the STEP file when opened in a text editor, so I have no idea where it has come from. Is there any way to turn this off? Many thanks!
Trying to get Creo View 11.0 to publish on our Windchill server. Proeworker will not start automatically, but that is minor as I start it manually and then disconnect from the server. The real issue is the 'generated' PDF and thumbnail are blank and the worker log says they were not generated, even though WVS Monitor says Job Successful. Checked the error in the worker log and it points to Article - CS161913 - Creo View Adapters: Failed to generate drawing output in PDF format when publishing a Creo Parametric drawing file Removed Creo and Creo View and reinstalled on Friday. Ran the recipe editor and set it up for PDF. Still fails to publish. Ran Proepublish per the CS article and it generates the PDF in the CVA setup folder. This is a Windchill 13.0.2.3 installation with Creo 11.0.3.0 and CVA 11.0.0.0. I have Windchill 13.0.2.3 running with Creo 9.0.9.0 and CVA (.0 on another machine just fine. These 2 machines are not connected. Anyone have any ideas before I open a call with P
I am using Creo Parametric Release 6.0 and Datecode6.0.0.0I am trying to load the merge command/inheritance feature.==================================================License Information==================================================Release: 5.0Version: 5.0.6.0Creo Parametric Platform Agent Version: 4.17.0License Name: PROE_FoundationAdvLicense Version: 29.0License Type: Commercial version, Floating LicenseLet me know if you have additional questions or need additional information.Here are the errors that I facedIt is grayed out in my version of Creo 5.0
I'm attempting to moved my networked mathcad license to a new server. I've followed the support article (https://www.ptc.com/en/support/article/CS20911?oskarSession=4ed21d13-73b5-4882-8e39-d12bebb4a6bc&source=support_assistant) and to how to install the service manually (https://www.ptc.com/en/support/article/CS62129?oskarSession=4ed21d13-73b5-4882-8e39-d12bebb4a6bc&source=support_assistant) and everything looks fine but when I go to start the license it won't start and when I attempt to re-read the license it fails. the Debug log isn't showing anything either.
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.