How to increase lineweight for DrawVector graphics using AutoCAD .Net

How to increase lineweight for DrawVector graphics using AutoCAD .Net

Anonymous
Not applicable
524 Views
1 Reply
Message 1 of 2

How to increase lineweight for DrawVector graphics using AutoCAD .Net

Anonymous
Not applicable

Hi

 

I am try to create temporary graphics using Editor.DrawVector using .net.
I am unable to increase the thickness. i.e line weight. 

 

Any help on this.

 

Regards,

Dayalan

0 Likes
525 Views
1 Reply
Reply (1)
Message 2 of 2

norman.yuan
Mentor
Mentor

Instead of using Editor.Drawvector(), you may want to use Transient Graphics as your temporary graphics, especially when you need to show lineweight (you may have to turn the system variable "LWDISPLAY" on as needed).

Norman Yuan

Drive CAD With Code

EESignature

0 Likes