Hi fellow Dynamo’s
I’m trying to make a simple script, which should make a filled region around a column with an offset on 1 meter.
But when I’m trying to do the offset, it doesn’t work 
What is it I’m doing wrong ?
// Martin
PS Thanks for a great website !
What kind of error last node throws?
+
Do you see the offset geometry in Dynamo? Does it work?
1 Like
I get a “FilledRegion.bycurves operation faild. To BSPlineCurve Not implemented” ?
yes I can see the geometry both in Dynamo and Revit.
And yes it works without the offset ?
Hi,
The source of the problem "Curve. Offset " to "PolyCurve. ByJoinedCurves " and divide it with "PolyCurve. Curves " again.
Please see the example.
1 Like
First of all, THANKS for replaying, I appreciate that !!!
Second, I think this way of “coding” dynamo is next level for me :S
Third, when I do the same as you it still doesn’t work for me 

Hİ,
Just add the following to your own chart without ever touching it.