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