Click or drag to resize

TextEntityCreatePolySurfaces Method

Creates breps from the outline curves with specified height.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Brep[] CreatePolySurfaces(
	DimensionStyle dimstyle,
	double height,
	double smallCapsScale = 1,
	double spacing = 0
)

Parameters

dimstyle
Type: Rhino.DocObjectsDimensionStyle

[Missing <param name="dimstyle"/> documentation for "M:Rhino.Geometry.TextEntity.CreatePolySurfaces(Rhino.DocObjects.DimensionStyle,System.Double,System.Double,System.Double)"]

height
Type: SystemDouble
Height in direction perpendicular to plane of text.
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: Brep
An array of planar breps.
See Also