I’m trying to import this drawing into an empty Adaptive Generic Model Family to create Model Curve
The following Error keeps showing up and my lines arent connected when created
Warning: CAD.CurvesFromCADLayers operation failed.
Could not create Plane! Some of the vertices may be collinear!
I’m testing in R2023 with the latest version of BimorphNodes and it works. What steps are you taking to produce this exception? What versions of Revit, Dynamo and BimorphNodes are you using?
It may be that your dwg contains too short lines. Revit can’t handle lines shorter than ~0.8 mm and I get this error with the node when there are such lines in the dwg. You can open the file in AutoCAD and filterselect those lines to get rid of them. It’s so easy that it never occured to me to report the issue, but it would actually be nice if @Thomas_Mahon could fix it
Not sure why, but it seems that it managed itself…lol
For PolyCurve.ByJoinedCuves however, it comes out saying the Curve produces more than 1 wire, which is intended.
If I wanted it to be in two wires so that I can follow up the process on both set of curves, what Nodes can I use?
Not sure If I should open a new topic for this small question.