I am trying to send a Dynamo mesh to civil3d using “Mesh.ByGeometry” node. It is working but the resulting mesh is missing many trianlges. The node is returning null instead of “Mesh” object.
I know its an older question. But maybe its not a scripting problem but an AutoCAD Limitation. AutoCAD can create and process polyface mesh surfaces (PFACEMESH, AcDbPolyFaceMesh (the command PFACE) up to the size of 32767 vertices.
Still thanks for the reply. I also think so because smaller meshes were being created just fine. It doesn’t matter now cause I remember I found a workaround that works.