Skip to main content

Ellipse command

Command: EL ELLIPSE

Prompts Under EL command are explained below:
  • Specify axis endpoint of ellipse : It will specify the first end point on the axis of ellipse.
  • Specify other endpoint of axis : It will specify the second end point on the axis of ellipse. distance between first end point and second end point becomes the length of that axis.
  • Specify distance to other axis : It will specify end point on other axis. This will specify end point from the center of ellipse. So, the length of axis will be twice the distance between center point of ellipse and end point specified.
  • Arc: This will start to form an elliptical arc.
    • Promts under Arc are as follows
      • Specify start angle: You can enter numeric value from where elliptical arc starts or click the known point from where arc starts. This will consider the start point or first point which you specified as endpoint as 0 degree and will increment along anticlokwise direction.
        • Prompt Under Start angle:
          • Parameter: It will ask for a numeric value of angle to start the arc. parameter converts the angle in cartesian co-ordinates by taking x and y co-ordinate of center of ellipse. calculation goes as follows:                                                                        Major axis co-ordinate for the start point of ellipse=major axis co-ordinate of center + Vector of major* cos(specified angle) and minor axis co-ordinate for the start point of ellipse=minor axis co-ordinate of center + vector of minor axis* sin(specified angle).
      • Specify end angle: You can enter numeric value from where elliptical arc ends or click the known point from where arc ends. This will consider the start point or first point which you specified as endpoint as 0 degree and will increment along anticlokwise direction.
      • Included angle: You can enter numeric value for angle for elliptical arc. This will consider the right end of your elliptical arc as 0 degree and will increment in anticlockwise direction. This dosent depend on which point you specify first.
  • Rotation: This will ask for a numeric value of angle and will create an ellipse with ratio of major axis to minor axis as cos of the specified angle.
  • Center: This will specify the center point of your ellipse.

Comments

Popular posts from this blog

How to draw objects faster with perfect precision in AutoCAD | Object snap| polar tracking | Tracking method | Direct distance entry

 Hello Friends, This blog covers topic basesd on object snap tracking, polar tracking, direct distance entry, tracking method for drafting drawing without any any errors at faster speed.  OBJECT SNAP TRACKING: Object snap tracking (F11) works when object snap option (F3) is kept on. object snap tracks various points of object such as end point, mid point, intersection of two objects etc. they are also used to draw parallel lines and perpendicular lines with to respect to a given object.  You can get object snap and object snap tracking option under drafting settings for which you can press "DS" in command box. below diagram shows all the snap points which Autotrack uses. While tracking any objects a "+" sign is displayed on tracking point with a green extension line with a "x" mark. POLAR TRACKING: In autoCAD ortho mode makes it possible to track in vertical or horizontal direction with increment angle as 0, 90, 180, 270. how ever we can set out increme...

Co-ordinate systems

Hello Friends,             This is my first blog on AutoCAD tutorials. I won’t waste time on overview of AutoCAD and its uses which everyone knows. I will start directly with Co-ordinate systems of AutoCAD.             Co-ordinates systems are not of more use left in recent versions but still knowledge of co-ordinate systems is important as this keeps your mind sharp.  ABOUT CO-ORDINATE SYSTEM:     If you want to make any object in autocad you have two options.  1. you can directly click at any know point or  2. you can specify co ordinates of the point in command box. CARTESIAN AND POLAR CO-ORDINATE SYSTEM: Cartesian co ordinate system works only on linear distance. it have 3 axis X,Y,Z. when u specify any point with (+ or -) sign it prompts autocad to move along positive axis or negative axis at a specified distance. while working in 2D drafting, ...

To work with circles.

To create circles we have various combinations depending upon our work. 1.Steps for center radius method. This is the default method for drawing a circle. Do one of the following: Click   Home tab     Draw panel     Circle drop-down     Center, Radius .     Find Click   Home tab Draw panel   Circle drop-down   Center, Diameter .     Find Specify the center point. Specify the radius or diameter. OR Command: C (Enter) CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: click at center point on your drawing. Specify radius of circle or [Diameter]: Value of radius (enter) 2.Steps for center Diamter method. Command: C  (Enter) CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: Click at center point on your drawing. Specify radius of circle or [Diameter] : d (Enter)   //this option will select diameter as the input value. Specify diameter of circle: value of diamenter (Ente...