How to pick point while on a form

How to pick point while on a form

Anonymous
Not applicable
625 Views
2 Replies
Message 1 of 3

How to pick point while on a form

Anonymous
Not applicable

I building an app that insert a few thing. First one choose what he want from a combobox then click on insert button.

What happend is the project browser and the properties dimmed and I could not come to the view to select. Sometime Revit carshed and no way only to stop the process from the activities manager. What I should do to make it work?

 

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

yimin.chenTW
Alumni
Alumni

Hi @Anonymous,

 

From your descriptions I can only guess it's because Revit does not support for multi-threading which means that before you finish your current work, you can not do anything further.

The above is just my guess, if you can provide more details(your code or a reproducible sample file), we can know better of your problem.

Yimin Chen
Developer Consultant
Developer Technical Services
Autodesk
0 Likes
Message 3 of 3

Sean_Page
Collaborator
Collaborator
Accepted solution

There are methods to "hiding" the form which really just closes it but hangs onto the command and reopens it after selection is made, but it may be best to do the selection on Load (before form shows) or on Close when form is out of the way, but before you return your result to Revit.

Sean Page, AIA, NCARB, LEED AP
Partner, Computational Designer, Architect
0 Likes