Hi there
I have had a script for a long time. In this script I use the node Curve.ExtendStart and it always accepted negative values until the current version of Revit 2024.
How can I do a workaround, can somebody help me?
Hi there
I have had a script for a long time. In this script I use the node Curve.ExtendStart and it always accepted negative values until the current version of Revit 2024.
How can I do a workaround, can somebody help me?
Hello @Cree-G yes we can i guess…try trim curves instead for negative
HI
Wich node i should use for that? Curve.TrimByEndParameter? What is the input endParameter?
yeah parameters is from 0…1 so if you are after a distance you could try map it, i think or split by segment length and delete
Perfect, thank you very much