Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
Comentario
Advisor
Advisor

@c.ooijevaar Unfortunately, that's much easier said than done. You'd have to write your code in two parts - the first part to start the line command (and setup an event listener). Then, after the user draws the line, your event listener would take the "input" from the line and do whatever... and you'd have to handle a "cancel" (Esc) during the line draw, too. Definitely not for a beginner (like me). Imagine if you needed two inputs! :cara_con_los_ojos_en_blanco: