Hello everyone, I have two questions:
The first is that when I perform a command in revit (for example paint the pareder with the function override) the screen does not change. It is necessary to change click on the screen to be updated.
The second is that when using a winform I want to block it revit and can not access. That is to say only being able to work on the winform.
Tranks
Solved! Go to Solution.
Hello everyone, I have two questions:
The first is that when I perform a command in revit (for example paint the pareder with the function override) the screen does not change. It is necessary to change click on the screen to be updated.
The second is that when using a winform I want to block it revit and can not access. That is to say only being able to work on the winform.
Tranks
Solved! Go to Solution.
Solved by pgerz. Go to Solution.
Hi,
1. try doc.Regenerate()
2. instead of form.Show() use form.ShowDialog()
Hi,
1. try doc.Regenerate()
2. instead of form.Show() use form.ShowDialog()
Can't find what you're looking for? Ask the community or share your knowledge.