<controlpoint>.setPositionIn

The incoming tangent point for control point translation

 

<controlpoint>.setPositionIn(
    [x,y,z]    

)

 

[x,y,z]

The incoming tangent position


Remarks

The incoming tangent point is used to specify how the path will curve when going to this control point in CUBIC_BEZIER mode.

Return Value

None

Example

cp = viz.addControlPoint()

cp.setPosition([0,0,0])
cp.setPositionIn([-1,0,1])
cp.setPositionOut([1,0,1])

See also

<controlpoint>.setTranslateMode
<controlpoint>.setPosition
<controlpoint>.setPositionOut