Autodesk Developer Network 2011
Autodesk
Construction Modeling
§Assembly Views
§AssemblyViewUtils – utilities to create assembly views
§Create3DOrthographic()
§CreateDetailSection()
§CreateMaterialTakeOff()
§CreatePartList()
§CreateSheet()
§Assembly views display only elements in assembly that are created using this class
§
§Parts Utilities
§Provide a set of static methods for creation and manipulation of parts
§CreateParts()
§DivideParts()
§GetAssociatedParts() – return all parts associated with the given elements
§GetDividedParents() – return an set of elements that leads to the creation of the given part
§Others
AssemblyViewUtils are utilities which help create assembly views. The view types that can be created can be Orthographic, Detail sections, material take off schedules or we can also create a schedule of parts, and sheets.

PartUtils provides methods to describe the relationships between parts and elements. These provide a set of static methods for creation and manipulation of parts like CreateParts(), DivideParts(), GetAssociatedParts(), GetDividedParents(), etc.