Explode text with python ?

Anonymous

Explode text with python ?

Anonymous
Not applicable

Anyone know how to explode text using python?

thanks 

1 Like
Reply
Accepted solutions (1)
614 Views
3 Replies
Replies (3)

JesusFreke
Advocate
Advocate

Explode text?

0 Likes

BrianEkins
Mentor
Mentor
Accepted solution

Text is represented by the SketchText object and it supports the explode method.

 

Another option with the API is to use the asCurves method which returns a set of curves that represent the text but it doesn't affect the original text, like exploding does.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
1 Like

Anonymous
Not applicable
0 Likes