Best way to Programmatically Set up an Algorithm for editing existing elements
I have a questions that is more theory of "best practices" than actual technical programming. I am trying to think of the best way to handle editing an element after it is placed by my program....
View ArticleRe: Rename Shared Parameter
Hi KiwiCodes,Could you please provide the code for this as you described in your post?That would be great.I am trying to translate from US to UK family parameters that we don't understand.
View ArticleRe: Copy to selected levels faster
Say for example manually copy paste to all levels take 10 mins. I want towrite code which does in 5 mins
View ArticleRe: Stirrup Modelling
I hope this is the cure for all our pain: #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using System.ComponentModel; using...
View ArticleRe: Creating a stirrup in revit
I hope this is the cure for all our pain: #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using System.ComponentModel; using...
View ArticleRe: Stirrup generation through Revit API 2015/16
I hope this is the cure for all our pain: #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using System.ComponentModel; using...
View ArticleRe: How to copy filledregion type from one project to another?
Do you want to copy the Filled Region or the Hatch pattern? Please clarify.
View ArticleProblem by creating Revit families
Hi we are creating REvit Families from our CAD-System. There are 2 Problems.- to assign materials- to set objects invisible Please have a look at the attached file. Thanks a lot
View ArticleOnShutdown sometimes not called
Hi,we have an issue with the OnShutdown method of our plugin. Sometimes it just doesn't get called! I could reproduce the issue with the following very simple plugin: public class MainApp :...
View ArticleQuestion about model review
Hi everyone, I am working on model review and I would like it to check the dimension of the room and distance between wall and some of furniture, I used the aligned dimension and add a label to each of...
View ArticleRe: Question about model review
Please provide a sample RVT file and what do you mean with "Model Review"?
View ArticleRe: Question about model review
By Model Review, I am meaning the add in available in revit...
View ArticleRevit 2017 Excel Based Model Generation
Dear All, I have installed Extension 2017. But there is no "Excel based Model Generation" option Any suggestions. I model it using Excel only RegdCVP
View ArticleRe: MEP example needed ... create pipe segment
Thank you, both of you.I managed to get it working with the combined input provided by both of you.It was really interesting to find that I needed to convert metric units to decimal feet in the XYZ...
View Articleinstant fittings at pipe connections
Windows 10, REVIT 2017, C#, Metric. I can now create pipe segments with C#, plumbing.pipe.create (Thx Mustafa and Jeremy). The fittings are not instantly displayed at the connecting points. The...
View ArticleRe: instant fittings at pipe connections
Hi, Document.NewElbowFitting, NewTeeFitting, NewUnionFitting etc... Revitalizer
View ArticleRe: Duplicate Sheet...what am I missing?
You started with an application module, not a project module, right? its hard to tell what's wrong without seeing the entire code. Maybe you could copy and paste everything. Attach as a file if...
View Article