🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

CMF file for Hyperview????

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hello Every One...

Good Day!

My questions are

1.Is CMF file type for Hyperview exists?If yes where it is stored and How to retrive that?

2. Can we write macros in Hyperview? If yes how to proceed further?

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hello,

    To write a macros for Hyperview, please look at ftp://ftp.altair.de/outgoing/hyperworks/macro_toolbars/.

    Can you make download of zip file from there.

    Can you write macors with tck console.

    Have you good day.

    G

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Durga,

    1.Is CMF file type for Hyperview exists?If yes where it is stored and How to retrive that?

    Not yet.

    2. Can we write macros in Hyperview? If yes how to proceed further?

    Yes. Look up for 'Object Heirarchy for HyperView' in the Index tab of HV help section.

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    There is a way to record the things in HyperView:

    On the session handle you can say:

    session StartRecording filename.out

    session SetRecordState true

    --- now click what you want...

    session StopRecording

    but you have to release the handles by our own. But this script can be a starting point to write you tcl code

    Nicolas

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi All,

    I have tried this. it is true that you get a cmf alike file. But,It may not be that easy for a beginner as there are handles that show errors and to debug such errors i feel it is difficult without proper tk programming knowledge.

    I had faced similar problems with hypermesh created cmf file. If you try to create macros with the commands copied from cmf file and try to execute it, there will be lot of format errors. Little bit of play around is needed to set things in the right path. As far as hypermesh is concerned we have proper guideline and description related to each command.This makes things easier.

    Regards,

    Prasad Poduval