Can't get volum from sliced polygon

Hello, I’m creating a script to get sliced solids along a corridor. The script runs well but when I’m trying to get the volume from the sliced polygons I get the following warning:

Any clues? Thank you.

Hi @Juantxo76,

The solids that are created are AutoCAD solids, not Dynamo solids. So you’d have to use Object.Geometry first and then read the volume.

2 Likes

Thank you @mzjensen it works perfect now.