Message 1 of 6
polyline Lineweight not working in Viewport
Not applicable
09-27-2008
02:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have a layout that has a viewport, I want to increase the lineweight of some polylines in the viewport, I use these lines:
poly1.Lineweight = ACAD_LWEIGHT.acLnWt050;
poly.Update();
It is updated in ModelSpace only when I click "LWT" button in AutoCAD, but in layout's viewport it has the value but lineweight doesn't show!
besides, will it not show exactly when printing; as it is shown in drawing?
Thank You
poly1.Lineweight = ACAD_LWEIGHT.acLnWt050;
poly.Update();
It is updated in ModelSpace only when I click "LWT" button in AutoCAD, but in layout's viewport it has the value but lineweight doesn't show!
besides, will it not show exactly when printing; as it is shown in drawing?
Thank You