Click or drag to resize

TextEntityExplode Method

Explodes this text entity into an array of curves.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve[] Explode()

Return Value

Type: Curve
An array of curves that forms the outline or content of this text entity.
See Also