<controlpoint>.setPositionOut

The outgoing tangent point for control point translation

 

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

)

 

[x,y,z]

The outgoing tangent position


Remarks

The outgoing tangent point is used to specify how the path will curve when leaving 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>.setPositionIn