Re: How to identify SketchPlane for a ViewSections "Viewer" element
Do you find the origin to be different in the other sketch planes, how so? I think the multiple sketch planes are just for different elements sketched in the view. There is no such thing as home...
View ArticleRe: Getting list of instance parameters
How do you define a basic built-in parameter, I don't know what you mean by that? As far as I can tell there is no way of associating instance built-in parameters with the categories they serve. A...
View ArticleRe: How to identify SketchPlane for a ViewSections "Viewer" element
Figured easier to elaborate and respond with a video. See link below... https://youtu.be/xzEvXZ5A0Us
View ArticleRe: Revit family linking through Add-Ins and custom ribbons
Sure. The code I pointed out above includes a dozen or so.
View ArticleRe: Wanting to get a list of all of the Fabrication Parts for the current...
Does this code snippet help? // Retrieve fabrication config for the selected service FabricationConfiguration config = FabricationConfiguration .GetFabricationConfiguration( doc ); if( null == config...
View ArticleRe: How to identify SketchPlane for a ViewSections "Viewer" element
Thanks for the clarification. For position you should instead find the ViewSection within the dependant elements and then use either:View.CropBox.Transform.OriginorView.Origin Dashed blue line is the...
View ArticleRe: How can I extract detailed light source properties?
It is a lighting fixture family instance. It will only have those properties if it is of that category. Sometimes you get lighting fixtures nested in other families e.g. your lamp body may be of some...
View ArticleRe: How to identify SketchPlane for a ViewSections "Viewer" element
Bingo! View Origin is really all I need. I can t believe I over complicated it so much. LOL
View ArticleRe: Build warning - mismatch between the processor architecture - rvt 2019 =...
You can also set this more globally in the Build Tab of the Project Properties using the Platform Target drop down.
View ArticleRe: How to identify SketchPlane for a ViewSections "Viewer" element
One thing you should consider (or at least your end users should) is that by moving the view you may lose dimensional and tag references to elements depicted in that position. These may not then be...
View ArticleRe: Build warning - mismatch between the processor architecture - rvt 2019 =...
You can also fix it globally by editing the Visual Studio CSPROJ and VBPROJ project files: Processor Architecture Mismatch Warning and Key HookRecursively Disable Architecture Mismatch...
View ArticleRe: Project North Angle
Sorry, rather long and convoluted, I feel like Winnie the Pooh, a bear of little brain. Are you saying you can get the proper point but not the rotation? Can't you just add the project north rotation...
View ArticleRe: How to identify SketchPlane for a ViewSections "Viewer" element
Yes, I think our users are aware of this as they have have been doing it this way for some time. I believe they only use Tags for most part. It's an unfortunate but seemingly necessary part of our...
View ArticleHow to link more than one revit file into project simultaneous, not need to...
Hi, friend, one question,I am the Revit API learner.Link different revit files to the project is really inconvenient, is there a add-in can link different revit files in to project simultaneous? for...
View ArticleRe: Wanting to get a list of all of the Fabrication Parts for the current...
An addition, to provide some background information on the above and the Revit API documentation in general: The code above retrieves all hanger options for the current fabrication configuration and...
View ArticleRe: Revit Could not load c:\...revit2021\intflFC.dll problem
Hi there, I have the same problem. Did you find a solution?
View ArticleRe: Project North Angle
Turns out I am the one who should apologize. Not sure which character I am, Piglet maybe? Possibly Eeyore. Before you replied I went ahead and wrote a function to evaluate the rotation of the column...
View ArticleRe: Project North Angle
Congratulations on solving it. Yes, i have made all too many such assumptions in my time as well, I recognise the feeling. No problem, no need whatsoever to apologise, and glad I could help.
View ArticleRe: Revit Could not load c:\...revit2021\intflFC.dll problem
I repeat my answer above. This is not the appropriate place to discuss such a question. Please note that this discussion forum is dedicated to programming Revit using the Revit API. So, you cannot...
View Article