The IDLanROI::RemoveData procedure method removes vertices from the region.
Obj->[IDLanROI::]RemoveData[, COUNT=vertices] [, START=index] [, XRANGE=variable] [, YRANGE=variable] [, ZRANGE=variable]
None.
Set this keyword to the number of vertices to remove. The default is one vertex.
Set this keyword to an index (into the region’s current vertex list) where the removal is to begin. By default, the final vertex is removed.
Set this keyword to a named variable that upon return contains a two-element vector, [xmin, xmax], that represents the X range of the modification to the region. The reported range accounts for the vertex just before the removal (if any), the vertex just after the removal (if any), and the removed vertices. This data is returned in double-precision floating-point.
Set this keyword to a named variable that upon return contains a two-element vector, [ymin, ymax], that represents the Y range of the modification to the region. The reported range accounts for the vertex just before the removal (if any), the vertex just after the removal (if any), and the removed vertices. This data is returned in double-precision floating-point.
Set this keyword to a named variable that upon return contains a two-element vector, [zmin, zmax], that represents the Z range of the modification to the region. The reported range accounts for the vertex just before the removal (if any), the vertex just after the removal (if any), and the removed vertices. This data is returned in double-precision floating-point.
5.3 |
Introduced |