dimven / SpringNodes

A collection of Dynamo nodes
MIT License
69 stars 46 forks source link

Springs.FamilyInstance.Rotation is missing #32

Closed Ehsanyzd closed 7 years ago

Ehsanyzd commented 7 years ago

It seems like the Springs.FamilyInstance.Rotation node is missing after version 100.0.1 so if I had used it in a graph and update the package, it will go away. Is there a reason for that?

dimven commented 7 years ago

Hi,

That node was depreciated a while back and merged with Clockwork's Element.Location node. This was mostly because rotation is a property of a point based element's location and it just made more sense to have it together in a single node. Usually you need the element's rotation in conjunction with it's location point.

Ehsanyzd commented 7 years ago

Thank you for clarification.