Re: Pipe LevelId
Hi Jeremy, I found my problem but no solution. The creation of the pipes works well. The tee is also inserted correctly., but at the end of my command I apply a rotation on the tee along the axis of...
View ArticleRe: Determine if an element is visible in a view
Hi Arnost, CustomExporters can only be used with 3D views, right? So how would you recommend determining if an element is visible in a 2D view if get_Geometry does not provide the desired results?...
View ArticleUpdate value parameter System Type from api
Hi everyoneI created a menu similar a properties panel of revit, where it located the system type parameter native of revit. When selecting a pipe, the system type list available systems. but i have a...
View ArticleRe: How to copy element from view to another view ??
In addition to the List of Element Ids that Stever66 pointed out, that CopyElements overload takes 4 inputs. It takes a Transform which I believe you can set as null if its just copy/pasting to the...
View ArticleRe: How to copy element from view to another view ??
Sorry it takes 5 inputs. It needs a CopyPasteOptions as well. I've tried replicating your code but it appears to be defaulting to the first overload and not the one we are trying to use.
View ArticleRe: Update value parameter System Type from api
This question should be added to a new thread and not added to an unrelated one.
View ArticleRe: How to copy element from view to another view ??
I saw the 5 inputs also, but I wasn't sure if they were all required. i wasn't sure what unwrapping was, so I found this: https://github.com/DynamoDS/Dynamo/wiki/Python-0.6.3-to-0.7.x-Migration Anyhow,...
View ArticleRe: How to copy element from view to another view ??
I'm sure it's not about transaction, you can see the error, it's can understand method i using "document espected.." while i use the method copy element from view to view not document to document.still...
View ArticleRe: How to copy element from view to another view ??
Yes. that method need 5 arguments, but in fact we can input 3 arguments, the CopyPassOption and Transfrom arguments can set null for them.Thank you !!
View ArticleRe: REvit 2017 API Wishlist - PLEASE
Sorry for my lack of knowledge of the interface, but I do not know how to gain access to the issse item CF-4319. Please direct me to the location to modifey the parameters of CF-4319.
View ArticleSomething About AllRef
Hello all,I m developing app with revit API 2016. And i m having some issues with ConnectorObj.AllRef property. Previously i thought it will return the connector of its attached element, but in some...
View ArticleRe: Text alignments
Property VerticalAlignment in class TextElement was introduced started with Revit 2016,but it's READONLY even in 2017.Yes. vertical alignment was dropped out.temporarily I just added Y asix to achieve...
View ArticleRe: Visual Studio 2015 Update 2 and debugging Revit API addins
I faced the same problem which I upgraded to VS2015 from VS2013.At the beginning I chose to apply same development environment as VS2013's, then the problem occurred.I solved this issue with following...
View ArticleRe: Points along a curve.
just a through. iterating all families and extracting geometry line with intersecting test,then find out all outbound intersected point with them,then determine the "missing" part of the correlative...
View ArticleRe: Drawing a polygon
A good approach with the libraryhttp://www.angusj.com/delphi/clipper.phpyou can refer to the "offsetting" to do so.Cheers!
View ArticleRe: REvit 2017 API Wishlist - PLEASE
Dear John, Sorry, you have no direct access yourself at all. These development issues live in an internal database. You will have to ask us for info or tell us what to add for you. Thank you for your...
View ArticleRe: drafting view
Hi Jeremy, The reason why I was creating a drafting view is because I was experiencing a weird behavior while exporting a view image (using Document.ExportImage). The only way I had found to overcome...
View ArticleRe: Place repeating detail using the API
Hi I am also stuck with the same issue, i am not able to find a suitable method to place repeating detail.Has anybody found a solution for this?
View ArticleUpdate value parameter System Type from api
Hi everyoneI created a menu similar a properties panel of revit, where it located the system type parameter native of revit. When selecting a pipe, the system type list available systems. but i have a...
View ArticleRe: Rebar creation issue in some API-created objects
Hello, For the sake of community who are wondering what is causing this issue, and as a way of recording as a knowledge for future occurrence - We had a separate thread on this topic through the ADN...
View Article