andydandy74 / ClockworkForDynamo

A collection of 450+ custom nodes for the Dynamo visual programming environment
MIT License
221 stars 96 forks source link

Spot Coordinates #337

Open Nerdasorus opened 2 years ago

Nerdasorus commented 2 years ago

Describe the bug the node straight up doesn't work (tried it on structural floor plans and floor plans doesn't work!)

Steps to Reproduce i have tried to get the max/min points of a boundary box of various elements didn't work then i just placed a single point by Cartesian and that too didn't work tried it with structural plan views and floor plans still nothing.

Expected behavior the node should place a spot coordinate on a point at the required view, it didn't

My setup

Housekeeping Please make sure these boxes are checked before submitting your issue:

GerhardPaw commented 2 years ago

Hello, I have found the problem. Just remove the Vector.Reverse node and it will work. See this post for more information:

https://forum.dynamobim.com/t/place-spot-elevation-in-sectionview-and-change-type/72272/7?u=gerhard.p

image

Nerdasorus commented 2 years ago

tried it, doesnt work notice the null as the outpuit

image

GerhardPaw commented 2 years ago

@Nerdasorus Solved this by using references of the element directly, see dynamo forum for code :)