dBRfkv*.5G&c*a5%;ɰ3zvtPhT¥gWg2 y͌ v^wv5µي׮oRP?q_qJ)>CJ`GgZ^͊ʇh?dô<쨜H(`RY={)oghC=3mKmv ~3;$E͝J {V?ch O%=[⮟R-],x{7Ū hUG%9Jjb^o=|9>/}^;cg9OX{'~?cqԭ}~<AJ?yx|o#G҈/Wf1y< rs}F/A)1Ƒk6֢Z8rDTƮy' IDATHSkmFee`'YlB0j|]R'{^b܊L)w|%G<Z:sk8PZEk=4e}ы> 82+ R8_|2fp?%b>xH/ b}uq!$y2 -_߲(I. olu̫{For6g Kdqκ^1֭oqxƸdz7|Y {QMDµc}u(IZɄFK "Uj@ PY 'I>a7yt,qSNkXn7; T@!t>^a׏9-^zxG%`EI T(JAjy;gR t֩YOq^RWSB))q{]qެP J,՚ JTb HHɱX״΢:Zv']f2씿 1I,b 1I?akT#(fYx<%jrQ5CBJTڭM(xWEU$3:ed"%s@2χ%hDͥ GXa]@ba3/U;\%qoˑ hUVx{*WU3o嗶enr>qܬ8m6ȡIabq3}|?d^S?|4 m)_Ž?fy/Gwy<]H̊?wqјo?ܻ?2'Lo:F]ҫY>:%; l+yMo1M{;7)o 9n^vTu;'7ʻ5~^_eu1+7G_}^7?pciuB/hczzEnr,z{穷!.J}|,6QbG' NRrR/ hƴX$9rZ6L|QW<\ b~p:'kZ?=iαޙY{JsGi7[׊g=BYpΣ)|pu?ǯt)w,O]fRD|ʘD;NSwIqsw+K2{+ǽEmnڣo]9SPHE5yӒLMxYviu֡e*/Rzxan >}4l,eW 9ޚ.hHE?#:_{#{&Jqggj~/b+DKK;0*^_%j}}-CA̸wHc*.gDp"C3O=|249ֶ ;+rAy~a<UB239a(b)cε5T[͸N(LY9r۰25sS2oK"+?]TlQ5dַ*WoL2O8:FC)Wv??9_?=_
  • Introduction

  • Create Scripts

    The functionality of the HyperMesh Tcl Modify Command commands are available through Tcl. Additionally, commands that allow you to extract information from the HyperWorks Desktop database, such as entity ID numbers on a mark, a list of assemblies, component names, elements per component, nodes per element, node values, and so forth. These are known as HyperMesh Tcl Query Command commands. They are used to query information from the database or template system.

  • Run Scripts

    Tcl/Tk scripts can be run in several ways.

  • Commands and Functions

  • Solver Templates

    Solver templates are ASCII data files containing HyperMesh Template Language Commands and HyperMesh Template Language Functions.

  • MotionView

  • Templex and Math Reference Guide

  • Script and Model Library

    The Script and Model Library is a database of freely accessible scripts and models posted by users and Altair engineers.

  • hm_exportoptimizationcards

    Exports a Radioss optimization file.

    Syntax

    hm_exportoptimizationcards type filename export_template

    Type

    HyperMesh Tcl Query Command

    Description

    Exports a Radioss optimization file.

    Inputs

    type
    The type of file to write:
    1 - Export optimization file only
    filename
    The full path and filename of the output optimization file (*.radopt). Paths with spaces must be enclosed in quotes.
    This can also be the Starter file name, or the Engine file name. The optimization file name is derived from this name.
    export_template
    The full path and filename of the optimization export template. Paths with spaces must be enclosed in quotes.

    Examples

    To export the optimization file, deriving the name from the model file C:/my_files/model_0000.rad:

    hm_exportoptimizationcards 1 "C:/my_files/model_0000.rad" "[hm_info -appinfo SPECIFIEDPATH TEMPLATES_DIR]/feoutput/radioss/optientities.blk"

    Errors

    Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
    if { [ catch {command_name...} ] } {
       # Handle error
    }

    Version History

    2019