paoloemilioserra / Civil3dToolkit

Public repo for ancillary items of the Civil 3D Toolkit crowd-sourcing development.
Apache License 2.0
26 stars 4 forks source link

PipeNetwork.AddStructureByPoint exception #87

Closed mzjensen closed 3 years ago

mzjensen commented 3 years ago

v1.1.26

The PipeNetwork.AddStructureByPoint node throws an exception that says "Fail to add structure", but the structures are added to the drawing.

mzjensen commented 3 years ago

I figured it out. This was actually caused by the part catalog not being set correctly. I re-pathed the part catalog and then did PARTCATALOGREGEN before adding the structures and there was no issue.