Peter YU
Results
2
issues of
Peter YU
when type the example: ```python for obj in acad.iter_objects(): print obj.ObjectName ``` a bug occurred Traceback (most recent call last): File "", line 1, in for obj in acad.iter_objects(): File...
Here is a vba example in autocad, ```vb returnPnt = ThisDrawing.Utility.GetPoint(, "Enter a point: ") ``` the first parameter is optional. so how to pass the first parameter to the...