I’m writing a function in python to locate the center point of an angular dimension, and I encountered the following problem. I have an instance of Rhino.DocObjects.AngularDimensionObject, and I can’t access either its AngularDimensionGeometry attribute or its AnnotationGeometry attribute. According to the documentation, it should have both of these attributes, but the exception I’m getting says otherwise. Is it possible the documentation is out of date?
I’m using Rhino Version 5 SR14 64-bit on Windows 10.