Recently active
I have a drawing with 3 sheets. somewhere along the way the second sheet has become corrupted and the drawing will no longer publish. i can activate/modify sheet 1 and 3 but if click on sheet 2 the program stalls and i'll have to close it out. I'd like to just delete sheet 2 and re-create it but i don't know how to do it other than right clicking and selecting delete. but right clicking it will navigate it to that sheet and then it'll freeze on me. Help?
I would like to be able to design tubes in Creo Parametric that will be 3d lasercut (to an angle of max 45 degrees).When I convert a body to sheetmetal, sidewalls are made perpendicular to eachother automatically.There are some workarounds to have angled sidewalls in sheetmetal but is it possible to have sheetmetal not do this automatically? I still need the unbend/bend back function in sheetmetal or I wouldnt use it at all for tube design.
Hello, does anybody have UDL files for editing Pro/Program and Relations with Notepad++? I've already set the config option "pro_editor_command" to my Notepad++ installation path (to use N++ instead of Notepad.exe) and I was wondering if anybody has already uploaded UDL files somewhere. Thank you in advance. Old Topic for reference - https://community.ptc.com/t5/System-Administration/Notepad-User-Defined-Language-files-for-Creo-Parametric-and-Pro/m-p/451745#M6999 And thanks to @DomenicLaritz for sharing the UDL files for config and .dtl files!
Buenas noches comunidad, tengo un problema en una interpolación. lo que estoy bucando es encontrar un Q que sea constante (interpolación). Gracias por la atención. Version de Mathcad Prime 9.00
I followed the PTC tutorial to assemble the piston and seal ring, and after completing the three assembly constraints required for the piston ring assembly according to the steps, it prompted "incomplete constraint"?I said I followed the official tutorial, why is the result different from what is displayed in the tutorial?Can someone try assembling it according to the tutorial to see if the results are the same as what I got?Thank you!The tutorial can be found at the following link:活塞装配 (ptc.com)
With the search tool I would like to select all the components which have for designation_1 = "CAISSON" But I can't find the category ...
Hey all, I've created a sheetmetal part using the extrude wall feature. I have a basic clamp half where I have a large radius bend in the middle and two tabs/flaps on opposite sides. I have done a flat pattern rep and imported this into a drawing. In my drawing I initially had a rolled bend "U" symbol when calling out my bend angle for the large middle bend. This is exactly what I want. I then increased my part thickness from .060" to .075" and the drawing now has a formed bend "<" symbol instead of a rolled bend. I cannot find how to override this or even "hardcode" the symbol into my bend note. When in my model, I cannot display bend notes/annotations (I'm assuming since the part is an extrude wall feature). I don't know how I can change the "&type" of the bend for an extrude wall feature. Any ideas on what I can do?(Unable to upload model/pictures due to company policy)
HiI wold like to have parameter whit part name.But not only name also whit .prt or .asm at the end.If i made whit relations model_name=rel_model_name i get only name.example model name : Plate.prt parameter -Platei would like to havemodel name : Plate.prt parameter -Plate.prtHow can i do that. ▋
Is it possible to obtain the dimension object driven by a parameter through the toolkit? Or can you retrieve which parameters drive a given dimension? I've tried various methods but still can't associate the driven dimension with the parameter by toolkit. Even using the ProFeatureExternParentsGet function only know which model it's related to. The only method I can think of right now is to parse all the relations, but this raises another issue: if there are logical conditions like if-else-endif in the relations, it makes the parsing process more complicated. I'd like to know if there are other ways to achieve my goal. Thank you very much!
I'm developing for Creo Parametric 7.0.12.0 using Toolkit C++.In the Toolkit documentation for the ProGraphicsPolygonDraw function (.../protoolkit/protkdoc/api/1549.html), the description says that the points in the array use logical window coordinates. However, the shape appears to be on the XY-plane and positioned relative to the solid coordinates, i.e.: instead of drawing flat-to-screen, it's drawing at an angle defined by the assembly orientation.I tried the transforms I usually use to translate between solid and window coordinates, but all that happens then is no shape is drawn at all. Can anyone explain to me what I'm missing? Thank you, --Larry
Hello,I'm trying to export *.gif files from a modal analysis, but the quality is extremely poor. The only available formats are *.avi and *.mpg — which is fine, I can convert them afterward — but the video quality is unacceptable.I don’t understand why I can export simulation images as *.jpeg in absurdly high resolution, yet when it comes to videos, the quality is so low. There are compression artifacts, text becomes unreadable, and any small details in the model are completely lost in a blur of pixels.Is there any way to improve the quality of exported video or gif files?
Upgraded to Creo 11: Config defaults: new_parameter_ui no new_relation_ui no Adding appending text to relation file no longer works: Menu_def.pro :@ setbutton RELATIONS BLOWMOLD "#Misc;#Trail;C:\ptc\qo_text\proc_labels-2018\blow_molded_2018.txt;"\"Reads in the relations for BLOWMOLD defaults " Is this no longer supported?
i am not able to understand and draw this model can anyone help me completing this model?ND if possible complete and send the file
The installation process will inexplicably stop in the third step, making it impossible to select the product to be installed.
Since I updated to Creo 11 the feature tree scrolling has been very slow and lagging behind my mouse wheel and the drag bar. Is there a performance setting that can be updated to improve the usability of the feature tree?
I am using Creo Parametric Release 10.0 and Datecode10.0.2.0Creo 10 Distributed Batch won't go beyond "Working" statusI am attempting to export multiple CAD models to the STEP format using an embedded application within Creo Parametric. However, the process gets stuck and does not progress beyond the "working" status. Despite waiting for an extended period, the conversion does not complete, and the application remains frozen in this state.
Hello Everyone, From: How to Fill Surface the Blue Curve ? Thanks in advance for your time and help. Regards.
Hi, I am creating a calculation report in Mathcad Prime 9 and I was wondering if it's possible to create a cover page that would not have the header that the rest of the document has. So far, I have not succeeded therefore your help is more than welcome! ThanksRegards,Alex
ich habe eine lizenz und will es auf einem anderen gerät installieren aber da steht lizenz bereits erworben
I am using Creo Parametric Release 10.0 and Datecode10.0.3.0I want to get the tolerance table files which are inside “<Creo Common Files>\tol_tables\iso"How to get Creo Common File location using PTC pro Toolkit API?
Helloi have an equation. lets saybut if i have less arguments i want to do a different operation, lets say:(of course defining the expression like this will say that it was already previously defined)I dont want to create a new equation with different name. how can I modify my original equation to understand that the missing argument is null the closest i have reached is using an IF operator and checking if the other arguments are 0something likeif z = 0 and y = 0 return xif z = 0 return x * yelse return x * y * z then I need to wrinte something like this --> F(5, 5, 0)if the ecuation is more complex i dont want to write 0 on the argument i would like just to writeF(5, 5) and the equation should understand that Z is missing so just do x * y hope you could help me
I am using Creo Schematics Release 11.0 and Datecode11.0.0.0Check connections tool reports missing connection on one of my blocks. The fiber appears to be attached, but when trying to reattach, the line jumps to the bottom left corner of the screen and reports error Internal Error 002. The only work around I have found is completely deleting the fiber, and rerunning it, but this does not necessarily fix the missing connection error.Check database reports no errors.Here are the errors that I faced>>>> error <<<<Internal Error (002) occurred. Use the Check Database tool and contact technical support for assistance.
Hello Is there a way to get shown a the formula behind a value. For example: If i define value for "e" = ((250/2)-(250/3)) = 41,67 is there a way to show the formula when later in the dokument i want to use the value "e", but i want to show how it was determined? when i try to show it now it only shows e = 41,67? best regards AJ
HiI have tried to create a program that calculates a function for each value in the vector, but the result is not being saved for each loop. What am I doing wrong? Thanks for your help.
Hello I was wondering if I may be doing something incorrectly or if anyone else has ran into similar issues.I am attempting to modify existing SimpReps in a Creo assembly. When I go through the process there is no change to the SimpRep in the Creo assembly. Any insight or help would be appreciatted, below is the code segment where activeModel is a pfcModel_ptr retrieved from the session.The model has SimpRep "INTERIOR" and it has a component with feature id = 450 pfcAssembly_ptr assem = pfcAssembly::cast(activeModel); xintsequence_ptr ids = xintsequence::create(); ids->append(450); pfcSimpRepItemPath_ptr sr_item_path = pfcSimpRepItemPath::cast(pfcSimpRepCompItemPath::Create(ids)); pfcSimpRepItem_ptr sr_item = pfcSimpRepItem::Create(sr_item_path); pfcSimpRepAction_ptr action = pfcSimpRepAction::cast(pfcSimpRepInclude::Create()); sr_item->SetAction(action); pfcSimpRepItems_ptr items = pfcSimpRepItems::create(); items->append(sr_item); pfcSimpRep_ptr sr = as
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.