API的帮助里面有balloons的overview的,看一下就知道了,简单的说就是那个标记用的小窗口
Introduction to balloons
Autodesk Inventor users can add balloon notation to a drawing view or selection of parts automatically. These enumerated balloons are typically associated with a parts list, also generated automatically. Either the balloons or the list can have their values overridden, or new part numbers can be attached to custom parts. Balloons can be of various styles. The balloons and associated parts list can be updated to reflect the current content of the drawing view.
The purpose of balloons
Balloons and their associated parts list are a common means of calling out engineering requirements and specifications for manufacturing parts. Autodesk Inventor automates much of the process, including balloon placement. Balloon placement, type, and content can all be modified through the API.
Note: Balloon notation referencing properties (specified through styles) currently cannot be changed through the API. |
Balloons Object Model Diagram
MSITStore:C:\Program%20Files\Autodesk\Inventor%2011\SDK\Docs\Help\admapi_11_0.chm::/ov.balloons_diag.gif" border=0>
Balloons API structure
Balloons have content in the form of notation. This notation may be a part number, the date the part was created, the mass of the part, the author, and so on. It is typically a part number corresponding to items in a parts list.
The Balloon object references a BalloonValueSets collection comprised of BalloonValueSet objects. These BalloonValueSet objects also have a value and an override value, corresponding to the same functionality through the Autodesk Inventor user interface. The balloon type can be set through the SetBalloonType method of the balloon object. Balloons can reference an existing sketched symbol in place of the standard balloon shapes. |