Align to Spline Expression

About

  • Header File: c4d_objects/description/taligntospline.h

  • Description Category: Tags. A c4d.BaseTag.

  • Included Description:

Parameters

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


Parameter: Spline Path

  • Parameter ID: c4d.ALIGNTOSPLINETAG_LINK

  • Parameter Type: c4d.BaseList2D


Parameter: Rail Path

  • Parameter ID: c4d.ALIGNTOSPLINETAG_RAIL

  • Parameter Type: c4d.BaseList2D


Parameter: Tangential

  • Parameter ID: c4d.ALIGNTOSPLINETAG_TANGENTIAL

  • Parameter Type: bool


Parameter: Position

  • Parameter ID: c4d.ALIGNTOSPLINETAG_POSITION

  • Parameter Type: float


Parameter: Overshoot

  • Parameter ID: c4d.ALIGNTOSPLINETAG_OVERSHOOT

  • Parameter Type: int

  • Cycle Values:
    • Loop (c4d.ALIGNTOSPLINETAG_OVERSHOOT_LOOP)

    • Extend (c4d.ALIGNTOSPLINETAG_OVERSHOOT_EXTEND)

    • Clamp (c4d.ALIGNTOSPLINETAG_OVERSHOOT_CLAMP)


Parameter: Segment

  • Parameter ID: c4d.ALIGNTOSPLINETAG_SEGMENT

  • Parameter Type: int


Parameter: Axis

  • Parameter ID: c4d.ALIGNTOSPLINETAG_AXIS

  • Parameter Type: int

  • Cycle Values:
    • +X (c4d.ALIGNTOSPLINETAG_AXIS_POSITIVE_X)

    • -X (c4d.ALIGNTOSPLINETAG_AXIS_NEGATIVE_X)

    • +Y (c4d.ALIGNTOSPLINETAG_AXIS_POSITIVE_Y)

    • -Y (c4d.ALIGNTOSPLINETAG_AXIS_NEGATIVE_Y)

    • +Z (c4d.ALIGNTOSPLINETAG_AXIS_POSITIVE_Z)

    • -Z (c4d.ALIGNTOSPLINETAG_AXIS_NEGATIVE_Z)