Recently active
Hello everyone,I'm not an expert Creo View user and I'm trying to find a way to obtain the minimum-size enclosure that contains a Creo part or assembly (or imported STEP files). In Creo Parametric you can set the Enclosure feature to "optimized" (from 11.0) or orient it according to a selected CSYS.I couldn't find a similar option in Creo View: when using Markup > Measurements > Envelope, the bounding box is always created according to the default CSYS. In the attached picture you can see a practical example where my part's CSYS is not oriented according to the minimum-size envelope/enclosure.Am I missing something? Thanks.
Why can I not move the yellow highlighted item to below the datum planes in this assembly feature tree? Using Creo 10.
Hello,Creo Parametric 8.0.6 I've created a mapkey to export dxf file and save drawing/part parameters then use vbscript to rename the dxf file, the mapkey works great in Creo but when i use distrubuted batch to export dxf using this mapkey it will only export the first page, is there a way to loop this for all pages in a drawing? Thanks,TTD <TTD version="1.0" created_by="PTC"><DESCRIPTION>Run a mapkey defined in a config.pro</DESCRIPTION><GROUP>Misc</GROUP><DETAILS>Will be run on any file type; user is responsible for choosing types that mapkey will operate on correctly.</DETAILS><SERVICE name="dbatchs"/><FILTER_FILE_TYPES type=".drw"/><!-- Replace "F1" with chosen mapkey when customizing file --><TKFUNC func="ProMapkeyRun" mapkey_key_sequence="dxfdet"><save_model>false</save_model></TKFUNC></TTD>
Good afternoon community, I ran into a problem. It turns out that I want to solve some equations whose data are found as matrices and I want to calculate the unknowns for each row of said matrix, but at the same time there are certain conditions that I want to be met to determine those unknowns. Thanks for your attention. Mathcad Prime V.9.0 Translated by the Community Moderation using Google Translate. Buenas tardes comunidad, me encontré con un problema. Resulta que deseo resolver unas ecuaciones cuyos datos se encuentran como matrices y deseo calcular las incógnitas para cada fila de dicha matriz, pero a la vez hay ciertas condiciones que quiero que se cumpla para determinar esas incógnitas. Gracias por la atención. Mathcad Prime V.9.0
Currently running Creo Parametric 7. I'm trying to auto-populate a repeat region. In this assembly, there are two cases:1) XXXXXX-XXXXX-000, where "000" is the component find number. This is a parameter automatically generated at the part level, and can be called via relation asm_mbr_fn2) The second case is a manually entered find number at the assembly level. This can be called via asm_mbr_cparam_find_number These cases are mutually exclusive, i.eParts that fall under case 2 do not have an automatically generated asm_mbr_fn,Parts that fall under case 1 do not have a manually entered asm_mbr_cparam_find_number The components that fall under either case also have a specific naming convention. (see "YYYY", "_XXX" and "_YYYY" below) Here is the relation I have written - but it is not working correctly, specifically the second IF statement is failing. Those cells in the table are blank. The first IF statement works just fine - it correctly populates the part
I want to fill the symbol square with white and make the text ABC black. 1. What product and version are you running? Creo Parametric 9.0.8.0 2. Are you having issues? I want to fill the symbol square with white and make the text ABC black. I tried hatching and filling, but the text became the same color and became unreadable. 3. Are you using a workaround? If yes, please explain it. No, there is no workaround. 4. What is the use case for your organization? Explain how your idea works in a disruptive environment or how it applies to a real-world situation. 5. How is this issue currently impacting your organization? (number of users affected, lost productivity hours, etc.) I'm using the Toolkit to place symbols, but when I place the symbols on a model in a drawing, the text inside the symbols becomes hard to read. Currently, I manually adjust the symbol position after placing the symbol, but this is time-consuming due to the large number of targ
Hello all, I am saving a step file using ProIntf3DFileWrite() but I lose all colors assigned to parts and features. They are all set to grey by default. Is there any setting/config options I need to change before saving the model? Or any alternative method to save .asm/step file without losing colors assigned?
Hi,What could be the reason of which when setting g:=2 the first local minimum is taken as 11.095 (so jumps/skips over the first local minimum), but when using g:=2.3 the first local minimum is taken as 4.812, so the first minimum expected one value around 2.3 value. I would expected to see the first local minimum as 4.812 when using g:=2 as well.My understanding is that by setting g:=some value, then maximize(f,g), and minimize(f,z) mathcad functions will take the first local maximum and the first local minimum around this g given value. Is not right my understanding?
I'm working remotely today trying to retrieve a rather large assembly. My Creo home directory is a mapped server drive sitting at HQ. Not recommended I believe but that is our current configuration. When I retrieve this assembly it looks like randomly named temp files are being written to my home directory, causing this retrieval to take a long time. See circled in the attached. Knowing this setup is not the best, why are these files being written and what can be done until we can convince our IT people to put our home directories local to our laptops? Creo 8.0.0.0, Windchill 12. Thanks..
I can't open my Top assembly file, I applied a few notebooks for my design (Model and Assembly),I found an error message below the message log bar: "All notebooks referenced by model A will be retrieved". I tried to fix this by undeclare the notebooks in this model but it still happens with the otherIt just happened 1 day ago, before I could open it normally. Do you have any solutions for this such Crashes
My colleague is working on a large assembly. He puts the model into an isometric orientation and saves it in the model with that orientation. Then he places a view on the drawing and picks that saved orientation and the model is rotated in the drawing view. I have reproduced it on my machine with a brand new blank drawing. Both the model and the drawing are the same rep. There are no family tables at this level. Has anyone else ever come across something like this? Any ideas? If no other ideas, we will just dial it in with rotating about references until its close to the iso in the model.
I have an assembly opened in Creo View and all of the sub-assemblies show up fine in the structure tree. However, in the model tree it will only show the top-level assembly that I have open. I would like to select parts in the graphic window and have them highlight in the model tree, like how it works in Creo Parametric. I have tried reloading the branch links of the top-level assembly in the model tree, and the next level of sub-assemblies' link correctly, however as soon as I go to the structure tree and come back to the model tree, all of those links disappear. If anyone has any ideas how to fix this I would definitely appreciate it!
Hello everyone,I have been trying to extract dimensions from Creo drawings, however I'm running into issues with encoded notes.Is there a way to extract encoded notes using CREOSONthe note circled below is encoded: (Note_44) When i try to extract it, I get a long string and value expanded as NaNthis is my code:note_list = Client.note_list(get_expanded=True)note_list_df = pd.DataFrame(note_list)note_list_df = note_list_df.drop(columns=["location"])
Hello all, I am trying to get member of a pattern feature and delete them using toolkit. I am retrieving pattern feature using ProFeaturePatternGet and then using the ProPattern from it ProPatternMemberGet to get a members of that pattern. After getting this member how do I delete this member of pattern so as to have just header of pattern in a feature.
I am using Mathcad Prime 5.0 5.0.0.0I have a worksheet with an array that is 12 rows by 1 column. I know realize I want 15 rows. How can I change the arrays size so I can enter the additional values?
In Creo 7 (with Windchill/PDMLink) changing model units from inch to mm (metric) the model and drawing dimensions do not convert to commas from decimal points (decimal points remain). Was successful in previous model/drawings. I checked configs, customizations and more and they are identical from previous successes. Any thoughts are welcome.
Creo Product Insights presented by Emily Pinto, Solutions Consultant of PTC.
One of our designers has a drawing that was saved in January and none of the parts or the assembly have been modified since then, except the skeleton file that is used for positioning the assembly. When he and I opened the drawing this morning from Windchill, most of the views have shifted locations and even dimensions on one view that did not shift have been moved from where they were in January. This is very disturbing, especially the dimensioning and balloons moving in relation to their original placement. I can see something in the skeleton causing the model to 'move' but not dimensions to a view that has not moved. We are on Windchill 11.0 M030 CPS16 and Creo 4 M080. Has anyone else seen this behavior?
Hello everyone,Im trying to construct a matrix in Mathcad Prime 4.0 for a Newton-Raphson power flow solution, but im having trouble defining the elements where a summation with j≠i is needed.Is there any way to handle this in MathCad? Thanks in advance
Ich habe ein Startup Tool meiner Uni für Creo 8.0 gedownloadet. Damit hat mein alte Creo nicht funktioniert, weshalb ich es neu runtergeladen hab. Jetzt kann ich weder das neu Installierte Creo normal noch mit dem Startup Tool öffnen. Ich bekomme immer diese Fehlermeldungen. Als ich nach dem Fehlercode und einer möglichen Lösung im Forum geschaut habe, wurde mir die neu Installation des qualitiagents empfohlen, dabei bekomme ich aber immer diese Fehlermeldung: Ich finde aber keine neuere Version, die ich dementsprechend benutzen oder löschen könnte.English:I downloaded a startup tool from my university for Creo 8.0. As a result, my old version of Creo stopped working, which is why I re-downloaded it. Now, I can’t open either the newly installed Creo, nor can I open it with the startup tool. I keep getting these error messages. When I looked up the error code and a possible solution in the forum, I was advised to reinstall the quality agent. However, I keep getting this error
I am just trying to use the assembly for FEM exporting STEP. How can i create a coordinate system by importing one from a step file or other format at the TOP level. How can I do this while another designer has the assembly checked out / my workspace is out of date. I do not care about updates.
I am using Creo Parametric Release 9.0 and Datecode9.0.3.0How can I embed the fonts in a .prt files ?I made a wrapping feature onto a solid part with a text using a special true type font. When I send the part (.prt file ) to my supplier (who does not have the same font) he cannot see the text with the same font.Is it possible to embed the fonts into the feature so that it does not change ?Here are the errors that I facedno error messages, different fonts on different machines with the same prt file.
Whenever I need to do a quick symbolic calculation involving functions, I need to clear the function variable because Mathcad substitutes the previously defined value of the function. I read on a worksheet that one way to do this is to use the symbolic modifier explicit command, but I think they changed that in the newer version and it no longer works. I know I can just use the clear() and clear.sym() commands but that means redefining the fun_ after, and that's a pain in the neck. Any suggestions? Thanks in advance!Version: Mathcad prime 10
The Article - CS325902 It said that Creo OTK C++, OTK JAVA (both FREE & Licensed versions), VB API & WebLink APIs are enhanced to support Regeneration failure handling in no_resolve_mode. Hence, No Need to use the configuration option But I am still having "exception pfcExceptions.XToolkitBadContext" when using Wed.link Solid::ExecuteFeatureOps() . How to solve it?
Hello All,I have a an multiple assemblies which contains part with same name but different parameters. Is there a way to retrieve the parts parameter by its name.For example:My assembly has p1.prt, p2.prt and p3.prt. They all have a parameter weight.In drawing I want to do something like this "&weight:p1.prt".Is there a way to do this?
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.