ccSmoothenPolyCurve
ccSmoothenPolyCurve(o_polyCurve n_radius) =>o_polyCurve2| nil
Description
(Virtuoso Photonics Option) Returns a smoothened copy of the given ccPolyCurve.
Arguments
|
Radius of the turn made by the bend. With positive radius, this function smoothens concave cavities of the ccShape object. With negative radius, it smoothens convex bumps. |
Value Returned
Example
ccSmoothenPolyCurve(pc)
Related Topics
Return to top