You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have some questions here, but nobody answers me. Regarding your query, try this:
Line = Acad.Activedocument.ModelSpace.AddLine(p1, p2)
Line.color=5 # Color number 0 to 255, which are autocad colors, color 256 is assigned as a bylayer must be a integer.
Line.Lineweight='0.18' # A string Value, must be between '0.00' and '2.11'
I know how to draw lines, but can I change the drawn line weight and color?
The text was updated successfully, but these errors were encountered: