M_Rhino_Geometry_AnnotationText_Create - mcneel/rhinocommon-api-docs GitHub Wiki

AnnotationText.Create Method

Create RichText geometry or null if input is invalid

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static AnnotationText Create(
	string richTextString,
	Plane plane,
	DimensionStyle style,
	double rectWidth,
	double rectHeight
)

VB

Public Shared Function Create ( 
	richTextString As String,
	plane As Plane,
	style As DimensionStyle,
	rectWidth As Double,
	rectHeight As Double
) As AnnotationText

Parameters

 

richTextString
Type: System.String
[Missing documentation for "M:Rhino.Geometry.AnnotationText.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Double,System.Double)"]
plane
Type: Rhino.Geometry.Plane
[Missing documentation for "M:Rhino.Geometry.AnnotationText.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Double,System.Double)"]
style
Type: Rhino.DocObjects.DimensionStyle
[Missing documentation for "M:Rhino.Geometry.AnnotationText.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Double,System.Double)"]
rectWidth
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.AnnotationText.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Double,System.Double)"]
rectHeight
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.AnnotationText.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Double,System.Double)"]

Return Value

Type: AnnotationText
[Missing documentation for "M:Rhino.Geometry.AnnotationText.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Double,System.Double)"]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

AnnotationText Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️