Function ProBomballoonClean
Description
Clean BOM Balloon from view.
Synopsis
#include <ProBomballoon.h>
ProBomballoonClean
(
ProDrawing pro_drawing
/* (In)
BOM balloons will be created at this drawing. This must be displayed in the window.
*/
ProView pro_view
/* (In)
BOM balloons exist at this view.
*/
ProBool clean_pos
/* (In)
Cleanup BOM balloon position.
*/
ProBool existing_snap_lines
/* (In)
Use existing snap lines.
*/
double offset_from_view_outline
/* (In)
Offset from view outline
*/
ProBool stagger
/* (In)
Staggers balloons at different offset distances from view border if necessary.
*/
double stagger_val
/* (In)
increment between snap lines
*/
ProBool create_stagger_snap_lines
/* (In)
create snap lines
*/
double interballoons_distance
/* (In)
BOM balloons space size.
*/
ProBool attach_to_surface
/* (In)
If value set to PRO_B_TRUE attach to surface, otherwise attach to edge.
*/
)
Returns
The function successfully created the BOM balloons.
One or more of the input arguments are invalid.
The Drawing is not displayed.
User Guide References
これは役に立ちましたか?