#Item Flags
23-Feb-94 10:39:30
Sb: #85854-#Item Flags
Fm: Jonas Ruikis [ADESK] 73172,1351
To: Danny Mercurio 76666,1030
Danny,
<< Could you guys tell me, have the pxp_change_item Item Flags been
enabled yet? >>
I sent you mail showing how to change a mesh object to blue.
ItemData idata; // for a mesh object
pxp_get_item(1,&idata,status);
idata.item.m.color=3; // change to blue
pxp_change_item(&idata,status);
pxp_erase_item(idata.name); // must erase and redraw
pxp_draw_item(idata.name);
What do you mean by enabled?
jonas[adesk]