Recently active
I am trying to find the efficiency of a 3 loop system. In order to find that, I need current equations of all the loops from which I can extract power of the circuit and eventually efficiency of the system. The solution I get is way too lengthy, I tried even manually to simplify them but had no luck.Please help!
Hello, I'm trying toolkit for the first time.I'm learning by referring to related documents, but I'm struggling because I don't know how to configure them.I tried the code below briefly, but it doesn't work.Can you tell me what I did wrong?Thank you. /////////////////////////////////////////////////////////////////////////////////////////////#include <stdio.h>#include <ProToolkit.h>#include <ProMenu.h>#include <ProMdl.h>#include <ProObjects.h>#include <ProMenuBar.h>#include <toolkitapi.h>int main(void) {ProError status;ProMdl current_model;ProName model_name;status = ProMdlCurrentGet(&current_model);status = ProMdlNameGet(current_model, model_name);printf("current model name : %ls\n", model_name); return 0;}
Hi All,I am trying to export a CREO Drawing File into DWG format to open in AutoCAD. I have found an issue with the configuration option: intf2d_out_acad_mtext (Export multi-line note a MTEXT) For dimensions with values that are placed outside of the dimension range, the leader line ends aligned with the value & text. See attached "Example_From_CREO", the DWG export should reflect this visual. However, upon exporting to .DWG, to result is an extended leader line (like a tail), beyond the value and text. See attached "Example 1" and "Example 2". I've noticed that changing the configuration option of "Export multi-line note as MTEXT seems to fix this issue, but in turn all other notes on the drawing are treated as single line text, when they should be MTEXT.So it appears that the export process is treating dimension lines like notes. Is there a way to configure dimension text such that it is treated differently to notes?
I am using Creo Parametric Release 6.0 and Datecode6.0.0.0Cannot obtain a constant radius round at the edge created by intersection of two swept bodies. I want to create a constant radius round for 200 mm whereas creo is allowing only to fillet with variable radius ranging from 60 mm to 200 mm. Is there any way to obtain a constant radius round?Round Settings 1:Mode - Set modeRadius 1 - 60 mmRadius 2 - 200 mmAttachment - SolidRound Settings 1 leads to successful development whereas the actual required round is to be of constant radius 200 mmHere are the errors that I facedFeature failed to regenerate.
I wanted to get the fields opinion here on this issue. We all are faced with numerous and ever changing marking requirements that must appear on our drawings. We can utilize formats to lock in default markings. I am sure many of you have moved away from hard marking (dumb text on drawings) to attribute based markings where we can flow down values from Windchill or CAD model. Let's take export control. In U.S., there are 3 buckets; ITAR, EAR or EAR99. DODI 5230.24 directs to place what I like to call the go to jail text. I am sure many of you have something like this on your drawings today. What I am looking to do is key off an attribute that indicates if the items are ITAR, EAR or EAR99 and either show this block or not. I have seen that rule based layers could be used to turn this on or off. However, I believe this would require the use of drawing templates. I do not believe this could be passed via formats but if so, open to that idea. The other option I have cons
Hi All when i create a simplified rep within an assembly, i can use this one on a drawing view.problem there is, that when i hide something in the assembly, the simplified rep is updated automatically and the views on the drawings too.is there a possibility to stop this behavior? BR
Hi,Would an advance license be required to use Define increment by relation for a feature in a pattern?Currently unable to check the box for Define increment by relation.Would like to change the length of the feature starting after idx1 is greater than 3.
Simplest example - start new manufacturing ASM, select user-defined work center, go to edit machine, select tool menu, select tool, change something in the view of tool, say shank diameter, hit apply, Message "cannot dsipaly tool for current tool setup" So how can I modify existing tools?
Good morning, I am trying to change the default name of the coordinates on my D38999 Mil Connector to match the part information. They are all listed in alphabetical order from A to lower case c. However Creo will not let me have two letter cases on my connector. How do I work around this?
Hi All i have a weird behavior within a pattern.i created a sketch with points in each corner. on the top left, i created a slot hole with the direction as shown in picture. then i use the pattern command to pattern on the points of the sketch. the bottom right slot hole changes the direction. why does this happen?
I am using Creo Parametric Release 6.0 and Datecode6.0.0.0I want a .prt file modeled in CREO 6.0 to open in CREO 5.0. Is there any method available to export the .prt file so that it can be opened in CREO 5.0?Note: I want to retain all the features while exporting.Here are the errors that I faced<.prt file name> cannot be retrieved
As shown above I have created an table with formula but I want to show the values rather than just formula. please help.Thank you in advance.
From the above Screenshot, I need to get the children of Left_Sleeve and Right_Sleeve. Kindly suggest a sample code for the procedure. Thanks in advance
Hello, I was wondering if anyone knew if Creo Parametric is capable of producing drawings like this: Not sure which this drawing was produced in, but it follows the conventions I was taught during technical draftsman classes in high school, and technical sketching classes in uni. Key thing I would like to achieve- the boundary lines are thicker than internal lines, and if there is a way to make a bottom or part-overlapping edge thicker than standard outer lines that would be great too. Haven't seen anything online that relates to this. Not sure if it's even possible. Thanks!
Flat to Screen placed symbol's height and location gets changed while changing its annotation plane to named model orientation using API ProDtlsyminstdataPlaneSet() in Creo Parametric through Toolkit
Is there a way to change the default action in the conflict prompt from "Check out now" to "Make Read-only" for example?
Hi, I am trying to create the table for wind pressure on various face of the building for various pressure coefficients. the formula are shown in the header of the table, Kindly help me to create on such table as in excel where the value will be calculated based on the formulas and how to retrieve a specific value from the table.Thank you in advance for your kind help.
Hello,I have a problem using Creo Toolkits, that is because of the .exe file executed from the toolkit keeps oppening a Windows blank CMD window and whenever I close it, Creo just crashes. I don't know if this is because something on my code though.Is there a way to hide this CMD windos from oppening? My code: #include <wfcSession.h>#include <pfcGlobal.h>#include <ProMdl.h>#include <ProSolid.h>#include <ProDrawing.h> class OTKTestCallBack : public virtual pfcUICommandActionListener{public:void OnCommand();};/* Entry */extern "C" int user_initialize(void){ pfcSession_ptr Session = pfcGetProESession(); wfcWSession_ptr wSession = wfcWSession::cast(Session); wSession->RibbonDefinitionfileLoad("format_drawing.rbn"); pfcUICommand_ptr InputCommand1 = wSession->UICreateCommand("FORMAT_DRAWING", new OTKTestCallBack());InputCommand1->Designate("msg_user.txt", "Formatar Desenho", "Formatar Desenho", "Formatar Desenho");&nbs
I'm trying to create a summary table at the end of a worksheet where I need the values of variables previously defined to come up instead of the variable name:
Hello Everyone, I am attempting to write a 'RowSwapper' function in Prime 8. Essentially, I have a matrix 'A' in which I need to replace certain rows that are present in another matrix, 'B'. The function should take the following arguments: RowSwapper(A, B, "label"). It should generate a new matrix, called 'A_Swapped', where rows are swapped only in instances where items have the same ID (column 2) and where label="LoadCase4" (column 5). However, the function I've developed isn't ideal because it relies on matrix 'A' having a well-defined order, and that matrix 'B' maintains the same order per unique ID as they initially appear in Matrix 'A'. Furthermore, it only includes load cases equivalent to "LoadCase4". Additionally, it's time-consuming in terms of computation. Screen shot of Matrix A and B:Desired Output Please note that I don't currently have access to Prime 9. Feel free to send me screenshots of the Prime 9 solution along with the file, which I can op
As shown above when I tried to linear interpolate the D values corresponding to h/d values of column 1. It is showing following error, Kindly help me.
Hello, I have some difficulties to plot on a XY axes system, the efficiency of a voltage converter. I want to have on the x-ax the output current in Amps, and on the y-ax the result in % for a specific switching frequency value.The error that I got is related to the fact that the variable from the x-ax is undefined.Could you help me please to understand what is wrong? Thank you!
Hi, I am calculating mean wind speed at variable heights (ze) as as shown in above function.Now I want to create a table with variable heights say 10m, 15m. 20m and tabulate the corresponding wind velocity, so that i can reference it any where in the calculation and I also want to know how to extract exact data from table with the variable say like lookup functions in the excel.
The only way I see to do it is to clear each variable individually ..... clear (x,y,z,....) That can be a lot of typing in a large sheet and you might miss one. I've had a few situations where I'd like to just clear everything and have a section of my worksheet act individually without any worry of using prior values but without having to relabel everything. The documentation doesn't point to any solution, but I know there are occasionally undocumented techniques.Thanks,
As you see from the above snips the zmin is extracted from combo box of terrain category but is not recognized in the cr(ze) program.
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.