Spot elevation and Spot coordinate

Hello
I´m trying to use the nodes SpotCoordinate.byPoint and Spotelevation.by point from clockwork package… No luck yet…
Anyone could show the light here? thanks.

Could you elaborate on your exact problem? It’s difficult to solve a problem if we don’t know what the problem is :wink:

1 Like

thanks @cgartland. I´m just looking for an example of the use of one of that nodes… I tried different inputs with no luck

There are sample files for virtually every node in Clockwork here: https://github.com/andydandy74/ClockworkForDynamo/tree/master/package_samples/2.x/dynamo

1 Like

Hi,
I think I am running into the same problem. If I am not mistaking the node [spot elevation by point] only works in PlanView. Does anybody know another node which can place spot elevations in sections.
Best regards, Fred

1 Like

The sample you’re talking about returns null…

Hi guys,

The script workflow below worked for me.
Logic is to identify the Floor Tag positions, replace them with Spot Elevations and lastly, delete the Floor Tags.
Used GeniusLoci to identify the position and Clockwork.ByPoint to place the SpotElevation.

It would be beneficial to be able to select and use the SpotElevation type to be used for this though. Not sure if anyone has a clue on that type of node.