Path Selection

About

  • Header File: c4d_objects/description/tooledgeselection.h

  • Description Category: Tools.

  • Included Description:

Parameters

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


Parameter: Mode

  • Parameter ID: c4d.MDATA_MWS_EDGEMODE

  • Parameter Type: int

  • Cycle Values:
    • Free Path (c4d.MDATA_MWS_EDGEMODE_LINE2)

    • Live Path (c4d.MDATA_MWS_EDGEMODE_GUIDED)

    • Line Fitted Path (c4d.MDATA_MWS_EDGEMODE_LINE)

    • Simple Edge Loop (c4d.MDATA_MWS_EDGEMODE_LOOP)


Parameter: Add to Selection

  • Parameter ID: c4d.MDATA_MWS_ADD_TO_SEL

  • Parameter Type: bool


Parameter: Tag Name

  • Parameter ID: c4d.MWS_TAG_LINK

  • Parameter Type: str


Parameter: Auto Set Selection

  • Parameter ID: c4d.MWS_TAG_AUTO_SET_SEL

  • Parameter Type: bool


Parameter: Set Selection

  • Parameter ID: c4d.MWS_TAG_SET_SEL

  • Parameter Type: A button.


Parameter: Add Selection

  • Parameter ID: c4d.MWS_TAG_ADD_SEL

  • Parameter Type: A button.


Parameter: Subtract Selection

  • Parameter ID: c4d.MWS_TAG_REM_SEL

  • Parameter Type: A button.