thickness of an ellipse
![]() 10/26/2008 1:39 PM
|
---|
Hello, I am trying to set line width of an ellipse. For the other shapes I used .DefaultStartWidth and .DefaultEndWidth, but that property is not avalable for DxfEllipse. Thanks Vaclav |
![]() 10/27/2008 10:31 AM
|
---|
Hi Vaclav, Those properties you mention are indeed specific to polylines. In general other entities don't have these properties, the closest thing that might work for you is DxfEntity.LineWeight. Wout |