Selection

About

  • Header File: hair/description/toolhairselection.h

  • Description Category: Tools.

  • Included Description:

Parameters

Parameters are accessed with C4DAtom.GetParameter()/C4DAtom.SetParameter().


Parameter: Mode

  • Parameter ID: c4d.HAIR_SELECTION_MODE

  • Parameter Type: int

  • Cycle Values:
    • New (c4d.HAIR_SELECTION_MODE_NEW)

    • Add (c4d.HAIR_SELECTION_MODE_ADD)

    • Subtract (c4d.HAIR_SELECTION_MODE_REMOVE)


Parameter: Select

  • Parameter ID: c4d.HAIR_SELECTION_SELECT

  • Parameter Type: int

  • Cycle Values:
    • Unrooted (c4d.HAIR_SELECTION_SELECT_UNROOTED)

    • Intersecting (c4d.HAIR_SELECTION_SELECT_INTERSECTING)

    • Zero (c4d.HAIR_SELECTION_SELECT_ZERO)


Parameter: Invert

  • Parameter ID: c4d.HAIR_SELECTION_INVERT

  • Parameter Type: bool