revitcoding.blogspot.com
Revit API Coding: March 2011
http://revitcoding.blogspot.com/2011_03_01_archive.html
A series of posts and observations about programming in Revit, Revit Architecture usage and optimization. Thursday, March 10, 2011. I've been working on a project in which I retrieve all of the Instance and Type Parameters from an object and I've noticed something odd. Foreach (Parameter para in eCoreWall.Parameters) { results = Util.GetParameterInformation(para, m doc); }. Each time I pull the parameters, they are listed in a different order. Anyone know why? Here's an abbreviated example:.
revitcoding.blogspot.com
Revit API Coding: Retrieving elements that are not only in the project, but in the model.
http://revitcoding.blogspot.com/2011/04/retrieving-elements-that-are-not-only.html
A series of posts and observations about programming in Revit, Revit Architecture usage and optimization. Monday, April 25, 2011. Retrieving elements that are not only in the project, but in the model. For instance, the following Filtered Element Collector will gather all of the types of fascia in the project:. M doc).OfCategory( BuiltInCategory. OST Fascia).WherePasses(filter);. CoreFascia = collectorCoreFascia.ToElements();. Inside of our loop:. Posted by Kenny Redman. Subscribe to: Post Comments (Atom).
therevitsaver.blogspot.com
The Revit Saver: October 2016
http://therevitsaver.blogspot.com/2016_10_01_archive.html
A blog dedicated for posting challenging solutions and ideas for promoting the future evolution of the AEC community! Tuesday, October 25, 2016. Unifi Schedule Support - October 26th, 2016. How much time have you spent trying to recreate or build schedules? What about trying to find or share a schedule? The Value of Schedule Support Inside UNIFI. While other folks still debate how to best organize, maintain and distribute schedules inside. Set up is extremely easy and matches the familiar upload process,...
revitcoding.blogspot.com
Revit API Coding: January 2011
http://revitcoding.blogspot.com/2011_01_01_archive.html
A series of posts and observations about programming in Revit, Revit Architecture usage and optimization. Friday, January 21, 2011. This is an odd occurrence that we encountered today. When adding slope marker annotations in elevation views, we've noticed that it will pick up the slopes of not only the roof surfaces, but also the adjoining hips and valleys. Is there any way to make them only pick up the surfaces? Posted by Kenny Redman. Thursday, January 13, 2011. Door Functions and Names. Static public ...
therevitsaver.blogspot.com
The Revit Saver: Unifi Schedule Support - October 26th, 2016
http://therevitsaver.blogspot.com/2016/10/unifi-schedule-support-october-26th-2016.html
A blog dedicated for posting challenging solutions and ideas for promoting the future evolution of the AEC community! Tuesday, October 25, 2016. Unifi Schedule Support - October 26th, 2016. How much time have you spent trying to recreate or build schedules? What about trying to find or share a schedule? The Value of Schedule Support Inside UNIFI. While other folks still debate how to best organize, maintain and distribute schedules inside. Set up is extremely easy and matches the familiar upload process,...
therevitsaver.blogspot.com
The Revit Saver: July 2016
http://therevitsaver.blogspot.com/2016_07_01_archive.html
A blog dedicated for posting challenging solutions and ideas for promoting the future evolution of the AEC community! Wednesday, July 27, 2016. Content Library Management Best Practices. Library Best Practices Webinar Recording. July 27, 2016. With your organization’s ever-expanding BIM content, it is critical to find the right library strategy to effectively organize your firm’s content to support efficiency and usability. Listen to this webinar. 8226; How did you implement and test the library manageme...
therevitsaver.blogspot.com
The Revit Saver: September 2016
http://therevitsaver.blogspot.com/2016_09_01_archive.html
A blog dedicated for posting challenging solutions and ideas for promoting the future evolution of the AEC community! Thursday, September 22, 2016. September Application of the Month: Slack Team Integration. For anyone looking to ignite their productivity in their offices I highly suggest Slack. Slack is a team based communication system that allows users in any office to collaborate live through a messaging platform that is incredibly dynamic and user friendly. Please go check it out! Nate Miller from P...
revitcoding.blogspot.com
Revit API Coding: Using Visiblity Graphics (VG) to Hide and Display Walls by Function
http://revitcoding.blogspot.com/2011/02/using-visiblity-graphics-vg-to-hide-and.html
A series of posts and observations about programming in Revit, Revit Architecture usage and optimization. Monday, February 7, 2011. Using Visiblity Graphics (VG) to Hide and Display Walls by Function. Changing the visibility of certain objects is quite easy with the use of Revit's Visibility Graphic Overrides for 3D Views. The easiest way to access it is by pressing 'V' then 'G' or by going to View Graphics Visibility/Graphics. Exterior and Interior Walls. Posted by Kenny Redman. View my complete profile.
revitcoding.blogspot.com
Revit API Coding: Revit Extension
http://revitcoding.blogspot.com/2011/02/revit-extension.html
A series of posts and observations about programming in Revit, Revit Architecture usage and optimization. Monday, February 7, 2011. So, I'm installing Revit Extensions. And the Extension SDK today- looking forward to learning even more about the inner-workings of Revit. Posted by Kenny Redman. Subscribe to: Post Comments (Atom). Lafayette, IN, United States. Programmer and Designer for CG Visions, an Architectural and BIM Consulting Firm. View my complete profile. Revit Blogs I Follow:.