Get Nearest Point on Spline Operator

About

  • Header File: xpressocore/description/gvnearestpointonspline.h

  • Description Category: GraphView Operators.

  • Included Description:

Parameters

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


Parameter: Global Position

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_INPUT_GLOBALPOSITION

  • Parameter Type: c4d.Vector


Parameter: Precision

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_INPUT_PRECISION

  • Parameter Type: float


Parameter: Spline Segment

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_INPUT_SPLINESEGMENT

  • Parameter Type: int


Parameter: All Segments

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_INPUT_ALLSEGMENTS

  • Parameter Type: bool


Parameter: Spline Position

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_OUTPUT_SPLINEPOSITION

  • Parameter Type: float


Parameter: Nearest Point

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_OUTPUT_NEARESTPOINT

  • Parameter Type: c4d.Vector


Parameter: Nearest Segment

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_OUTPUT_NEARESTSEGMENT

  • Parameter Type: int


Parameter: Tangent

  • Parameter ID: c4d.GV_NEARESTPOINTONSPLINE_OUTPUT_TANGENT

  • Parameter Type: c4d.Vector