Translate middle point of flexpipe (nurbscurve)

Hi
I would like to translate only the middle point (nurbscurve) of a flexpipe to a known x,y,z coordinates (yellow ball), but I don’t know which node I should use.
thanks.
regards

Hello,
Look here
https://dictionary.dynamobim.com/#/Geometry/Curve/Action/PointAtParameter

Cordially
Christian.stan

thanks for your answer.
But how do I move the point of the flexpipe?

1 Like

Hello, sorry I thought you were only looking for this

look on this side, there may be a custom node that goes in this direction

cordially
christian.stan

Hi @mario06.dynamo not sure could something here work…

38Npnw4DVw

Hello. I need to move a point of the current pipeline, not create a new pipeline. Thanks

1 Like

Hello. I think this creates a new pipe, and deletes the previous pipe. Thanks

FlexPipe.Points is a list of points, and it’s possible to set them:

So it should be possible to modify a pipe’s points without deleting and recreating, at least the api lets you do it. I don’t know if a package or node exists for this, I’m just saying from Revit’s side it’s possible.

1 Like