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.
"Measure" in Matlab Livelink
Posted 2019年4月26日 GMT-4 11:44 Structural & Acoustics, Fluid & Heat, API Version 5.4 1 Reply
Please login with a confirmed email address before reporting spam
How can get the length, area or volume of geometery using "Measure"(or another way) in matlab livelink?
model.component('comp1').geom('geom1').measure.selection.init(2); Length = model.component('comp1').geom('geom1').measure.selection.set('imp1(2)', 1)
Length =
Geometry geom1: Dimension 2: imp1(2); Boundary 1
I need the value of length,exactly