BlueprintAPI > BlueprintAPI/LidarPointCloud
Returns an array with copies of points within the given sphere If ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud.
Target is Lidar Point Cloud
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
vector | Center | |
real | Radius | |
boolean | Visible Only | |
boolean | Return World Space |
Outputs
Type | Name | Description |
---|---|---|
struct | Return Value | Returns an array with copies of points within the given sphereIf ReturnWorldSpace is selected, the points' locations will be converted into absolute value, otherwise they will be relative to the center of the cloud. |