Extracting 3D Solid Data From AutoCAD Block (LinkDWG)

Hello there,

I am using the LinkDWG package to extract information about 3D solids made in AutoCAD. While trying to get the properties of these solids, the code seems to draw in 2D regions at the top, middle, and bottom of each solid to calculate their areas. These polylines are drawn in the AutoCAD dwg and kept on layer 0. Assuming that it’s necessary for the node to draw these regions to calculate the area, is there a way to remove these newly created polylines in AutoCAD within Dynamo?

Hide the geometry preview of all of the nodes, and add a new ‘object.identity’ node to read the geometry of the COM3DSolids output of the ComponentsByBlockName node.

Thank you very much!