Recently active
Hi to everyone!I'm a newbie here and need help finding the idea for the solution to my issue—a brief explanation of the problem.Mathcad Prime 9.0.0 is used for the modelling.There is a FOR loop for which data is calculated, and there are conditions for selecting the coefficient. If the condition is TRUE, I want the program to choose the k1 and f values to be represented in the augmented matrix in the output.But, as I can guess, the problem that prevents my loop from performing as it should in the type of input variable - each i-th value of the input variable u-value has to be checked for a condition—if it is TRUE, it goes to the list of output values; if FALSE, it returns an empty matrix.Mathcad doesn't seem to recognise the particular u-value; it simultaneously recognises all the set of u-values [matrix]. Thus, I probably have the error message "this value must be a scalar."PS The attached file could clarify my issue. I would appreciate any information and help you can give
Dear all, I'm using CREO 10 i would know if could be possible to repeat a part along a sweep feature keeping a specific orientation compared to the assembly, for example i would: -repeat the grey part along the sweep cut keeping the same reciprocal alignment-merge all the bodies obtained in a single one-subtract the body obtained from the white onethe result should be similar to this onebut the way that i obtained it, is not easy to use and to manipulate and the subtract command always fail.Maybe there is another way that i haven't considered how to do this. Thanks previously for the help
when applying a distance constraint, the dimension was given in mm and is not translated to drawing properly, it was entered as 1mm on the assembly, more like 20mm is actual constraint. have i the wrong template, i may have started with the wrong template
I am trying to perform curve fitting using mathcad 13 to determine the best coefficients, "alpha" and "beta," that can approximate the equation of the three-parameter model (red line) to the creep equation according to Eurocode 2 (blue line). I cannot change the expression of the parameters in the three-parameter model equation. At this point, I have already tried using functions like "genfit." However, the parameters I am finding are less accurate than those obtained using the trial-and-error method.I would greatly appreciate any help or suggestions you can provide.
Hello ! I am using Creo 7.0.7.0 I am looking for a way to add a drawing table with specific dimensions for which we request inspection. I have manually made this table :I am looking for a way to automatically fill this table : the idea would be to refer the dimensions that need to be inspected somewere and that it fills the table and extract the minimum tolerance and maximum tolerance. Also it would be great if this table would update as the dimension or tolerances are updated. Is there a way to do that with Creo maybe with a drawing table, parameters and a repeat region ?
Hi I would like to understand if it is possible to program a .ttd file for Creo Distributed Batch, to import and convert pkg files I am using creo parametric 8 If it is not possible I ask to program a Mapkeys in Creo Distributed Batch, for that activity. If I use creo with normal operations I can convert the file but I need to program the conversion activity without engaging the program as for the steps. I am trying to reprogram a ttd file from another but it fails I am missing some information. I was looking for a guide. THIS IS THE TEST I DID .. ON TTD FILES but obviously it fails Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- Ciao vorrei capire se è possibile programmare un file .ttd per Creo Distributed Batch, per importare e convertire file pkg sto usando creo parametric 8 Se non fosse possibile chiedo per programmare una Mapkeys in Creo Distributed Batch,
The traceback.log file content regarding the traceback error I received on creo parametric is as follows. How can I find out what caused the error? -------------------------------------------------The trace creation timestamp is: Pzt Ara 09 14:28:49 24The executable build timestamp is: Per Kas 17 13:11:06 22The datecode is: 2022364The pro machine type is: x86e_win64The process ID is: 9676The traceback type is : CRASHThe logger exit status is: 00003The Trail is: trail.txt.3297The release is: 8.0The product version is: 8.0.7.0The product title is: Creo Parametric-------------------------------------------------Exception EXCEPTION_ACCESS_VIOLATION has occurred in the thread 18048.Main Thread 18048=====================0x00007FF67BC7265F NULL (NULL:0) (xtop:0x00007FF678300000) ( 0x8e9516d0, 0x10, 0x1, 0x0 )0x00007FF67B0B78E3 NULL (NULL:0) (xtop:0x00007FF678300000) ( 0x860f1ab0, 0x5bfad420, 0x0, 0x0 )0x00007FF67C0A8CC4 NULL (NULL:0) (xtop:0x00007FF678300000) ( 0x2, 0x5e9, 0x4a42b808, 0x
I'm trying to get centerlines to print properly, either on paper or PDF. My DRW is shown in 1st pic. The centerlines are adjusted so that each hole has the small dashes in the center. The 2nd pic is what the PDF output looks like -- small dashes are gone. I found plot_linestyle_scale setting, which does exactly what I'm looking for, but for the DOTFONT line style (hidden lines). Anybody know how to similarly adjust scaling factor for CTRLFONT line style?
This month’s challenge is based around pyramids and frustums (a pyramid that’s had its top removed by a plane parallel to the base). Choose any or all of the following and create a Mathcad worksheet: Moderate ChallengeCalculate the volume and surface area of the frustum in the image below. A Creo 7.0 part model is attached to this challenge for verification. Note that the original pyramid is a right pentahedron. (A line joining the center of the base and the vertex of the pyramid is at a right angle / perpendicular to the base. See the CAD model and image for additional clarification.) The base and top surface of the frustum are both square. Optional 1: Create a function that calculates the volume given the 3 dimensions above: edge length of the base, side edge length, and top face edge length. Optional 2 (for Mathcad Prime 10 users): Use the slider advanced input control to change either the height of the slicing plane or length of the side edge, and recalculate the volu
Hello,Where do I make the configuration within CREO to save the drawing sheet, could I make it automatic? Printed below
We head to Gröbenzell in this episode, to explore hydrokinetic power generation with Energyminer. Energyfish is a crucial part of Energyminer's offering, providing turnkey power plants composed of schools of Energyfish, which harness river currents to produce sustainable energy 24 hours a day, all without disrupting aquatic ecosystems.
Creo 7 Does anyone know how to edit the # of significant figures for a rotation direction dimension used in a table pattern? I created an axis pattern and then converted it to a table pattern to vary some dims including the clocking angle use to place pattern members. The ROT_DIR_1 dimension is a known dimension (angle) defined in the sketch of the pattern leader feature. Once this pattern is converted to table driven, I am not able to select that dimension to alter the number of decimal places. I am able to use the find tool to locate this dimension but when selected no actions are available to edit/change it in any way.
I am attempting to generate a list box from a vector within the worksheet. The next step would be to populate the vector from Excel data. In the attached file, I'm able to create the list box, but the issue is the selection is not kept after saving, closing, and re-opening. When the worksheet is first opened for a brief second, test equals the value from when the file was closed, but it quickly changes to the first item in the listbox. Within the attached worksheet are two other list boxes. One is un-edited after inserting it from the menu. The second only has a few text modifications. Both are keeping the selected value after re-opening. Changing these options did not make a difference.Here is the code to generate the list box: // TODO: Add your initialization code here function ListBoxEvent_Start(Inputs, Outputs) { }; function ListBoxEvent_Exec(Inputs, Outputs) { var test_options = Inputs[0].Value; // Reset ListBox content and add new items ListBox.ResetCo
I have installed my CREO 8.0.4.0 student edition two months ago and now i get the Error message that the "license request failed for feature." Error code -9. Please find picture underneath.
hi, I recently installed Mathcad Prime 8 and every time I open a Mathcad sheet, it creates a new instance of Mathcad instead of opening a new worksheet in the already open Mathcad I have. For example,If I open three Mathcad files, I end up with three instances of Mathcad instead of just one with three worksheet open. I have been looking around and it seems I could change the registry but I dont have access to it. Also, I dont remember doing this before. It may be due to the way Windows 10 treats Mathcad as an App? Thanks!
Hello Community members, Im a new in this community.Im wrote from Italy and I have a question for your.Can I converted a file .pkg to .iges, .stp, .pk2, .prt or .assembly ?? Thank you for support.Enrico.
i would like to understand the template names when starting a new document. is there a reference to all the template names (eg mmks_asm.design_abs and all the other variants)
I landed here https://community.ptc.com/t5/Mathcad/LaTeX-and-or-TeX/td-p/47079 and then wanted to use things mentioned here: conversion - How do I convert HTML to LaTeX? - TeX - LaTeX Stack Exchange or Online HTML to LATEX Converter - Vertopal or CloudConvert How do I get the correct format file to convert? I have had no success - Thanks for your help.
Hello all, I came across Slope Analysis, and despite reading the whole Help page, I still do not understand what "Slope Analysis" is and what it is used for. What is the meaning of Min/Max slope (-1...1)?What are the units of the slope results?What does this analysis check?This analysis has the option to generate an Analysis Feature, which case uses an analysis feature for this analysis?Thank you for the responses in advance.
Hello, i want to create a request where Parametric is asking me after a model regeneration from where it should take the parameters (look at the picture). How can i set that?
Spellcheck for drawings in Creo parametric, Should have spellcheck suggestions for drawings.
I got new computer and need my mathcad license on the new computer, can you help me with that?
Dear PTC Support,I have got a student's license for MathCAD. The issue I have is that I registered a Computer I can't use anymore. I got a new computer and wanted to activate MathCAD but I cannot use my activation code anymore because I already used it on the old device.Can I somehow delete the old device from my profile and use register the new device?Thank you for your time.Best regardsLukas Marth
Hey everybody,fighting with Creo Parametric on a weekly basis within our classrooms i'm slowly getting better with Creo8.I'll take a try within this community basis: is there a config.pro-option (or elsewhere) to adjust the automatic length of the centerline within a half-section-view. "half-section-line" within "Drawing properties" does change the appearence (from solid to centerline and vice versa), but the offset length (and the adjustment) is a mystery. Where can i find the correct option within gazillion Creo-possibilities?Looking forward 😉Edit: yes, i tried to handle/modify it directly...
Creo View 11.1 and Creo Illustrate 11.1 have Released! The Visualization family of products, Creo View, Creo View Adapters, Creo View Toolkits and Creo Illustrate have released. When considering updates to any of these products, it is recommended to update all Visualization products to maintain compatibility across the Enterprise. Key Highlights Creo View 11.1 (Client & Toolkits) Annotation set ribbon for quick access to features Fit height and fit width in the native PDF viewer Support for displaying table annotations from CAD systems Navigating a 3D model with a section cut dragger Creo View Adapter 11.1 Introducing the Creo View adapter for Creo+ Support for table annotations for Creo parametric Windchill managed CAD configuration for Creo parametric PVSOptimize improvements to shrinkwrap generation PVSOptimize with mesh reduction
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.