Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Using 'Convert to Solid' Object in Matlab Livelink: specifying a selection
Posted 09.05.2018, 18:51 GMT-4 API, Geometry, Parameters, Variables, & Functions 2 Replies
Please login with a confirmed email address before reporting spam
I am scripting a simulation using the Matlab Livelink interface. I am able to build a geometry using and import object surface combined with parametric surfaces and I would like to convert this into a solid object.
I have already tested this through the GUI and it works fine. The geometry generated through the script also looks fine (i.e. edges match up).
However the problem is how to "feed" a selection to the convert to solid object:
csol1 = geom1.feature.create('csol1','ConvertToSolid');
I can see that there is nothing selected when I type the following command in Matlab: csol1.selection('input')