modify parameters in model using matlab actxserver

modify parameters in model using matlab actxserver

felix.hoffmannZE5J5
Explorer Explorer
491 Views
1 Reply
Message 1 of 2

modify parameters in model using matlab actxserver

felix.hoffmannZE5J5
Explorer
Explorer

Hi everybody,

 

I want to modify my parameters in my CAD-model using matlab. I could set up a connection witch actxserver('Inventor.application'). However, I dont know how to continue.

What I want to do:

  • modify the parameters in my model
  • update model
  • export surface as dxf

Is there a way to record the actions doing in inventor to a script that I can programm them in matlab? Or is there a list of methods I can use?

 

Best regards

Felix

0 Likes
492 Views
1 Reply
Reply (1)
Message 2 of 2

JelteDeJong
Mentor
Mentor

As far as i know you can use C++ code in MathLab. Im not a C++ or MathLab coder but i know that this site is all about manipulating Inventor with C++ code.

Usually Inventor is manipulated with a .Net language like C#, VB or VBa. With those language i know its possible what you want to do. There for i guess its also possible with C++

For your last question:: As far as I know there is none macro recorder to help you.

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com

0 Likes