Re: Ribbon panel button image from embedded resource
I was beginning to believe that I was just being stupid... missing some obvious thing, or misspelling something, or otherwise having fumble fingers... So I copied and pasted the code suggestions and...
View ArticleRe: Ribbon panel button image from embedded resource
Thanks for getting back with your solution. Pleas note that you can mark multiple posts as a solution. It is always good to mark at least one post as solution. This will make it easier for other user...
View ArticleRe: Set Normal to create rebar
What is "setHook.SetNormal"? and What are you exactly want to do?
View ArticleRe: AddIn - Dockable window.
Can you please provide your sample code or Visual Studio project so we may can help??
View ArticleRe: Set Normal to create rebar
Hi!setHook.SetNormal is a class that I've créate to evaluate the normal from a set of coordinates..... and another functions.my function evaluate y the coordinates have a common axis, and return a xyz...
View ArticleRe: Best Method for creating "Attaches To" Accessory family to Pipe?
Before you responded, I doubled back and started seeing what I could do with a faced based family construction style instead. I've gotten further along with this method and may not need to push this...
View ArticleRe: Create family instance
Dear Payalorna Following steps will help you: Step 1: Filter All FamilySymbol of Structural Framing and Bind with Combobox Using Display Member & Value Member a. Display Member Contains Symbol...
View ArticleRe: Family Instance Orientation
Finally managed to get results that seems to work (more testing needed). First of all I had a mistake in my code. At some point I tried to convert radians to degrees, however the supplied value was...
View ArticleHow do I determine if the active view is being accessed through a sheet view
I'm working my way through the Revit API's (and yes, I've studied the samples in the SDK and done the walk throughs and chased around many, many support pages and so-called help files trying to wrap my...
View ArticleStarting another Revit session and interacting with it
Something I've been wanting to achieve for awhile is the ability to start a separate Revit session behind the one that I'm working in so that an addin can be allowed to execute a task while a user can...
View ArticleRe: How do I determine if the active view is being accessed through a sheet view
Dear Gary, Thank you for yet another interesting query. Do you really need to deactivate the viewport to achieve what you want? Why not just go ahead and renumber in any case? Here are the methods and...
View ArticleRe: How do I determine if the active view is being accessed through a sheet view
Jeremy,If we used some sort of grid numbering system (or even if we had a truly rigid view numbering system) then I could go ahead and determine the sheet that the active viewport is on and do a few...
View ArticleRe: Programming "smart-Revit" add-on
Look up revitlookup add in. That will help you with datastructure within revit. As far as exporting data to excel. Just look up how to write to excel via c#.
View ArticleRe: Starting another Revit session and interacting with it
I never did this but I do think it is possible. you will need to create 2 add in. With runs at start up and one run when user press the button. When the user press the command. Write a script that will...
View ArticleRe: Starting another Revit session and interacting with it
Yeah, I considered setting something to execute on Revit initialization, but I would need that to only execute if the session were started by this command. Not from normal Revit loading. So if there's...
View ArticleAddin be an element selector, have elements selected when addin terminates
I assume an addin can terminate with elements selected because I've seen addins do that. How is this accomplished? I have not seen any examples for this. User selection and automatic selection tasks...
View ArticleRe: Expose design options settings
Provide access to these settings via API, for purpose of getting and setting.
View Article