M_Rhino_Geometry_AnnotationText_Create - mcneel/rhinocommon-api-docs GitHub Wiki
Create RichText geometry or null if input is invalid
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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)"]
Type: AnnotationText
[Missing documentation for "M:Rhino.Geometry.AnnotationText.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,System.Double,System.Double)"]
Supported in: 6.0.16224.21491