Recover the angle of a rotated dimension
Posted: 14 Oct 2008, 20:14
Hello, I'm trying to recover the value of the angle of a rotated dimension from an AutoCAD drawing. The angle is the first parameter asked from the AutoCAD command line when you insert the command DIM ROTATED. I tried to use the CADImport.CADDimension class, which has an Angle property, but it always return zero. Other properties of the dimension are retrieved correctly (for instance the start/ending point), but I cannot get the information about the angle.
Thanks in advance for any help
Thanks in advance for any help