groups paths


i building plugin , trying group 3 aiarthandle objects. these items listed below.

 

could direct me correct syntax creating group?

 

error = saiart->newart( kpathart, kplaceaboveall, art_group, &shaft_shadow_path );

error = saiart->newart( kpathart, kplaceaboveall, art_group, &arrow_shadow_path );

error = saiart->newart( kpathart, kplaceaboveall, art_group, &shaft_path );

 

thanks daniel

hi,

 

first, create group with

error=saiart->newart(kgroupart, kplaceaboveall, null, &ahgroup);

 

then, create paths with

 

error = saiart->newart( kpathart, kplaceinsideontop, ahgroup, &mypath1);

error = saiart->newart( kpathart, kplaceinsideontop, ahgroup, &mypath2);

error = saiart->newart( kpathart, kplaceinsideontop, ahgroup, &mypath3);

 

i hope useful,

 

jlg.



More discussions in Illustrator SDK


adobe

Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい