I'm completely new to Rhino Python Script and struggling with the following problem. Having coded the creation of a user defined arc by radius, start point and magnitude. I need to automate the Selection and Dimensioning of this arc immediately with this creation!
I've failed to find a 'rhinoscriptsyntax' method to dimension an angle, alternatively I've failed to code 'Select' the arc in an rs.Command("_DimAngle "). In short I can't pass a selected object to an angle dimension command!
Please also note that I need and have used rs.DimensionUserText(... to add some extra text to manually created angle dimensions.
Can someone kindly point me in the right direction as I'm at the point where I'm suspecting I've seriously missed something obvious.
Thanks in anticipation.