Re: Light Source with ElementIntersectsFilter
Hello Jeremy, This is me example with comments: // I found that solid's graphics style name is equal to category name of instance family components.// So I can exclude unnessossory solids from...
View ArticleRe: Light Source with ElementIntersectsFilter
Find also in attachment the samle project Anatoly.
View ArticleRe: Light Source with ElementIntersectsFilter
Dear Anatoly, Thank you very much for the additional explanation! Cheers, Jeremy
View ArticleRe: Code signing of Revit Addins
Hi all! We are using a code signing certificate from DigiCert. The first time Revit loads a DLL signed with this cert it displays the "Security - Signed Add-in" dialog. Checking the certificate from...
View ArticleRe: NewElectricalSystem Specify Voltage & Poles
Jeremy, Thanks for the reply. To clarify the connector has valid values for Voltage & Poles however the NewElectricalSystem method creates a system with 0V if the voltage parameter is an instance...
View ArticleHostedSweep - what edges are referenced by a gutter/fascia/slab edge?
A fascia has been created on one or more edges of a roof. How can we use the API to find those edges?There is the HostedSweep.ReferenceCurve property, but that requires as an input the "reference of...
View ArticleRe: Code signing of Revit Addins
Dear Lars, Thank you for asking. I am not completely sure myself yet. The full documentation is provided by the developer's guide in the Revit API help file: Online Revit 2017 Help...
View ArticleRe: HostedSweep - what edges are referenced by a gutter/fascia/slab edge?
Can you get at the reference itself? If so, use GetGeometryObjectFromReference () to get the edge.
View ArticleRe: HostedSweep - what edges are referenced by a gutter/fascia/slab edge?
How would one get at the references?
View ArticleRe: Built In Parameter
Dear Sylvain, Are you aware of RevitLookup and the BipChecker? if not, please check them out. They are described in many discussion threads here in the forum and also by The Building Coder. In fact,...
View ArticleRe: HostedSweep - what edges are referenced by a gutter/fascia/slab edge?
Yeah I see what you mean, I can't see any direct way to get the reference of the roof's host edge. what kind of Location do they use? if its a LocationCurve, maybe you can get a reference from...
View ArticleRe: HostedSweep - what edges are referenced by a gutter/fascia/slab edge?
It looks like the API is misssing a GetSegments Property / method. there's AddSegment and RemoveSegment, but I can't see where to get the segments, I'm guessing they have all the information you are...
View ArticleRe: Text alignments
Dear Jeremy thanks for replied. In my cases,I purposed to output some "Marker" in Drafting View which is a number in circle presented by attachment.Without Vertical Alignment,I need to adjust Y axis to...
View ArticleFormula for adding BendRadius for new Conduit Sizes through Revit API
Hi All, In Revit 2017, i am trying to add new ConduitSizes through API, required BendRadius for Particular Material. Is there any Formula to calculate BendRadius?. Please find attached image for API...
View ArticleRe: Built In Parameter
Thanks a lot ! I never heard avout that before...That's look very helpfull ! Thanks again Best regardsSylvain
View Article2017 API - Model Group
Is it correct to say that there are no API changes in 2017 regarding the Model Groups and changing Elements / Element parameters in the Model groups? I was reading trough:...
View ArticleRe: Built In Parameter
With Revit Lookup, i find the correct Builtinparameter Name for what i'm looking for. I resolve my problem with slab and wall foundation. I think my problem is with my filter. For isolated foundation...
View ArticleDynamo plug-in button WANTED
Dear,I have installated both Revit 2016 and Dynamo 2016 correctly, but in Revit doesn't appear the Dynamo button so when i start Dynamo from Win, the library Revit doesn't appear.. so how can i connect...
View Article