Cad Curves from Cad Layers Issue

Hi all,

I’m having this weird issue with CAD.CurvesFromCADLayers node, no matter what I do, it will not generate curves based on the selected layer, but no errors are displayed.

Has anyone encountered this before?

Thanks,

Victor

Hi Victor,

What does your warning say? Perhaps if there is a null somewhere it is stopping downstream nodes from firing?

I would inspect all the node outputs to track it down…

If you’re still struggling, I would review the DWG to see if there are clues, dig around in the layer to see what you can find… Perhaps an audit/overkill/Wblock gets you a usable file?

Hope that helps,

Mark

Hi Mark,

Yeah, that error is for a null value, but I am cleaning that list in the next node. The DWG should be fine. It was working before adding the data shape nodes. I’ll have to dig a bit deeper…

Hi Victor,

First of all, in your model may be multiple CAD links. You are collecting them all with first node. And then when you get layer names, things can get complicated, because you may get list with sublists per each CAD. And for further nodels you will have to use list levels in inputs etc. I would check this at first.

In any case, it would be easier for us to define the issue if you’ll post a graph image with node results pinned.