Click or drag to resize
AB4D logo

OptimizedPointMeshTGetPositionIndexesAroundRay Method

Overload List
 NameDescription
Public methodGetPositionIndexesAroundRay(Ray, Single, Boolean, Int32) GetPositionIndexesAroundRay method returns a list of position indexes that are closer to the ray then the specified maxDistance. By default (when orderByDistanceToRayPosition is true) the position are ordered by the distance to the ray's Position. When maxResultsCount is set to a bigger number then 0, then it is possible to limit the number of returned indexes. To prevent creating List object on each call to this method, call the overload that takes the List object as ref.
Public methodGetPositionIndexesAroundRay(Ray, Single, ListInt32, Boolean, Int32) GetPositionIndexesAroundRay method returns a list of position indexes that are closer to the ray then the specified maxDistance. By default (when orderByDistanceToRayPosition is true) the position are ordered by the distance to the ray's Position. When maxResultsCount is set to a bigger number then 0, then it is possible to limit the number of returned indexes.
Top
See Also