TextEntityCreateExtrusions Method (DimensionStyle, Double, Boolean, Double, Double) |
Creates extrusions from the outline curves with specified height.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Extrusion[] CreateExtrusions(
DimensionStyle dimstyle,
double height,
bool makeSmallCaps,
double smallCapsScale,
double spacing
)
Public Function CreateExtrusions (
dimstyle As DimensionStyle,
height As Double,
makeSmallCaps As Boolean,
smallCapsScale As Double,
spacing As Double
) As Extrusion()
Parameters
- dimstyle
- Type: Rhino.DocObjectsDimensionStyle
[Missing <param name="dimstyle"/> documentation for "M:Rhino.Geometry.TextEntity.CreateExtrusions(Rhino.DocObjects.DimensionStyle,System.Double,System.Boolean,System.Double,System.Double)"]
- height
- Type: SystemDouble
Height in direction perpendicular to plane of text. - makeSmallCaps
- Type: SystemBoolean
Set to true to create small caps out of lower case letters. - smallCapsScale
- Type: SystemDouble
Set to create small caps out of lower case letters. - spacing
- Type: SystemDouble
Set to add additional spacing between glyph output.
Return Value
Type:
ExtrusionAn array of planar breps.
See Also