Click or drag to resize

TextEntityCreatePolysurfacesGrouped Method (DimensionStyle, Boolean, Double, Double, Double)

Creates 3d Breps from text outline curves. Breps are grouped such that each element in the list being returned represents a single character.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public List<Brep[]> CreatePolysurfacesGrouped(
	DimensionStyle dimstyle,
	bool makeSmallCaps,
	double smallCapsScale,
	double height,
	double spacing
)

Parameters

dimstyle
Type: Rhino.DocObjectsDimensionStyle

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

makeSmallCaps
Type: SystemBoolean

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

smallCapsScale
Type: SystemDouble

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

height
Type: SystemDouble

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

spacing
Type: SystemDouble

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

Return Value

Type: ListBrep

[Missing <returns> documentation for "M:Rhino.Geometry.TextEntity.CreatePolysurfacesGrouped(Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double,System.Double)"]

See Also