Scale a line

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.

image

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.

Oh that can be done around a plane which has an origin I think.

2 Likes

@Konrad_X-PLAN

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.

Scale Line

Regards,

2 Likes

@GavinCrump @Organon thank you

1 Like

It creates nurbscurve after scaling line :face_with_raised_eyebrow: I need to create reference plane from it.

image

Hi Konrad…try something here…

PS another way here could be extends start and endpoint instead of scale…I think :wink:

1 Like

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.

1 Like