Camber TinVolumeSurface

I would want to use the TinVolumeSurface nodes of Camber for existing Volume Surfaces in Civil 3D drawing. For example get all the volumes to dynamo. The nodes expect TinVolumeSurface input but the only way I can get it is to create the volume surfaces with Dynamo. Is there a way to call these nodes with existing surfaces?

You can use the core node All Object of Type where you don’t select a TIN Surface but the more generic Surface.

The Surface.Type node can be found in The Civil Nodes, and with that you can probably create a Filter By Bool Mask to extract the Volume Surfaces (as Surface).

1 Like