If i trim a line with Curve.Trim it converts it into curve and for some reason that breaks Familyinstance.ByLine even tho it is a straight curve. Is there a way to convert this back into a line?
Hi.
As the warning says, you are connecting lists instead single elements.
Regards,
Change the Lacing option. Right-click on your node >> another lacing option.
Which component and which lacing option? Thank you for your help in advance!
Check for the FamilyType you are using.
It’s exactly same family going to both nodes one works yet other doesn’t.
You are connecting a Curve, not a Line.
Can you try the “FamilyInstance by Curve” from Clockwork package?
To get a Line from a Curve use the Geometry.Explode node.
The curves have to be straight… are they? If they were straight, it had to work.
That’s because the node needs a Line to work, and you’re connecting a Curve.
In API lines use curve classes. I think it is about geometry…




