Object ProBomballoon

Function ProBomballoonClean


Description
Clean BOM Balloon from view.
Synopsis
#include <ProBomballoon.h>
ProErrorProBomballoonClean(
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
PRO_TK_NO_ERRORThe function successfully created the BOM balloons.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_NOT_DISPLAYEDThe Drawing is not displayed.

Manual References:

  1. Drawings: Creating BOM Balloons