Monkey Work Memo2
Saori Yoshimoto work notes since 2018
Pages
HOME
SAMPLE
GARALLY
ABOUT ME
Friday, October 5, 2018
[VEX] point-vertex, Add these value in VEX.
-------
point
int addpoint(int geohandle, int point_number)
int addpoint(int geohandle, vector pos)
ex). v@cent = addpoint(0,centp);
------- vertex
int addvertex(int geohandle, int prim_num, int point_num)
ex).
Newer Post
Older Post
Home