Lib.point.modify.FilterPoints - tixl3d/tixl GitHub Wiki

FilterPoints

in Lib.point.modify


Selects (i.e., picks) points based on the given criteria.

Can be used to reduce the overall amount of points to increase performance.

Useful combination [DrawPoints] [MeshFacesPoints] [MeshVerticesToPoints]

Vaguely similar [ClearSomePoints].


Input Parameters

Name (Relevancy & Type) Description
Points (BufferWithViewsRequired) -
Count (Int32) Defines how many points are allowed through the filter
StartIndex (Int32Relevant) Defines which point is defined as the first / starting point
Step (Single) Defines the distance between the selected points.
Or defines how many points are skipped during the selection if more than two points are passed through the filter.
ScatterSelect (Single) Scatters the selection by adding randomness to the indexes
Seed (Int32) Changes the random seed for the scatter effect

Outputs

Name Type
Output T3.Core.DataTypes.BufferWithViews

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️