How Can I import a Ellipse made in a DXF file in PLUS 2D?
PLUS 2D supports a Ellipse that is made up of polylines and not a TRUE ellipse as usually made by the AutoCAD application. To make a Ellipse made up of polylines, the AutoCAD application provides you with a variable that by default makes a TRUE ellipse. You need to change the value of this variable, so that it makes a ellipse of polylines. The variable PELLIPSE has to be set to 1(ON) by you. By default it is set to Zero(OFF). And then the ellipse of the required size has to be drawn. After you have drawn the ellipse, you will see that ellipse is made up of many smaller segments.