Custom C# Leader component

Hello,

I’m trying to re-create the ‘Create Leader’ component from Elefront using a C# node

image

I don’t have errors, but don’t see a preview and cannot bake the result to the file. What needs to be done next?

Thanks,

Dan

leader.csharp.gh (8.9 KB)

I have the same problem in python

pts_array = sy.Array[rh.Geometry.Point3d](point)

dimstyle = rh.RhinoDoc.ActiveDoc.DimStyles.CurrentDimensionStyle

leader = rh.Geometry.Leader.Create(text, plane, dimstyle, pts_array)

a = leader

Hello,
If you want to Bake directly, it is possible.
Or with Rhino8, it may be possible.


leader_csharp_Re.gh (10.1 KB)

1 Like