TextEntityCreateCurves Method |
Returns the outline curves.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public Curve[] CreateCurves(
DimensionStyle dimstyle,
bool allowOpen,
double smallCapsScale = 1,
double spacing = 0
)
Public Function CreateCurves (
dimstyle As DimensionStyle,
allowOpen As Boolean,
Optional smallCapsScale As Double = 1,
Optional spacing As Double = 0
) As Curve()
Parameters
- dimstyle
- Type: Rhino.DocObjectsDimensionStyle
[Missing <param name="dimstyle"/> documentation for "M:Rhino.Geometry.TextEntity.CreateCurves(Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
- allowOpen
- Type: SystemBoolean
Set to true to prevent forced closing of open curves retrieved from glyphs. - smallCapsScale (Optional)
- Type: SystemDouble
Set to create small caps out of lower case letters. - spacing (Optional)
- Type: SystemDouble
Set to add additional spacing between glyph output.
Return Value
Type:
CurveAn array of curves that forms the outline or content of this text entity.
See Also