Search found 5 matches

by nitinjambhale
Tue Oct 03, 2017 11:34 am
Forum: Automation Tools
Topic: Automate Revit applications
Replies: 7
Views: 2099

Re: Automate Revit applications

Revit is Autodesk Software and our application is basically for placing family instance in Revit document Revit document is Revit GUI which is used for designing, we Need Instance from that GUI in the form of Revit API object Now we found revit Document as form, we need to convert into REVIT API obj...
by nitinjambhale
Tue Oct 03, 2017 5:24 am
Forum: Automation Tools
Topic: Automate Revit applications
Replies: 7
Views: 2099

Re: Automate Revit applications

Thanks for the reply odklizec.
Ranorex spy is recognizing the WPF forms inside Revit IDE.
But now only problem is that those functionalities i wont be able to do that requires Revit Document instance.

Having hard luck with this nowadays.

Thanks.
by nitinjambhale
Sat Sep 30, 2017 5:01 am
Forum: Automation Tools
Topic: Automate Revit applications
Replies: 7
Views: 2099

Re: Automate Revit applications

Yes i have added the Revit Assemblies to the Ranorex project... My Background: I am Revit Programmer who code in visual studio c# and used to run class libraries with the help of Revit.exe and then with the help of events and methods given in Revit API, i m driving revit... Intension: My what i have...
by nitinjambhale
Thu Sep 28, 2017 12:57 pm
Forum: Automation Tools
Topic: Automate Revit applications
Replies: 7
Views: 2099

Automate Revit applications

Hello,
How can we get instance of Revit Document (Autodesk.Revit.DB.Document) with Ranorex?

Thanks.
by nitinjambhale
Wed Sep 27, 2017 7:24 am
Forum: Automation API
Topic: Automate Revit applications
Replies: 0
Views: 1934

Automate Revit applications

How to Automate Revit Applications?
I am getting Revit Window by

Code: Select all

Host.Local.GetApplicationForm
But next i need to get Revit Application instance or CommandData object to work with Revit API with Ranorex.