interface version 1
Fits the input geometry into the bounding box of a secondary geometry.
Inputs
Input Geometry | The geometry to fit or clamp to the bounding box. |
Bounding Geometry | The geometry to be used as a bounding box. The geometry can be of any type and shape (only its bounds will be used). |
Input Proxy (optional) | If connected, the bounds of this geometry will be used for fitting calculations (instead of
the This can be useful for “unusual” geometry types such as metaballs: connect a tessellated version here to get more a accurate fit. |
Parameters
Mode | How to fit the input geometry within the bounds of the secondary geometry.
| ||||||
Padding, Low/High | Extra padding distance along the three world axes. Note Padding offsets only clamping and group creation but not fitting. | ||||||
Inside Group | Create a group with the given name, containing the points that are inside the box boundaries. | ||||||
Outside Group | Create a group with the given name for all the points that fell outside the box boundaries. Warning When clamping simulated geometry points (such as RBD fractures), it’s good practice to zero out the velocities of the outlier points. (Even with clamped point positions, large per-point velocities can mess up any following simulation or rendering process.) |
Release Notes
interface version 1 —
2013-08-17 | Fixed guide display geometry for negative padding values. |
2013-06-28 | Oops: fixed a deadly typo that messed up results. |
2013-04-13 |
|
2013-04-11 | Fixed broken functionality + internal cleanups. (operator was completely broken in H12.5). |
older versions —
Version 0.0.4 |
|
Version 0.0.3 |
|
Version 0.0.2 | Added 'clamp' fitting mode (and |
Version 0.0.1 | Initial release. |