Showing posts with label Draw Command. Show all posts
Showing posts with label Draw Command. Show all posts

Tuesday, May 3, 2011

Auto CAD - Draw Command - Drawing Ellipse

 DRAWING ELLIPSE

There are three ways to initiate the Ellipse Command. They are:



An Ellipse is one object. There are three methods of creating Ellipse In AutoCAD.:
i.    Specify one axis and the end of the second
ii.    Specify the center and the ends of each axis
iii.    Create an ellipse arc


The Ellipse command options are :

a.   Axis End

This default option requires Picking three points as indicated in the command sequence above.


b.   Rotation

If the rotation option is used with the Axis End method, the following syntax is used:

        <Other axis distance>/Rotation : R
        Rotation around major axis : Pick or (value)


The specified angle is the number of degrees the shape is rotated from the circular position.

c.   Center

With many practical application, the center point of the ellipse is known, and therefore the center option should be used.

    Command  : ellipse
    Arc/Center/<Axis endpoint1> : C
    Center of ellipse : Pick or (coordinates)
    Axis endpoint : Pick or (coordinates)
    <Other axis distance>/Rotation : Pick or (coordinates)
( This distance is measured perpendicularly from the established axis )

The Rotation option  appear and can be invoked after specifying the Center first Axis endpoint.



d.   Arc
   
Use this option to construct an elliptical arc ( partial ellipse ). The procedure is identical to the Center option with the addition of specifying the start and endpoint for the arc.

        Command : ellipse
        Arc/Center/<Axis endpoint 1>: a
        <Axis endpoint 1>/center : pick or (coordinates)
        Axis endpoint 2 : pick or (coordinates)
        <Other axis distance>/Rotation : pick  or (coordinates)
        Parameter/<start angle>: Pick or (angular value)
        Parameter/Included/<end angle> : Pick or (angular value)




The ELLIPSE command approximates an ellipse by drawing a polyline composed of short arc segments.

a.   Ellipse by axis and eccentricity

One method of drawing an ellipse is to choose the default options :

Example ;

< Axis endpoint 1 > / Center  :        P1
Axis endpoint 2 :                      P2
< Other axis distance > / Rotation  :  P3


b.   Ellipse by axis and rotation

Example ;

< Axis endpoint 1 > / Center  :
Axis endpoint 2 :                                         P1
R                                                                P2
Rotation around major axis :                        For rotation

The rotation can be from 0 to 89.4 degrees.


c.   Ellipse by center and two axes

Example ;

C                                                                 For center
Center of ellipse :                                         P1
Axis endpoint :                                             P2
Other axis distance :                                     P3


d.   Ellipse by center, one axis and rotation
Example ;

C                                                                For center
Center of ellipse :                                        P1
Axis endpoint :                                            P2
R
Rotation around major axis :                        For rotation

The rotation can be from 0 to 89.4 degrees.





To Be Continue.. Next > MODIFY OBJECTS.


Learn Basic Auto CAD

Auto CAD - Draw Command - Drawing Circle

DRAWING ARC

An arc is defined as a curved line that describes a portion of the circumference of a circle.  There are 3 ways to initiate the Arc Command (Picture below) . They are:



You can create Arc objects using several methods. These methods are embedded within the Arc Command itself in the form of Command Option, which are listed in the sub-menu when you select Draw | Arc on the menu bar. The Arc command options are :

1.   3 Points

With this method, three points define the  Start point of the arc, a Second point that the arc passes through, and the arc’s Endpoint.
                   
Example ( Picture A ) ;
 
 Command: _arc Specify start point of arc or [Center] : pick 1          1
 Specify second point of arc or [Center/End] : pick 2                         2
 Specify end point of arc : pick 3                                                       3

You may use the keyboard and specify the coordinates, or you may  use
the mouse to defining any of these 3 points.


2.   Start Point, Center, End Point ( S, C, E )

Center refers to the Center point of the circle of which the arc is a part.
                   
Example( Picture B )  ;
 
 Command: _arc Specify start point of arc or [Center] :  pick 1   ( start )
 Specify second point of arc or
   [Center/End]: _c Specify center point of arc: pick 2                 ( center )
 Specify end point of arc or [Angle/chord Length] : A                  ( end )
 Specify included angle : 90


3.   Start Point, Center, Included Angle  ( S, C, A )

Requires specifying the Start point and the Center of the arc first, and then specifying the Included Angle.
                   
Example( Picture C )  ;
 
Command: _arc Specify start point of arc or [Center] : pick 1      ( start )
Specify second point of arc or
  [Center/End]: _c Specify center point of arc : pick 1                  ( center )
Specify end point of arc or
  [Angle/chord Length]: _a Specify included angle : 270                ( angle )


4.   Start Point, Center, Length Of Chord  ( S, C, L )

Requires specifying the Start point and the Center of the arc first, and then specifying the Length of chord.
                   
    Example ( Picture D);

  Command: _arc Specify start point of arc or [Center]  : pick 1     A
  Specify second point of arc or
    [Center/End]: _c Specify center point of arc : pick 2                  B
  Specify end point of arc or
    [Angle/chord Length]: _l Specify length of chord:  2.5


5.   Start Point, End Point, Radius  ( S, E, R )

Allows specifying both the Start and the End point of the arc. The arc will automatically be calculated when you specify the included radius.
                   
Example(Picture E);

  Command: _arc Specify start point of arc or [Center] : pick 1  A
  Specify second point of arc or [Center/End]:  e
  Specify end point of arc : pick 2                                               B
   Specify center point of arc or
     [Angle/Direction/Radius]: _r Specify radius of arc:  1


6.   Start Point, End Point, Included Angle  ( S, E, A )

Requires specifying the Start point and the End point of the arc first, and then specifying the included angle.

Example(Picture F) ;

 Command: _arc Specify start point of arc or [Center] : pick 1      A
 Specify second point of arc or [Center/End]:  e
 Specify end point of arc : pick 2                                                  B
 Specify center point of arc or
   [Angle/Length of Chord/<Endpoint>]: Angle Included angle:  90


7.   Start Point, End Point, Starting Direction  ( S, E, D )

The direction is tangent to the start point. (Picture below)


8.   Center, Start Point, End Point ( C, S, E )

The options include start, center, end but the are not in the same order.
(Picture below)


9.   Center, Start Point, Included Angle ( C, S, A )

The options include start, center, angle.  However, they are not in the same order. (Picture below)


10.   Center, Start Point, Length Of Chord  ( C, S, L )

This is similar to the start, center and length option but  not in the same order. Length means length of chord. (Picture below)






To Be Continue.. Next > Drawing Ellipse.

Auto CAD - Draw Command - Drawing Circle

DRAWING CIRCLE
The CIRCLE command has many options, which include center, radius, center, diameter; two points; three points; tangent, tangent, radius; tangent, tangent, tangent.

There are three ways of initiating the Circle Command (Picture below).
They are :


You can create Circle objects using several methods. These methods are embedded within the Circle Command itself in the form of Command Options. These command options are listed in the sub-menu when you select Draw | Circle on the menu bar.

The Circle command options are :

1.   Center and Radius

This is the classical method. The first point defines the  center of the circle, the second one the radius.

Example ( Picture A) ;
 
Command  :   _circle Specify center point for circle or
                     [3P/2P/Ttr (tan tan radius) pick                        
Specify Diameter radius of circle or [Radius] :  r
Specify radius of circle Radius / <Diameter> : 20                                               

Specifying the Center Point of the circle :
 i.   By using the mouse to point to the location and clicking
      the left mouse button
 ii.  By using the command Line and entering the coordinates
      of the point in the x, y format
 
Specifying the Radius of the circle :
i.    By using the mouse to point and left click at the location of
      the edge of the circle
ii.   Enter the coordinates of the edge of the circle at the
      Command Line prompt.
iii.  Enter the radius length and angle value in the @ length
     < angle format at the Command Line prompt. This method is
     superfluous because the length (value) of the radius is constant
     through all angle values.
iv.  Enter the value of the radius at the Command Line prompt.

If you want to use the previous radius value, you just press the Enter key, or else, you would have to specify the new radius

2.   Center and Diameter
After the center for the circle has been defined, the diameter can be given.

Example( Picture B )  ;
 
            Command  :   _circle Specify center point for circle or
                                 [3P/2P/Ttr(tan tan radius) pick                       
            Specify radius of circle or [Diameter]  :  d
            Specify diameter of circle Diameter / <Radius>  :  40      

When you specify the diameter of the circle, it would draw a circle with radius half the length of the diameter.



3.   2 Points ( 2P )

With this option, the user can specify two points constituting the endpoints for the diameter of the circle.
                   
Example ( Picture C ) ;
 
             Command   :  CIRCLE Specify center point for circle or
                                    [3P/2P/Ttr (tan tan radius)] :                     2P                  
             Specify first end point of circle's diameter  :   pick 1         P1
             Specify second end point of circle's diameter  :   pick 2    P2


4.   3 Points ( 3P )

This option allows the user to define the circle by specifying three points on its circumference.
                   
Example ( Picture D )  ;
 
             Command   :  CIRCLE Specify center point for circle or
                                   [3P/2P/Ttr (tan tan radius)] :                     3P                  
             Specify first end point of circle's diameter  :   pick 1         P1
             Specify second end point of circle's diameter  :   pick 2    P2
             Specify third end point of circle's diameter  :   pick 2        P3


5.   Tangent, Tangent And Radius ( TTR )

This allows the user to define two tangential points, and then the radius of the circle.

        Tangent-Tangent-Radius Mode - Method 1
        This mode is very powerful when constructing a circle tangent to
        two entities. Illustrated below is an application on the use of the
        TTR mode to construct a circle tangent to two line segments.
        Study the prompt below to create this type of circle.

         Example (Picture E) ;

             Command:  CIRCLE Specify center point for circle or
                                [3P/2P/Ttr (tan tan radius)] :                            TTR
             Specify point on object for first tangent of circle : pick 1        P1
             Specify point on object for second tangent of circle : pick 2   P2
             Specify radius of circle  : 40



        Tangent-Tangent-Radius Mode : Method 2
        Illustrated below is an application of using the Circle TTR mode
        to construct a circle tangent to the line segment on another circle.
        Study the prompt below to create this type of circle.

        Example ( Picture F ) ;

            Command:  CIRCLE Specify center point for circle or
                               [3P/2P/Ttr (tan tan radius)] :                             TTR
            Specify point on object for first tangent of circle : pick 1        P1
            Specify point on object for second tangent of circle : pick 2   P2
            Specify radius of circle  : 40


        Tangent-Tangent-Radius Mode : Method 3
        Illustrated below is an application on the use of Circle TTR mode
        to construct a circle tangent to another two circles. Study the
        prompt below to create these this types of circles.

        Example ( Picture G ) ;

            Command:  CIRCLE Specify center point for circle or
                               [3P/2P/Ttr (tan tan radius)] :                            TTR
            Specify point on object for first tangent of circle : pick 1       P1
            Specify point on object for second tangent of circle : pick 2  P2
            Specify radius of circle  : 20



To Be Continue.. Next > Drawing Arc.

Monday, May 2, 2011

Auto CAD - Draw Command - Drawing Line

DRAW COMMAND

Draw commands create objects. An object is the smallest component of a drawing. The draw commands listed immediately below create simple objects and are discussed in this unit. Simple objects appear as one entity.

Line, Circle, Arc, Ellipse, Pline, Polygon, Donut

Normally, there are three methods that can be used to access draw commands. We can use either the draw toolbar, command window or pull-down menu (Picture below).



DRAWING LINE
This is the fundamental drawing command. Use the line command to construct a line from one endpoint to the other. One or several line segments can be drawn with the line command. You can specify the endpoints of lines using two-dimensional or three-dimensional coordinates.

The LINE command can be initiated using any of the following methods (Picture below) :


When you initiate the Line command, AutoCAD requests you to specify a From point (starting point) and To Point (ending point). These requests are displayed in the Command Window. Most Command requires a few steps to complete. The Command Window tells you which step you are currently at. The Command Window also displays the option available to you for each of the command that you initiate. 

There are 2 ways of specifying the From Point :

1.    By using the mouse to point to the location and clicking the left mouse button.
2.    By using the Command Line and entering the coordinates of the point  (coordinates x, coordinates y).

There are 3 ways of specifying a To Point :

1.    By using the mouse to point to the location and clicking the left mouse button.
2.    By using the Command Line and entering the coordinates of the point (coordinates x,  coordinates y).
3.    By using the Command Line and entering the length of the line, and the angle of the  line in relation to the From Point ( @ length < angle ).

There are several methods to draw lines. They are :

1)     Absolute coordinates









2)     Relative coordinates











3)     Relative polar coordinates





















Option of the LINE command

1.     CLOSE

The  CLOSE   option  ( key-board  :   c )   closes   a  polygon  ( minimum of three sides ) when all segments are drawn in the same command sequence. Picture below.


2.    UNDO

The UNDO option ( key-board  :  u  ) allows the user to undo the last segment drawn without ending the command procedure. Refer picture below.

Example ;

    Command  :     LINE From point : 50,50          P1
    To point     :     @50<0                                     P2
    To point     :     @50<0                                     P3’
    To point     :     u  ( key-board = u )              back to P2
    To point     :     @50<90                                   P3
    To point     :     @50 <180                                P4
    To point     :     @50<270  ( or   close )         P1 = P5





To Be Continue.. Next > Drawing Circle.