Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drawing Symbol Instance

  • Thread starter Thread starter rbanga
  • Start date Start date
Status
Not open for further replies.
R

rbanga

Guest
I am trying to create a symbol instance using toolkit. This symbol has to be placed on entity. Using the ProDtlattachAlloc function as mentioned in help returns error as PRO_TK_BAD_INPUTS



status = ProDtlattachAlloc (PRO_DTLATTACHTYPE_PARAMETRIC, NULL, NULL, sel[0], &attach);



where sel is a ProSelection item that I got using the function



ProSelect(point,axis,edge,curve,1,NULL,NULL,NULL,NULL,&sel,&n_sel);



Please help ! ! !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top