Pipe related...Revit Mep 2013

Pipe related...Revit Mep 2013

nitinjambhale
Advocate Advocate
414 Views
3 Replies
Message 1 of 4

Pipe related...Revit Mep 2013

nitinjambhale
Advocate
Advocate

Hi Guys,

Is there any way so that we can aware of which Pipe is in mouse pointer of user without drawing Pipe when user click on Pipe. (In Revit Mep API 2013 , C# )

 

Appreciating any suggestions if you unware of it.

 

Thanks & Regards,

_Nitin;

0 Likes
Accepted solutions (1)
415 Views
3 Replies
Replies (3)
Message 2 of 4

ollikat
Collaborator
Collaborator

Sorry but I didn't quite understand what you are asking for. But maybe the Autodesk.Revit.UI.Selection class and it's methods is something you are looking for?

0 Likes
Message 3 of 4

nitinjambhale
Advocate
Advocate

Thank you for reply.

what i m looking for is that, when i click on Pipe from Revit mep then pipe is coming in mouse pointer to draw.

At the same time is there any event raised so that i come to know the exact pipe in Revit API 2013 that user clicked.

 

Waiting for your valuable comment.

 

Thanks & Regards,

_Nitin;

 

0 Likes
Message 4 of 4

ollikat
Collaborator
Collaborator
Accepted solution

OK...well not that I'm aware of. Maybe some dirty workarounds might exists...don't know. Anyway when the first segment is drawn, then you can utilize dynamic model updater (IUpdater) to be notified about that...but that's the earliest stage I think.