updateLimitsAndDirection
Syntax
Description
updates the distance limits and viewing direction of world points in the world point set
object, wpSet
= updateLimitsAndDirection(wpSet
,pointIndices
,viewTable
)wpSet
. The viewing direction is based on a table of views,
viewTable
. pointIndices
is the index to the
world point related to the update. Use this syntax if you added points using the addWorldPoints
function without specifying unique point identifiers
pointIds
.
updates the distance limits and viewing direction of world points in the world point set
object, wpSet
= updateLimitsAndDirection(wpSet
,pointIds
,viewTable
)wpSet
. The viewing direction is based on a table of views,
viewTable
. pointIds
is the point identifier to
the world point related to the update. Use this syntax if you added points using the
addWorldPoints
function by specifying unique point identifiers
pointIds
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022b