Recently active
I am using Creo Parametric Release 11.0 and Datecode11.0.0.0 IFX紧固件选择后,是否可以直接从PLM中调取模型直接进行装配,而不是本地每次参数化生成,导致无法与PLM中的标准件库匹配
Hi. I am trying to use an advanced list box to select a beam section from the first column in a matrix that I can then use to lookup related properties further on in my calc sheet. The problem I have is that the selection does not get parsed to the output variable. Any help with this would be appreciated, I can’t seem to find anything useful online, but I am clearly missing some detail.Here is the list box code and MathCAD file attached. // TODO: Add your initialization code herefunction ListBoxEvent_Start(Inputs, Outputs) { // TODO: Add your code here};function ListBoxEvent_Exec(Inputs, Outputs) { // 1. Clear the list box contents FIRST to reset it ListBox.ResetContent(); var options = Inputs[0].Value; // 2. Loop through and add the strings for(var i=0; i < options.length; i++) { ListBox.AddString(options[i]); } // 3. Set your output Outputs[0].Value = options[ListBox.CurSel()]; //Outputs[0].Value = ListBox.get_text(ListBox.CurSel());};function ListBoxEvent_Stop(Inputs,
What do I use to i stall mathcad
It is fascinating to me that after all of these years and revenue of 3 Billions USD per year… You are still unable to hire UI UX designers to create a logical workflow and interface, instead of this useless tabs and popups that fly around and waste time…Even solidworks got some things right and solidworks is not a good software at all…
Hello everyone,I am running Creo Parametric 11.0.5.0 Education on Windows 11 ARM inside Parallels Desktop 20.4 on an Apple Mac mini M4 Pro with 12 Cores and 24 GB of RAM for the Virtual Machine.After adding the following lines at the beginning of parametric.psfENV=PROCESSOR_ARCHITECTURE=AMD64ENV=PRO_MACHINE_TYPE=x86e_win64Creo starts and works correctly in Shaded mode. However, as soon as Shaded with Edges is enabled, severe graphical corruption appears. Hundreds of incorrect black lines are drawn between unrelated vertices. The surfaces themselves are rendered correctly.Interestingly, during the first second while the model is still loading, the edges are displayed correctly. The corruption only appears after the loading process has finished.Changing edge_display_quality from very_high to low only changes the edge quality but does not solve the issue.Larger assemblies also eventually crash with EXCEPTION_ACCESS_VIOLATION.Trying the same on an older MacBook Air M1, Creo runs significan
Hello,Is there a way to create a symbol from a saved sketch?I have a sketch that I saved as “.sec” file.Then when I go to create a symbol (Define Symbol), there is no option that I could find to import the .sec file to create my symbol.
Hi, everyone! I was wondering: is there a way to set in parameters or templates the bend position to “add geometry” instead of standard option to the keep wall profile? I would like to have it as default for all my designs from the beggining instead of having to set it manually on every new design. Bend position. Thanks in advance.
Issue background - We have model view on drawing. We want to add Text mentioning specific location in view. When we add text on model view, it is not hiding background model view lines.Also we dont have functionality for Text with white background in Creo drawings.Workaround test - Failed1) Using Hatched Square added on view with white fill color.With this lines still show in Creo drawing as well as exported PDF. 2) Using Symbol of hatched square filled with white color. With this lines gets hidden in Creo drawing but in exported pdf, lines still shows.
Hello,I am new to developing custom functions for Mathcad Prime.I already managed to create a working custom function in C, but I still cannot understand how to do the same in C++.To be honest, I do not understand the internal structure of Visual Studio C++ projects yet. I am learning step by step and using AI to help me understand the code and project structure.My goal is to move large engineering calculations from Mathcad into C++ DLL libraries. I hope to use AI to help convert my Mathcad algorithms into C++, but first I need to understand how a working C++ custom function project is organized.At the moment I cannot even create a very simple function like:int add(int a, int b){ return a + b;}I am not asking anyone to write my project for me.I would simply like to have a minimal Visual Studio C++ project that builds into a DLL and is recognized by Mathcad Prime. Even a project containing only one simple function would be enough.Once I have one working example, I believe I will be a
Hi,how can I add the default bend radius in the bend notes? I want to add the default sheet metal bend radius at all notes and for all the feature drawing that I’ll do.Maybe I have do modify a config.pro command? Thank you! Michele Barile
Hello everyone,I am working as design engineer & using pro program frequently.I want to explore the advanced options available in pro program as presently I am using basic level of program. Where can I found the training videos or content to study. with regards,Thanoj Kumar
I have purchased a new computer because my old computer can not be updated to windows 11. I have Mathcad 14, #15, Mathcad Prime 3.1 on my old computer. I want to put them on my new computer and my question is whether I can copy the files to a usb drive and put them onto my new computer? Or cand is download the from and old download file? Or do I new to get a new download from PTC?Your assistance would be greatly appreciated.
Users who do not know their Mathcad product code can refer steps below on how to get the Product Code: Solution: Product Code consists of 22 alphanumeric characters in length. General format of product code is xxxxxxxxxxxxxxx - xxxx – xxxx If Mathcad is purchased from PTC Web Store, product code can be found on the order confirmation E-mail as “Digital Rights” or you can locate the product code printed in the card inserted in the DVD package Customers who purchased Mathcad through the PTC web store can obtain their product code by contacting the Academic Assistance
Hi all,I'm working on a Windchill-integrated template library for Creo Parametric (currently on Creo 8, i am updating to 12). The setup is a web-based app (HTML + JavaScript using Pro/Web.Link) that displays a catalog of assembly templates stored in Windchill and allows users to insert them into an active assembly The core problem:When a user selects a template from the catalog, the app needs to do a recursive "Save As" of the entire template hierarchy — renaming every template-owned component to a new order-specific name — before assembling it. This is necessary because each insertion must be independent and order-specific (e.g., MY_PART_0001_CC1234 instead of the original MY_PART_TEMPLATE_CC0000).In Creo 8 we used a Rename → Save → Rename-back pattern via the API (pfcModel.Rename, pfcModel.Save), which worked well:Check out the template root (pulling all children via CheckoutMultipleObjects with includeDependencies = true) Build a bottom-up dependency graph Rename each model to its n
Hi everyone,I am setting up a Random Vibration analysis in Creo Simulate and I am running into an issue regarding Measures. It appears that none of the measures I create are available for selection or evaluation within this specific analysis type.Specifically, I need to output the following two quantities: Failure Index: I need to track the failure index across the random vibration analysis, but it does not appear as an option. Stresses in a custom coordinate system: some standard stress components are available, but they are strictly tied to the global coordinate system. I need to evaluate direct stresses relative to a user-defined, local coordinate system. Is there a specific workflow or workaround required to enable custom measures, or to evaluate failure indices and localized stresses, for a random vbration analysis?Any insights or step-by-step guidance would be greatly appreciated.Thanks in advance,
When routing piping (specifically extending piping), it appears that the "To Plane/Point" and "Parallel to Axis/Edge/Pipe Segment" options in the drop-down list are grayed out, as shown below:This also appears to have been a previously noted issue (as shown in this Article - CS96331) that has yet to be resolved. Is the cause of this issue yet known?
installation issue
I am using Creo Parametric Release 10.0 and Datecode10.0.9.0How to create drawing template in HMX. Is there any option to apply sort and filter in data tables generated by HMX. After generating flattened harness drawing how to change orientation of connector.
Hello, I'm having a problem with the dimension background. I want the hatch background to cover the hatch. Unfortunately, this can't be set, and the hatching under the dimension is still visible. I'm working in Creo 10.
Hi folks,I’m running Creo Parametric Educational Edition 12.4.0.0. and I’m having issues with my config.pro file.I’m trying to turn on “tol_display” so that I don’t have to manually turn it on every time I create a drawing. Up to this point I go into the Configuration Editor make my change, export the updated file to the “C:\Program Files\PTC\Creo 12.4.0.0\Common Files\text” folder but nothing happens. Whenever I create a new drawing, I have to manually turn on tol_display for that session. Inside the new config.pro file it’s set to “tol_display yes”.So why isn’t Creo reading the updated configurations from Config.pro?
Hello PTC Support,I would like to ask for advice about the markup features in Creo View Lite.We open PDF drawings stored in Windchill using Creo View Lite, and we would like to use the markup function to add comments and feedback for the drawing creator.However, we are having some difficulty with the usability of Creo View Lite, so we would appreciate your advice.The issues are as follows:When using a PC with a mouse and keyboard, it is difficult to place an annotation exactly where we want it. Also, the annotation window is too small. When using a touch panel monitor, we want to draw lines on the drawing, but the operation is recognized as scrolling instead, so the drawing on the screen moves. We would like to write Japanese comments that require two or more strokes. However, when using the freehand tool, the input is finalized as soon as we release the mouse button or lift the pen/finger. Therefore, it seems that we can only use the “Annotation” function for comments.Could you please
Hi All,Is it possible using ProMdlCombStateCreate routine to set different visibility styles(show, blank, wireframe, etc) for several solid object (prt, asm) in the model as in the interactive CREO session?Thanks.
I am using Creo View Adapters Release 4.0 and DatecodeF000 도면 변환용 Worker 서비스 down 상태로 서비스 재기동에도 동일한 작업자 에이전트 찾을 수 없습니다 Here are the errors that I faced 사용가능한 worker 찾을 수 없습니다.
I’m developing with Creo 5.0 TOOLKIT. I need to create cables and conductors programmatically. I found that higher versions provide ProCableAndConductorsCreate, but it's not available in Creo 5.0.I noticed ProCablesFromLogicalAllCreate can create all missing cables from logical references. Is there a way to use it (or other functions) to achieve the same “create a single cable with conductors” effect, without relying on a full logical import? Or must I stick with the combination of ProCableCreate and ProCableconductorCreate?Any suggested workflow or code examples would be greatly appreciated.Thank you.
We recently moved from Creo Parametric 9 to 12 and me and several colleagues have an issue with dimensioning in sketcher. Sometimes I have to retry multiple times to create a dimension between lines/ points etc. The mouse does snap but sometimes the dimension is just not created and nothing happens. Does anyone recognize this and has a possible solution?
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.