rhino_attractor_displace_points
Displaces points toward or away from an attractor point or curve using falloff. Positive strength attracts, negative repels; returns new point IDs.
Instructions
Displace each input point along the vector to an attractor with a falloff.
Positive ``strength`` pulls toward the attractor; negative pushes
away. The attractor is either a fixed point (``attractor_point``)
or a curve (``attractor_curve_id``); for curves each point's
attractor is the closest sample on the curve.
Returns the *new* point IDs (the originals are deleted; this is a
form-finding move, not a duplicating one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||