Rs.AddArcPtTanPt - Help addition

The actual types of objects for the arguments are missing (in bold below) --Mitch

AddArcPtTanPt

Adds an arc curve, created from a start point, a start direction, and an end
point, to the document.

Syntax
rhinoscriptsyntax.AddArcPtTanPt (start, direction, end)

Parameters
start Required. 3dPoint The starting point of the arc.

direction Required. 3dVector The arc direction at start.

end Required. 3dPoint The ending point of the arc.

Thanks. I’m working on the help file now.

Hey @Alain -

Here’s another one - in rs.ObjectsByType, the 1073741824 extrusion object is missing…

Cheers, --Mitch

Got it. Thanks!