There are a few enhancements I want to cover in Revit 2010 which may get lost in the shuffle behind the user interface and conceptual mass tools.
Gradient Backgrounds
In 3D views, there is a new option under “View Properties”, “Graphic Display Options”, “Background”, for “Gradient Background”. Checking this box will allow you to specify a “Sky Color”, “Horizon Color” and “Ground Color”.
This is useful to add some additional depth to shaded 3D views:
Halftone / Underlay Control
You now have specific control for the level of halftone for objects or linked files. Under the “Manage” tab, “Settings” pull-down, choose “Halftone/Underlay”.
The default is 50% brightness which can now be adjusted as needed. This value will be utilized when objects or linked files utilize the “Halftone” checkbox throughout the project.
In the same menu you will find the “Underlay” variables for “Weight” and “Pattern”. "Weight" specifies the line weight for underlays where “Pattern” specifics the line pattern for underlays. These settings will become active when an underlay is utilized in a view.

Subscribe
hi,
Can you do me a favor?
I got a problem about Revit Links Project.
In Revit2010 official document :
The Autodesk.Revit.Geometry.Reference class now offers properties to extract
the element,geometry object,transform, point, and parameters of the referenced item.
But, how can i obtain the Reference class instance ?
If I get the Autodesk.Revit.Elements.Instance geometries like this:
Autodesk.Revit.Geometry.Element geoElement = instance.get_Geometry(opts);
But geoElement.Objects.Size is 0;
Posted by: Ben | May 06, 2009 at 08:39 PM