Unrecoverable error message when exporting IFC from Revit.(Version 2016)
When i am trying to export ifc I get an unrecoverable error message and have to restart revit. Size of the file is 61mb. Please suggest if any option to export.
View ArticleRe: Curve-based family instance created in wrong location
Please try the following code (Revit 2016 API) and tell me it works #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using...
View ArticleRe: Adding connectors to obejct exported from AutoCAD.
I'm little confused. Please clarify where do you want to run the Addin (in the Family editor or in the Project file). In case you want to insert the family to the project then add the connector there...
View ArticleLinked model - project base point and survey point
Hi, How do I modify project base point and survey point in a linked model. Thanks & RegardsSanjay Pandey(BIM[Revit] Developer)
View ArticleRe: family placement level
Dear Mustafa, Thanks for your valuable time. I was making a mistake while passing the z value which I found out and rectified it. Thanks & RegardsSanjay Pandey
View ArticleRe: PlaceGroup gets rotated
Dear Mustafa, The problem was with the group. I ungrouped and regrouped and that solved the problem. Thanks & RegardsSanjay Pandey
View ArticleRe: Linked model - project base point and survey point
As far as I know there is no way.
View ArticleRe: selection set
did quick search on Revit API help file, yes, loadable selection set is indeed available, SelectionFilterElement, i knew i missed something simple again.
View ArticleRe: Unrecoverable error message when exporting IFC from Revit.(Version 2016)
Please review this post:http://forums.autodesk.com/t5/revit-api/revit-to-ifc-unrecoverable-error-during-export/td-p/5946695 Also I advice to Audit and Purge your Revit project file first before you try...
View ArticleRe: Applying Parameters to Model groups
Do you want to assign parameters values of the group or assign them to the elements which consist the group?
View ArticleRe: Adding connectors to obejct exported from AutoCAD.
The imported DWG will be imported and modified into a Family Document.
View ArticleRe: Adding connectors to obejct exported from AutoCAD.
Ok so as I told you the code provided work perfectly in Revit 2016 To make the same approach from the Project document use the following code:#region Namespaces using System; using System.Text; using...
View ArticleRe: Adding connectors to obejct exported from AutoCAD.
For the Sketchplane code it won't be used in your case so you can ignore it. For adding connector in the Family Editor I modified the code to match the updates you sent: #region Namespaces using...
View ArticleRe: Adding connectors to obejct exported from AutoCAD.
Mustafa,That was it! Thank you very kindly for your assistance and guidance!!!
View ArticleAny suggestions on recognizing and replacing models of the same shape?
Revit is quite new to me so I would like some advices...Here is what we are planning to do: There are several projects containing lots of pipes with high detailed model. We suppose these pipes could be...
View ArticleRe: Any suggestions on recognizing and replacing models of the same shape?
First of all have you considred Batch copy and replacing the high detatailed pipe families with simpler ones?Secondly have you tried to filter by category (BuiltInCategory.OST_PipeCurves)?
View ArticleDocumentChanged - Walls Trigger
I have been experimenting with the 2014 SDK DocumentChanged sample. Whilst being a good example and working well, one anomaly I have noticed is that modifying walls (move, stretch, flip, etc) does not...
View ArticleRe: DocumentChanged - Walls Trigger
On my machine it works fine for both Revit 2014 and 2016. Please provide the sample code you are using because there may be someyhng missing.
View ArticleFamilyItemFactory has no attribute NewSketchPlane (Revit 2016)
Hi. I am trying to create Line in Revit 2016 using RevitPytonShell like in this tutorial:http://wiki.theprovingground.org/revit-api-py-curves (Drawing a Line section)But when I execute code I get error...
View Article