windabovelake / matlabcstapiwithhislist

matlab-cst api 使用history写入
10 stars 2 forks source link

export image invoke #1

Open Sarvesh178 opened 2 years ago

Sarvesh178 commented 2 years ago

I am trying to export CST model as image from CST to matlab and store into folder? but its not happening.. howw to invoke export image from cst

plz sir really need a help

windabovelake commented 2 years ago

sry sir but maybe i miss what u mean. i am also a rookie but in my opinion, "export image" can not be added to history list    here's some information may help u:

  1. if u want to export images of the model, you can click "View" menu and choose "Export Image". "View-View Options" can change the color of background. "View-Working Plane" can hide the grid.
  2. if u want to open a designed model in matlab, you can use "mws = invoke(cst,'OpenFile',cstproject);"

------------------ 原始邮件 ------------------ 发件人: "windabovelake/matlabcstapiwithhislist" @.>; 发送时间: 2022年7月4日(星期一) 晚上8:34 @.>; @.***>; 主题: [windabovelake/matlabcstapiwithhislist] export image invoke (Issue #1)

I am trying to export CST model as image from CST to matlab and store into folder? but its not happening.. howw to invoke export image from cst

plz sir really need a help

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sarvesh178 commented 2 years ago

with the help of CST api I have created square patch in cst from matlab code.. i have to export geometry of my 3D model design from CST once it is created

Sarvesh178 commented 2 years ago

Manual procedure would go to view then export image . but same i want my matlab to do

Sarvesh178 commented 2 years ago

https://github.com/korvin011/CSTMWS-Matlab-Interface in this they are exporting current view model ..but its complicated to understand