http://www.charlesandhudson.com/archives/hand-tools-list-important.jpgPPT_LOGO_4b
‹#›
Autodesk Developer Network, April 2010
The Wine – And More…
§Export option for color mode
§Export model to IFC
§Floor slope and elevation
§NewTruss() in Revit Architecture
§Validation in ElectricalSystem properties
§Converting between Model Curves and Detail/Symbolic Curves
§WireMaterialType, InsulationType, TemperatureRatingType
§DuctConnector, PipeConnector, ElectricalConnector
§Truss - attach and detach chord
§Drop truss and beam systems
C:\Documents and Settings\walmslk\Local Settings\Temporary Internet Files\Content.IE5\A9N3OQ34\MPj04005780000[1].jpg
•The new API allows the option of exporting colors matching the AutoCAD Color Index colors
•For some of the partners in EU who have asked more on IFC, we now can export the model to IFC format.
•The slope and elevation at a point on floor's surface can be found
•We are porting some functionality from RST to RAC and the API will be ported accordingly. NewTruss which could be created in RST can now be created in RAC as well.
•Length  and VoltageDrop  now throw an InvalidOperationException when the value cannot be computed (instead of returning 0).
•We can also convert Model curves to Detail curves and back and forth. Some users have been working with the wrong curve and then realized it later and then have back up the file and redone the workflow. And this conversion is supported using the API too.
•WireMaterialType, InsulationType, TemperatureRatingType methods now inherit from ElementType.
•DuctConnector, PipeConnector, ElectricalConnector  methods now inherit from a new common base class, ConnectorElement.
•Some changes around the Attach and Detach chord method names
•DropTruss()  and DropBeamSystem() delete the parent collection elements after disassociating their constituent members.