Main Content
removeWorldPoints
Description
removes the world points at the specified indices wpSet
= removeWorldPoints(wpSet
,pointIndices
)pointIndices
from
the world point set wpSet
. Use this syntax if you added points using
the addWorldPoints
function without specifying unique point identifiers
pointIds
.
removes the world points specified by wpSet
= removeWorldPoints(wpSet
,pointIds
)pointIDs
from the world point
set wpSet
. Use this syntax if you added points using the addWorldPoints
function by specifying unique point identifiers
pointIds
.