Space planning package

I decided to look at the space planning package…

image

No preview. Am I doing it wrong?

Using R2021 and Dyno 2.6

That isn’t a standard Dynamo geometry, but rather a custom data type which has no geometry preview but can (eventually) be converted to a Dynamo geometry upstream.

1 Like

Ty, wondered if it’d be something like that.

So if I connect it to something else I can get a preview?

Eventually… but it is a ways out. That package isn’t for the front of heart. Not sure if it’s usable in newer builds either.

Oh bugger! I really liked the make a rectangle from 2 points… Making it from 4 is annoying.

:slight_smile:
You don’t need a package for that though. Just a line of code

Rectangle.ByCornerPoints(lowPt,Point.ByCoordinates(lowPt.X,hghPt.Y),hghPt,Point.ByCoordinates(hghPt.X,lowPt.Y));

1 Like

Awesome thanks!

I was going to write some python for it but the way you’ve done it is way better.

I must stop over-complicating stuff… I must stop over-complicating stuff… I must stop over-complicating stuff… I must stop over-complicating stuff… I must stop over-complicating stuff… I must stop over-complicating stuff…

2 Likes