Re: Rotate Outline for BoundingBox flters
No. We explored this very issue quite recently: http://thebuildingcoder.typepad.com/blog/2018/04/bounding-box-filter-always-axis-aligned.html Note that the bounding box filter is a quick filter. This...
View ArticleRe: Rotate Outline for BoundingBox flters
Thank you. I take a sample from this filter, then I try to use SolidFilter, but unfortunately the solid obtained is at the origin, unlike the detail itself. (I'm trying to do it for Part).I realized...
View ArticleRe: RevitUIDocument.ActiveView Setter behaves not like Changing view with UI
Jeremy, I used your hint and tried some variations. But I feel. my Problem is different to what you wrote in your post. Document is already open, it's only the view I have to open. My Feeling is that...
View ArticleRe: RibbonPanel's name of default RibbonTab in Revit
Hi Jeremy,RibbonPanel.Name is not support for RibbonTab of Revit (Architecture, Structure, System,...), it used RibbonPanel.AutomationName instead. Please see debug picture below: But it still works...
View ArticleRe: Any corresponding API about BREAKING UP a Stacked Wall?
Maybe you can try to do it by getting the command id and executing it.Here's an article from Jeremy about the topic.
View ArticleRe: Print to PDF issue for printmanager Revit API
Hi, please note that this "Freeware" is not as free as you might think: http://www.bullzip.com/products/pdf/info.php"This program is FREEWARE with limitations, which means that there is a FREE version...
View ArticleRe: Open a file if central model cannot be found
The error might be related to this function call, but I didn't see it in your code snippet, it requires Network connection to the central file with my...
View ArticleRe: Ribbon background
Hi, no need to create reminder postings - be assured that each question has already been read by many forum members. To the topic itself: Why changing the internal Theme's background?I would think a...
View ArticleRe: not edited parameter
Thank you, Good article.I paste into dynamo python script PAR2=ExternalDefinitionCreationOptions("text",ParameterType.Text )PAR2.UserModifiable=False;There are no errors, but the parameter does not...
View ArticleHow to get geometry from doors ?
Hello, im trying get geometry from objects, from wall it was easy but from doors I dont know how to do it. Please do you have some idea? Thanks
View ArticleMaterial Rendering assets size is 0 for few materials.
Hi all,I am using following code to get material properties from Material.Material^ mat_k = (Material^)MatElems0[k]; if (mat_k != nullptr) { ElementId^ fmatappAssetId = mat_k->AppearanceAssetId;...
View ArticleRe: not edited parameter
Hi, you need to bind the parameter definition to a document's categories (in project context).Or you need to create a FamilyParameter, linked to your parameter definition (in family context, using...
View ArticleRe: Ribbon background
Hey Revitalizer, Thanks for pointing me in the right direction!This was really much easier than I thought.No need for events and stuff to change it every time the tab gets selected. Now I just made a...
View ArticleUsing Revit API with Android application
Hello, I'm working with Android and am willing to integrate Revit model into my application.The purpose is to be able to:1. View a Revit model in my application2. By clicking on one of its walls be...
View ArticleRevit API: Get Parameter By Guid Returns no value
Hello everybody, I'm encountering a problem when trying to obtain a parameter by its' guid.The method I use to obtain a parameter is shown below: public static Parameter GetParameter(this Element...
View ArticleRe: Possible to BIND link model programmatically?
Any progress on that?have you tried to do it manually by grouping the link to the model(https://forums.autodesk.com/t5/revit-api-forum/creating-groups-from-revit-api/td-p/5451985)
View Article.NET version error with Revit 2019
Hi, I have a routine which creates a new ribbon in Revit with a load of add on that I've written - this works really well in Revit 2016, 2017 and 2018. Looking at the Build properties, it states that...
View ArticleRe: Change colour of symbol in family
Hi , Thanks for the response, don't worry about the delay. I made a mistake with the topic title, I need to know if it is possible that after you place an instance of a family (slab tag in this case),...
View Article