主要内容

findpaths

R2026b

Find ray paths

Since R2026b

    Description

    Add-On Required: This feature requires the 3D Scenarios add-on.

    sets = findpaths(rt) finds the ray paths between the source and destination actors and returns a RayPathSet object for each destination actor.

    Input Arguments

    collapse all

    Ray trace analysis, specified as a RayTraceAnalysis object.

    Output Arguments

    collapse all

    Path sets, returned as a 1-by-n vector of RayPathSet objects, where n is the number of destination actors in the analysis. Each RayPathSet object contains the ray paths found between the source actor and the corresponding destination actor.

    Version History

    Introduced in R2026b

    See Also

    Functions

    Objects