What & How & Why

Groups

Ver. 18.0
VEX Groups 的相关信息


General

Expandgroup

//功能:该系列函数分为 point、prim、vertex 版本。所有版本的功能都是以一个数组的形式返回指定 Group 的编号。
//返回:Int [],包含指定组中对应元素的编号。
/* 使用 */
int [] expandpointgroup(<geometry>geometry, string groupname)
int[] expandprimgroup(<geometry>geometry, string groupname)
int [] expandvertexgroup(<geometry>geometry, string groupname)
//该函数支持 ad-hoc 类型的 group,比如 0v3 1v2 等等。