Share

separate_strands

Separates a strand into multiple, individual strands.

Inputs

strands

The strands to separate.

properties

The names of geo properties to transfer to the new geometry, such as point_color. Properties that are not geo properties are always transferred.

  • Separate multiple geo property names with spaces.
  • You can use the wildcard * in expressions, for example, point_user* to transfer all geo properties that begin with the string "point_user".
  • The default value * transfers all geo properties.
  • Use an empty string to prevent any geo properties from being transferred, except for those that are required by the strand schema (point_position, strand_offset).
  • Use a * followed by a ! to exclude a property. For example * !point_user* includes all properties, except ones that begin with the string "point_user"

Outputs

separated_strands

An array individual strands.

Was this information helpful?