TextEntityCreate Method |
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static TextEntity Create( string text, Plane plane, DimensionStyle style, bool wrapped, double rectWidth, double rotationRadians )
Public Shared Function Create ( text As String, plane As Plane, style As DimensionStyle, wrapped As Boolean, rectWidth As Double, rotationRadians As Double ) As TextEntity
Parameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:Rhino.Geometry.TextEntity.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
- plane
- Type: Rhino.GeometryPlane
[Missing <param name="plane"/> documentation for "M:Rhino.Geometry.TextEntity.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
- style
- Type: Rhino.DocObjectsDimensionStyle
[Missing <param name="style"/> documentation for "M:Rhino.Geometry.TextEntity.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
- wrapped
- Type: SystemBoolean
[Missing <param name="wrapped"/> documentation for "M:Rhino.Geometry.TextEntity.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
- rectWidth
- Type: SystemDouble
[Missing <param name="rectWidth"/> documentation for "M:Rhino.Geometry.TextEntity.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
- rotationRadians
- Type: SystemDouble
[Missing <param name="rotationRadians"/> documentation for "M:Rhino.Geometry.TextEntity.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
Return Value
Type: TextEntity[Missing <returns> documentation for "M:Rhino.Geometry.TextEntity.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Boolean,System.Double,System.Double)"]
