Re: Create a Pipe cap
Dear Chema Please find here the code that will do all the magic: #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using...
View ArticleRe: Autodesk Revit Site Designer Failed installation
Please refer to the following Topic:https://knowledge.autodesk.com/support/inventor-products/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-1603-during-installation-of-Autodesk-software.html
View ArticleRe: (API) Macro: Adding Number of Studs auto. in a composite beam
Please provide a sample RVT file to see if I can help.
View ArticleRe: How to Create Insulation detail component using Revit
Please provide sample RVT file so I may can help.
View ArticleRe: MEP example needed ... create pipe segment
Please try the following code and tell me the results: FilteredElementCollector collector = new FilteredElementCollector(doc); collector.OfCategory(BuiltInCategory.OST_PipingSystem).Where(ps =>...
View ArticleRe: Copy to selected levels faster
Dear mustafa, I think I didn't chose right words for the problem. So I will rephrase: say for example I have a few walls doors windows etc on level 1. now I select them all and copy them now from the...
View ArticleRe: Copy to selected levels faster
Ok now I got it.It is so simple. First prompt the user to select the elements to be copied using Selection.PickObjects Method.Then use a filter to collect all the views you want to copy the elements...
View ArticleRe: Copy to selected levels faster
Dear mustafa, Is not same as copy and paste - aligned to selected levels. My objective here is to reduce time by minimum half the time doing it manually Thanks & RegardsSanjay Pandey(BIM[Revit]...
View ArticleRe: check if family passes audit
Unfortunately I can't seem to find a family that does not pass audit. So consider this closed....
View ArticleRe: Autodesk Revit Site Designer Failed installation
Hi, it's the same problem, can you give me another solution? pls
View ArticleHow to copy filledregion type from one project to another?
Is there any api to copy filled region types from one project to next.Some blogs say that patterns can be imported fromr pat files? I did not find any api to import from .pat files either?Please help...
View ArticleRe: Copy to selected levels faster
Sorry I'm bit confused, can you please clarify more?
View ArticleRe: Create a Pipe cap
Dear Mustafa, thanks SO much for this brilliant solution!!! Now I can follow developing my tool!!! In addition I would like to show you something. When using it workflow in a vertical or sloped pipe,...
View ArticleRe: Create a Pipe cap
I thought I'll deserve a Kudod don't worry I'll work on it and see how it is going with sloped pipes.
View ArticleRe: Create a Pipe cap
Try this and tell me if it works as a charm: #region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using System.ComponentModel; using...
View ArticleRe: MEP example needed ... create pipe segment
http://thebuildingcoder.typepad.com/blog/2014/01/final-rolling-offset-using-pipecreate.html Revit SDK sample AutoRoute By the way, a huge thanks to Mustafa for his more accurate answer and his...
View ArticleRe: MEP example needed ... create pipe segment
Dear Jeremy Thanks a lot, you are my God Father and I dream of meeting you someday.
View ArticleRe: Create a Pipe cap
The proximity condition has been changed: if (c.Origin.DistanceTo(fCP) <= dist) { dist = c.Origin.DistanceTo(fCP); PipeConnector = c; }instead of less than use less than or equal. Has it work?
View ArticleRe: Create a Pipe cap
Hi!It makes the same issue... It seems to me that it is a "regeneration problem" because if i move the pipe after placin the cap it reactions and go to the correct place.....
View Article