<controlpoint>.setScale

Set the scale value of the control point

 

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

)

 

[x,y,z]

The scale value


Remarks

Set the scale value of this control point. If you don't specify a scale value then this control point will not affect the scale of the path.

Return Value

None

Example

cp = viz.addControlPoint()
#The scale at this control point will be (2,2,2)
cp.setScale([2,2,2])

See also

<controlpoint>.setScaleMode