ConnectionIndices
 
 
 

A point index or array of indices per point defining the other points with which to create ICE spring and/or damper connections.

Note that if point N has M in its ConnectionsIndices array, and point M has N in its ConnectionsID array, there are effectively two springs and/or dampers in parallel between N and M. You may need to adjust DamperCoeffs accordingly (for example, use half the value) to get the desired result if you only wanted one spring or damper.

If a point has itself in its own ConnnectionIndices array, that connection is ignored. The corresponding entries in the ConnectionMute, DamperCoeffs, SpringCoeffs, and SpringLengths arrays are also ignored.

If you want to combine spring-only connections and damper-only connections on the same object, set the appropriate coefficients to 0.0. For example, if you want the Nth element in the ConnectionIndices array to be a spring only, set the Nth element in the DamperCoeffs array to 0.0. Conversely if you want the Mth element in ConnectionIndices to be a damper only, set the Mth element in SpringCoeffs to 0.0.

For more about ICE springs, see ICE Springs and Dampers [ICE Particle Simulations].

Data Type

integer

Belongs To

points

Geometry Types

  • point cloud

  • polygon mesh

  • NURBS surface

  • NURBS curve

  • lattice

Attribute Type

predefined

R/W or RO:

read/write