API 설명서 > Miscellaneous > Object ProBomballoon > Function ProBomballoonByRecordCreate
Function ProBomballoonByRecordCreate
Description
Create BOM Balloon at detail table record.
Synopsis
#include <ProBomballoon.h>
ProBomballoonByRecordCreate
(
ProDrawing pro_drawing
/* (In)
BOM balloons will be created at this drawing. This must be displayed in the window.
*/
ProDwgtable* pro_table
/* (In)
The detail table define the bill of material.
*/
int region_id
/* (In)
The region of the table contain the BOM definition, If region_id is equal -1, use region 0 of the table.
*/
ProView pro_view
/* (In)
The view where the BOM balloons will be create. Use for BOM balloon creation without leader.
*/
int table_record_index
/* (In)
BOM balloons will be created at first component match to this table record. Indices start with 0.
*/
int* reference_memb_id_tab
/* (In)
ProArray: member id tab to component contain the reference for the leader.
*/
int reference_id
/* (In)
reference id. If it set to PRO_VALUE_UNUSED attach without leader.
*/
ProType reference_type
/* (In)
reference type.
*/
double* attach_note_location
/* (In)
ProArray: free attachment point for the BOM balloon.
*/
)
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
도움이 되셨나요?