Type Selector filtering with PostRequestForElementTypePlacement
I am trying to create a ribbon button command for selecting a device of a certain BuiltInCategory and placing it using doc.PostRequestForElementTypePlacement(elementType).It works, however the Type...
View ArticleRe: Type Selector filtering with PostRequestForElementTypePlacement
You can't restrict the which family will be shown in that type selector because this is Builtin Revit.If you create your own type selector, you can restrict which family type will be shown and which...
View ArticleRe: Get path of linked IFC files
Yes, course I actually meant how to get them through the Revit API Thanks anyway ;)
View ArticleRe: BoundingBox outline and BoundingBoxIsInsideFilter
Why in this line:".Where(x => x.IsPhysicalElement())"can't find "IsPhysicalElement()"(ps:even in the API Doc)?Did you create a method?
View ArticleRe: BoundingBox outline and BoundingBoxIsInsideFilter
Hi:It's a method that not decleared in RevitAPI.But I think it's name is quite easy to understand.And also, you can try these lines: internal static IEnumerable<Element> GetLocationElems(View v)...
View ArticleRevit bug in IndependentTag TagText with link model
Dear Friends, I found an interesting thing that I could't get IndependentTag TagText when door in Link doc and IndependentTag in main doc. I have attached zip file below: 1. The red...
View ArticleRe: Room Name Problem
hello naveen.kumar.t ..i found this ..http://www.revitapidocs.com/2018/861a3f2f-53a8-7312-b775-e264ed4c46ef.htm#here Name Property in Room class having no Get accessor . Like in Element Name...
View ArticleRe: Room Name Problem
hello naveen.kumar.t ..i found this ..http://www.revitapidocs.com/2018/861a3f2f-53a8-7312-b775-e264ed4c46ef.htm#here Name Property in Room class having no Get accessor . Like in Element Name...
View ArticleQuestions regarding 'Group Parameters Under' section
What do they do? Can I edit them? Can I create new ones? I've found surprisingly little information on this, and it's mostly old posts and thread.
View ArticleRevit Extensions for Revit 2019
Hey Autodesk Community, We are prefab industrial user of Autodesk products. Currently for we are using Revit and other softwares regarding designing. Is there a possibility of getting some CAM add-in...
View ArticleRe: How to get dimensions from sketch??
hi i am looking to get the sweep/extrusion pathsketch dimensions.first i am getting the sweep profile and then traversing the curves in the profile..apparently i am getting the wrong dimensions can you...
View ArticleRe: Questions regarding 'Group Parameters Under' section
This forum is only for Revit API questions. Please ask this question in Revit Product Forum.
View ArticleRe: How to get dimensions from sketch??
I'm not sure about what you want to achieve.Perhaps, this will help you:public Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements) { var uiapp =...
View ArticleRe: Picking New Element Host via API
Wow! It's not even accessible through PostableCommand, yet it applies to half of our fixture and tag families. Anyways, Thank you Jeremy! It feels like you're the only one supporting questions from the...
View ArticleRe: Questions regarding 'Group Parameters Under' section
I figured that since I also wanna know if it’s possible to edit them, or create new ones, that this might be the right forum.
View ArticleRe: Picking New Element Host via API
Link for others to support API Idea suggestion:https://forums.autodesk.com/t5/revit-ideas/picking-new-element-host-via-api/idi-p/8658294
View ArticleRe: How to get dimensions from sketch??
hiUnitUtils.ConvertFromInternalUnits(profileCurves.Sum(x => x.Length), DisplayUnitType.DUT_MILLIMETERS)} mm"); thank you for this. i didn't see the units. when i run my code the length is not in...
View Article