Re: Switching Views and/or Posting Commands...
Gary-Let me make sure I'm understanding you correctly. You have another addin that you would like to call using the postcammand in another addin? You can call any command using the postcommand. Run...
View ArticleRe: Duplicating Material Assets?
Remember with materials that they can have the same material asset which is happening in your case. So you will also need to duplicate the material asset when duplicating the material. Im not sure if...
View ArticleRe: parameter in use
Hi there, Is it a family parameter you are talking about? In Revit 2016+, if you are in a family and under family types, select the parameter you wish to delete, it will give you a warning telling you...
View ArticleHow can I use the checbox "Blank row before data" from Revit API ?
How can I use the checbox "Blank row before data" from Revit API ?look screnschorthttps://yadi.sk/i/uVqcIcndtuBko
View ArticleRe: parameter in use
Hi Aclothier, thanks for your reply, however I think the method you are describing only works for parameters that are used by other parameters. And I was refering to project parameters indeed, not...
View ArticleRe: parameter in use
Hi Remy, what about iterating over all Elements having the parameter, then testing if parameter.HasValue is false for all ? Revitalizer
View Articlebest tool for point cloud
Hi all,i am using edgewise software to auto modeling 3d and then export to revit structure to adjust the model what is the best way to adjust the model elements as it is in point cloud ?and what is...
View ArticleRe: How to generate x and y-axes of rooms in the Revit API (in Millimetre)
Hi Jeremy Temmik, I am very glad for the reply and the solution you posted. A small piece of code but very efficient. Many Thanks and Kind RegardsBilal
View ArticleRe: Duplicating Material Assets?
As of two years ago (I haven't looked at this issue more recently) this was possible only in part and only with lot of code. Every material consists of a number of properties and a number of Assets....
View ArticleCustom Exporter - OnInstanceBegin behavior
Hi,We are trying to improve the performance of our geometry exporter. The plan is to skip geometry which was already exported.My Revit API research led to the following code and I do not understand...
View ArticleRe: Set space to Not Placed
Dear Colin, The unplaced room can be placed via API Document.Create.NewRoom(Room room, PlanCircuit circuit). You may refer to this page on more details about PlanTopology and PlanCircuit related:...
View ArticleRe: XYZ question
Ha! Don't we all have much to learn; I certainly do! You're very welcome and I hope this helped get you started. And don't hesitate to ask if you have any more questions.
View ArticleRe: Switching Views and/or Posting Commands...
Thanks for the suggestion Nate. Using the path that Revit takes to get to the command seems like a path prone to issues... If I rename a tab (or a button, or whatever along that path) at some point...
View ArticleRe: Schedule's cells
Hi!it's fast working... the only problem is that only the first cell is overrided ... I don't know how it's possible to have an access to the other cells ...
View ArticleRe: Switching Views and/or Posting Commands...
Looks like that exception isn't really legible. It says:The commandId must be in Autodesk.Revit.UI.PostableCommand or an external command.
View ArticleRe: Switching Views and/or Posting Commands...
That external command that is being called, is it doing anything else but deactivating the view? If not what i would do is use this.Dim testID As RUI.RevitCommandIdDim PstCmmd As PostableCommand...
View ArticleRe: Switching Views and/or Posting Commands...
Nate,My actual goal is to renumber the views on a sheet interactively with the user.To do that I need the sheet to be active with all viewports deactivated.What you suggest is one of the possibilities...
View Article