Message 1 of 3
Draw line as mouse moves

Not applicable
01-15-2020
07:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
In AutoCAD API there is PromptforDistance command which draw a dashed line as mouse moves to pick up second point. Is there a similar command in Revit?
If not, I was thinking of one thing where program prompts to pick a start point and end point, but when user is selecting the second point the program should draw a line from start point to the location of cursor which will help in visualization (just like drawing a line normally). Is there any way I can do that in Revit API?