-
ERROR 1026
Hi I am trying to perform analysis of a model that consists of 1d beam elements and 3d tetra elements. I am getting this error 1026 duplicate id's found. I have tried multiple techniques to solve like renumbering and deleting duplicate elements but still the problem persists. Can anyone please help?
-
Python API - get min/max value of legend (scalar) in the Python prompt
Hi there, How to get legendscalar minValue element in the Python prompt, when model is already open in the HV window ? I tried (based on doc https://help.altair.com/hwdesktop/pythonapi/hyperview/hw_hv.html#hw.hv.legendscalar.LegendScalar.minValue): >>> legendscalar.minValue…
-
How to get the material name and list of nodes associated to the material in HyperView using TCL or Python?
In HyperView, I would like to get the list of all materials and the list of nodes associated to each of the materials using TCL or Python commands? I am able to achieve this in HyperView. But for a postprocessing activity I would like to do the same in HyperView. FYI: I use abaqus result file (odb) (if that helps) Best…
-
What is the python equivalent command for GetValueList?
In HyperView when I create a contour and want to get the list of all values from the contour, I use the TCL command, myContour GetValueList In 2023.1 version Python APIs for HyperView and HyperGraph are created Hence looking for the python equivalent for the same! A few examples or documentation to refer might be very…
-
How to execute a python script in batch mode for HyperView?
I have a small script to fetch contour data in HyperView using python APIs. I would like to execute this script in batch mode. Q1. In classic versions, we used to use "\<INSTALL_DIR>\hwdesktop\hw\bin\win64\hw.exe" -b -tcl Similarly how to execute a python script in batch mode inside HyperView? Q2. Since 2023 version does…
-
Can I create an Excel file with Tcl/Tk?
Hi, I would like to create an Excel file with specific worksheet and add various kinds of data to the excel sheet. Is it possible to create such file for report. If yes, what specific packages can be used from HM to create *.xlsx filetype and kindly provide the sources for the packages to refer accordingly. Thanks in…
-
Python API - Create a derivative result
Hi, Is it possible to create a derivative result using the Python API in HV ? I have a model created using HyperMesh and calculated using Optistruct. I'd like to manipulate results to create a set of elements IDs where a Von Mises stress jump is present (an element with a stress greater than 10% of the stress value of his…
-
Automation of preserve node into temp nodes into Hypermesh
I am trying to automate the conversion of preserved node into temp. Manually we can do like : Analysis ->preserve node-> select node->make preserved now node preserved. The preserved node can be converted into temp node like: Analysis ->preserve node-> select preserved node->make temp For automation: step 1: Need to call…
-
If I have 2 files having same number of loadcases, Is there any method to plot the loadcases of 2 files side by side automatically or through script in HyperView?
If I have 2 files having same number of loadcases, Is there any method to plot the loadcases of 2 files side by side automatically or through script in HyperView?
-
no se carga el programa
No puedo utilizar el programa Altair inspire 2024, al iniciar el programa tengo este mensaje. Error al cargar C:/Program Files/Altair/2024/Inspire2024/hwx/plugins/freedom/gui/win64/bin/hwfdmplugin.dll: Error en una rutina de inicialización de la biblioteca de enlaces dinámicos (DLL).
-
TCL SCRIPT FOR VOLUME OF COMPS
Hello, I would like to know how to use a tcl code to get the volume of each comp I have in my model and export as a list in a excel file. Thanks!
-
Composite stress contour plot image quality
How to fix the quality of Contour plot of composite stresses in Hyperview scripting (shown in figure below). whereas the contour plot for displacement quality is as expected (shown below). How to fix the quality of contour plot for composite stresses to get the quality as equal to the contour plot of displacement?
-
How to differentiate between parts and part assembly using TCL?
While importing CATPart, I get various parts and part assemblies in the PART browser While using hm_entitylist parts name/id I get list of names/ids of the model, parts and part assemblies altogether. From this list, how to distinguish if the entity is a part/model/part_assembly using TCL command? I tried using…
-
Thickness plot legend Hypermesh 2023.1
In Hypermesh 2023.1 why does it sometimes show the thickness plot for a composite part with max/min elements (left pic) and some other times without that info (right pic) although there's no change in the request? I even tried to see if there's any option to turn on max/min elements by right clicking on the legend but no…
-
TCL script for min/max in renumber
I am planning to make a script to automate element Id and Node Id viewing of the components present in assembly. Already same existing in renumber-->min/max Planning to study that. But unable to get the source code of that script. Can anyone share or help regarding this
-
Scripting in Hyperview
Is scripting possible in Hyperview. If so where can I find help on commands? Is there a "command1.tcl" that writes the commands for every click as in Hypermesh? Thank you!
-
TK script text variable: user input
Hello, in the below script, am trying to get the input from text variable. But everytime its throwing error and unable to rectify. in the below script, highlighted in bold (w) is the user input. Can anyone help? set win .window catch {destroy $win} toplevel $win -class TopClass wm title $win "2D / 3D Quality Check" wm…
-
TCL script for automating Quality check
I am new to TCL scripts. I am planning to write a script for a dialog box that automates 3D Quality parameter checks. When the quality parameter is checked in the dialog box, the result should be shown as either PASS or FAIL for component wise as shown below. Example : Component name Warpage Jacobian Skew Bush PASS FAIL…
-
Hypermesh 2024 backend saving file !!!!
whether the back end operation of HM 2024, will be saved in Python or TCL? If it is Python where the file will be saving.
-
*deletemodel Hypermesh 2023.1 in silent mode
When I use the command "*deletemodel" in Hypermesh 2023.1 it pops up a message asking for manual input as shown below: Is there a way to say "yes" through script or run in a silent mode so the popup won't ask for a manual input?
-
*evaltclscript error in student version
Not sure why I am getting an error using "*evaltclscript* in Hypermesh 2023.1 student version. Can someone please help?
-
Python script for renumbering the elements and Nodes
Hello i wanted to create a script for renumbering the elements and node id in python for hypermesh 2024 . can i get a script related to that.
-
Altair compute console running through Hypermesh 2023.1 script (tcl)
I am not able to run an analysis (Optistruct-Altair Compute Console) through tcl script in Hypermesh 2023.1 I am having to click "Run" manual but I would like to run the analysis through script. Please help me with this.
-
How to know if the opened window is a classic Hypermesh/Hyperview or the X version?
Using TCL API is it possible to know if the currently open window of Hypermesh/HyperView is of the classic version or the new X version?
-
Can the height and width of the active window be set through script?
Hello all, Can the height and width of the active window be set through script? Regards, Bhavik Sheth