Areas of polycurves (to be continute)

Topic: Areas of polycurves Maria_Barahona.
http://dynamobim.com/forums/topic/areas-of-polycurves/
i try find area polycurves as in a picture. but PolyCurve.ByJoin is null.

i tries way find curve in 1 ref plane, i wanna find node find ref plane

I’m guessing you need to use Group Curves (from Archi-lab) to group your selections by joinable curves first. Then you can join them.

hi Nick_Boyts
i done,


then i use node PolyCurve.byJoinedCurve but error, beacause i wanna find area polyCurver as in picture

It looks like you’re short a curve in each group. You have 7 curves but you need 8 (4 for one rectangle and 4 for the other.)

I understand that, and now I’m looking for ways to get that result, you can help me.
Thanks

@alibabon You could also join the missing curve by using Springs.LineLoopMerge.

hello Kulkul.
I got 7 Curve and i wanna join it 2 surface as the picture.
There is file:


@alibabon Here is how you get the areas.


1 Like

Thanks Kulkul.
Let me ask if there is a way to collect four contiguous Curve together, because the above is only true for one case.

I believe that’s what i showed you above how to create 4 contiguous curve together. If the Curve Intersect each other then remove the intersecting curves and close the curve.

Thanks kulkul, i know but
There may be way to collect Curve in the Plane or find intersecting between Curve and face element can found list 4 curve?

?

Great, that’s it.
Thanks very much. :grinning:

@alibabon Make sure you mark the post as solved if you find your answer.

@alibabon Here is how you mark as solve.

ok thanks