Quantcast
Channel: All Revit API Forum posts
Browsing all 66664 articles
Browse latest View live

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 Article


Re: 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 Article


Re: (API) Macro: Adding Number of Studs auto. in a composite beam

Please provide a sample RVT file to see if I can help.

View Article

Re: How to Create Insulation detail component using Revit

Please provide sample RVT file so I may can help.

View Article

Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: check if family passes audit

Unfortunately I can't seem to find a family that does not pass audit. So consider this closed....

View Article


Re: Autodesk Revit Site Designer Failed installation

Hi, it's the same problem, can you give me another solution? pls

View Article

How 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 Article

Re: Copy to selected levels faster

Sorry I'm bit confused, can you please clarify more?

View Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Re: 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 Article

Re: MEP example needed ... create pipe segment

Dear Jeremy Thanks a lot, you are my God Father and I dream of meeting you someday.

View Article


Re: Create a Pipe cap

What is the difference between both codes???

View Article

Re: 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 Article

Re: 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
Browsing all 66664 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>