zyhsu
08-15-2003, 01:05 AM
Hi!
I want to write a script to transfer all object surface into part,so I wrote like this:
workLayer = lyrfg();
surf = nextsurface();
selpolygon(SET, SURFACE, surf);
changepart(surf);
all I get is a message "unresolved function changepart()", but it work fine if I use changesurface instead, can someone tell me what is wrong?
Thanks!!
I want to write a script to transfer all object surface into part,so I wrote like this:
workLayer = lyrfg();
surf = nextsurface();
selpolygon(SET, SURFACE, surf);
changepart(surf);
all I get is a message "unresolved function changepart()", but it work fine if I use changesurface instead, can someone tell me what is wrong?
Thanks!!