Explode text with python ?

Anonymous
654 Views
3 Replies
Message 1 of 4

Explode text with python ?

Anonymous
Not applicable

Anyone know how to explode text using python?

thanks 

1 Like
Accepted solutions (1)
655 Views
3 Replies
Replies (3)
Message 2 of 4

JesusFreke
Advocate
Advocate

Explode text?

0 Likes
Message 3 of 4

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
Message 4 of 4

Anonymous
Not applicable
0 Likes