M_Rhino_Geometry_RLeader_Create - mcneel/rhinocommon-api-docs GitHub Wiki

RLeader.Create Method

Creates a RLeader geometry object

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

Syntax

C#

public static RLeader Create(
	string richTextString,
	Plane plane,
	DimensionStyle style,
	Point3d[] points,
	Guid dimstyle_id
)

VB

Public Shared Function Create ( 
	richTextString As String,
	plane As Plane,
	style As DimensionStyle,
	points As Point3d(),
	dimstyle_id As Guid
) As RLeader

Parameters

 

richTextString
Type: System.String
[Missing documentation for "M:Rhino.Geometry.RLeader.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[],System.Guid)"]
plane
Type: Rhino.Geometry.Plane
[Missing documentation for "M:Rhino.Geometry.RLeader.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[],System.Guid)"]
style
Type: Rhino.DocObjects.DimensionStyle
[Missing documentation for "M:Rhino.Geometry.RLeader.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[],System.Guid)"]
points
Type: Rhino.Geometry.Point3d[]
[Missing documentation for "M:Rhino.Geometry.RLeader.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[],System.Guid)"]
dimstyle_id
Type: System.Guid
[Missing documentation for "M:Rhino.Geometry.RLeader.Create(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[],System.Guid)"]

Return Value

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

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

RLeader Class
Rhino.Geometry Namespace

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