How to scale a line by defined point and factor?
I can find only nodes with x y z amount by origin
You could get the geometry from the curve, scale that in Dynamo then construct a new curve. You could delete the original once this is complete to effectively scale it.
I mean line as dynamo object.
Which node should I use to scale line by defined factor and point not origin? I can’t find proper one.
Hi,
As @GavinCrump said, you just need to create a point, then create a plane with that point and finally use the node to scale that he shows in his image.
Regards,
@GavinCrump @Organon thank you
It creates nurbscurve after scaling line I need to create reference plane from it.
Hi Konrad…try something here…
PS another way here could be extends start and endpoint instead of scale…I think
It works. Thank you
In my case if I select beam edges, at the top sometimes I have start point and sometimes end point. That’s why I want to scale it.