Re: Roof by Face
Dear Miguel, I am busy with the Forge DevCon. , can you please check the status of the wish list item CF-194 [As an add-in developer, I need to be able to create a Roof by Face, because roof by...
View ArticleNew plug-in (Duct/Pipe Sizing source code).
Dears,Need your helps, Any one here can help me about how I can get the full (Source Code) of a (Duct/Pipe Sizing) Tool in revit, which appeared in "Modify" panel when a pipe or duct is selected?Thanks.
View ArticleRe: External Event stuck as pending?
I saw that, but I don't think that's the issue. As mentioned, I tried mousing over it, moving the mouse all around, etc. I also tried clicking in both the Revit canvas and title bar. I moved the...
View ArticleRe: How to remove an add-in from the "Always Load" whitelist
Are you loading the addin with a *.addin manifest file? The easy, hack way is to change the <AddInId> number in the add-in manifest file. Revit will recognize it as a new add-in, and ask again....
View ArticleRe: Getting the default value of a parameter?
Yes it looks like the symbol should have the default parameter values, I'm going to try that :)
View ArticleKeynoteDatabase SDK Sample
Hello, Has anyone used the KeynoteDatabase sample in the ExternalResourceDBServer example in the SDKSampels? I am sifting throught the API help files, but cant figure out how to get the...
View Articlesetup to use visual studio instead of sharpdevelop
REVIT 2017, Windows 10Where do I change the Macro user interface setting to use Visual Studio instead of SharpDevelop?Thx,Kevin.
View ArticleMEP example needed ... create pipe segment
REVIT 2017, Windows 10, C#. Metric. I downloaded the API samples; excellent for standard items like walls, wirnows etc. MEP is not included in the sample API items. Need to create ppe segment using...
View ArticleRe: How to Set Line Pattern in Line Style
Hey, in Revit 2017 API, there is a new Category.SetLinePatternId method. Seems that Autodesk provides a solution, finally. Revitalizer
View ArticleRe: How to Assign line pattern to model line
Hi, in Revit 2017, you can use Category.SetLinePatternId:http://forums.autodesk.com/t5/revit-api/how-to-set-line-pattern-in-line-style/td-p/3731078 Revitalizer
View ArticleRe: Copy with base point
Hi, Thanks for the suggestion. How about getting the bounding box of the group itself and getting the center. Thanks & RegardsSanjay Pandey
View ArticleIs there any method to create new phase programmatically?
I have created a form to get the path of an excel file and i can successfully retrieve the data in the excel files. column 1 : Namecolume 2: Description But i am wondering is there any method for me...
View ArticleRe: Copy with base point
Hi sanjayman, I've already seen that you created another thread for the Group center point.http://forums.autodesk.com/t5/revit-api/group-center-point/td-p/6379898 As far as I can see, there are about...
View ArticleRe: Copy with base point
Hi, I am only dealing with Model Groups[no detail group attached nor any group within group]. After replying to you I tried to do : 1. got the bounding box of the group...
View ArticleRe: Is there any method to create new phase programmatically?
Hi, to your first question, creating new Phase elements. What about using the ElementTransformUtils.CopyElements method to copy an existing Phase from one Document to another one ?I must admit that I...
View ArticleRe: Copy with base point
Hi, not the BoundingBox of the Group itself but those boxes of its members.Get the member Elements (respectively their Ids) by Group.GetMemberIds(). Note that Groups can be embedded recursively, a...
View ArticleRe: Copy with base point
Please try this and tell me the result: #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using System.ComponentModel; using...
View ArticleRe: Copy with base point
sanjaymann wrote:Hi, I am only dealing with Model Groups[no detail group attached nor any group within group]. After replying to you I tried to do : 1. got the bounding box of the group...
View Article