Re: keep my plugin application Form on top only while Revit windows activated...
It’s also worth noting that setting the window owner, as @Mohamed_Arshad described, is only necessary when displaying the window modelessly i.e. using yourWindow.Show()
View ArticleSuppress warning wall room separation overlap
Hello, I'm trying to suppress a warning of a wall room separation overlap:Practically, if we press okay the code would work, so i'd like to have the warning suppressed programmatically.So far I've...
View ArticleRe: Getting the path from a cloud model.
Same problem here.I don't need the path to my local file in C:\Users\xxx\AppData\Local\Autodesk\Revit\Autodesk Revit 2023\CollaborationCache\XYZ\ncas519l-k116-430i-b02d-qbp825e31fcd"I can find these...
View ArticleRe: Get BIm 360 model's "absolute" path
Same problem here.I don't need the path to my local file in C:\Users\xxx\AppData\Local\Autodesk\Revit\Autodesk Revit 2023\CollaborationCache\XYZ\ncas519l-k116-430i-b02d-qbp825e31fcd" (fake GUIDS)I can...
View ArticleRe: Setting Pipe Size
Hello Allan Do you was able to figure out the issue?, I have similar situation trying to update slope parameter
View Articlerunning dynamo scripts on revit models without opening Revit
Hi,I am trying to run a dynamo script that attaches attributes to .rvt models. Right now the way we do is open each .rvt file individually and run the dynamo script using dynamo player. We are looking...
View ArticleRe: Suppress warning wall room separation overlap
I figured it out by deleting the warning and use FailureProcessingResult.Continue instead of FailureProcessingResult.ProceedWithCommit;
View ArticleRe: Shared Coordinate System - Definition
Hello, Jeremy,I found this discussion while searching for an answer to exactly the same question that was raised here.Tell me, in 2024, has the ability to unequivocally identify two files with the same...
View ArticleRe: Licencing Plugins - What Revit subscriptions have to be considered?
Hello All, I recieved a comprehensive reply from Prashant at the 'Appstore submission support' he answered several questions relevant to the licencing discussion. The first three questions I asked...
View ArticleRe: All elements in a active view
For anyone reading this in future sometimes you might want to add a filter (I know that I did). For example, here is a snippet i ripped out from an addin i was developing. FilteredElementCollector...
View ArticleRevit 2023 PromptForFamilyInstancePlacement face based and workplane placement
I made a plugin where items are loaded into a family to be able to place on a face selected by the user. In Revit versions previous to 2023 the instance placement would always default to place on face...
View ArticleRe: Slow and Delayed Revit
Experiencing slow and delayed performance in Revit can be frustrating, especially when you're trying to get things done efficiently. Optimizing your hardware, clearing up unused elements, and adjusting...
View ArticleRe: Revit 2023 PromptForFamilyInstancePlacement face based and workplane...
...so I managed to figure it out. You can add PromptForFamilyInstancePlacementOptions and use PlaceOnFace. // troubleshoot placement optionPromptForFamilyInstancePlacementOptions placementOptions = new...
View ArticleRe: keep my plugin application Form on top only while Revit windows activated...
It worked with me i want my plugin be on top while revit session is active only
View ArticleRe: running dynamo scripts on revit models without opening Revit
Please check this forum for previous discussions of this question, e.g.: https://forums.autodesk.com/t5/revit-api-forum/is-there-any-plugin-standard-tool-or-other-way-to-open-multiple/td-p/13038708...
View ArticleFormat d'icon
Bonjour,Je suis entraine de personnaliser des outils, sur pyRevit. Quand j'actualise pyRevit mes icones ne sont pas visibles sur ma barre avec le format 32x32 pixel, 96x96 pixel aussi sur Revit 2024....
View ArticleRe: Format d'icon
I suggest searching the Internet for "pyRevit icon format":https://duckduckgo.com/?q=pyRevit+icon+formathttps://github.com/pyrevitlabs/pyRevit/issues/106
View ArticleIs there a way to unhide a single element from "Temporary Hide/Isolate" mode?
Use case: a friend told me that's it's a common issue to select a bunch of elements, press "temporary hide isolate" only to forget to include section box in the selection. Now selection has to be...
View ArticleRe: Create Hosted Element onto Linked Revit Element by PickObject
Continuing to research and experiment, I've stumbled upon this post How can I get the reference for a face that is queried from a linked project? - Autodesk CommunityKnowing that I might need to juggle...
View ArticleRe: keep my plugin application Form on top only while Revit windows activated...
Can't argue with results 🙃 .. Glad you got it working. thanks for following up.
View Article