How to get Effect > Stylize > Round Corners values in extendscript?
Hi,
I need to get Effect > Stylize > Round Corners - Radius value in extendscript. please help.

Thanks.
Hi,
I need to get Effect > Stylize > Round Corners - Radius value in extendscript. please help.

Thanks.
@Hi @psar12345 unfortunately I don't think we can get that value via the scripting API.
At least not without some complex hack. For example, if the page item is a PathItem then we could potentially duplicate it, replace the path with a simple corner made of 3 points, expand appearance, and finally measure the radius of the corner according to the anchors of the two points it creates (if any) at the corner. Would that work in your particular case?
- Mark
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.