跳转到内容

removeattrib

int  removeattrib(int geohandle, string attribclass, string name)

geohandle

要写入的几何体句柄。目前唯一有效的值是 0geoself,表示节点中的当前几何体。(此参数未来可能用于支持写入其他几何体。)

attribclass

可以是 "detail"(或 "global")、"point""prim""vertex" 之一。

你也可以使用 "primgroup""pointgroup""vertexgroup"从组中读取

name

要移除的属性或组的名称。