Thursday, December 15, 2016

Extrude Autocad 2016 - 3d modeling tutorials






EXTRUDE (Command):

Creates a 3D solid from an object that encloses an area, or a 3D surface from an object with open ends.

Mode:

Controls whether the extruded object is a solid or a surface.
Surfaces are extruded as either NURBS surfaces or procedural surfaces, depending on the SURFACEMODELINGMODE system variable.

Height of extrusion:

Extrudes selected objects along the positive or negative Z axis. The direction is based on the UCS that was current when the object was created, or (for multiple selections) on the original UCS of the most recently created object.

Direction:

Specifies the length and direction of the extrusion with two specified points. (The direction cannot be parallel to the plane of the sweep curve created by the extrusion.)

Path:

Specifies the extrusion path based on a selected object. The path is moved to the centroid of the profile. Then the profile of the selected object is extruded along the chosen path to create solids or surfaces.

Taper angle

Specifies the taper angler for the extrusion.

Read more ...

Wednesday, July 20, 2016

Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30




Blocks and Purge- Autocad 2016 tutorials for beginners Part 30-30. Step by step tutorials for beginners.

BLOCK:

A block is essentially a block definition that includes the block name, the block geometry, the location of the base point to be used for aligning the block when you insert it, and any associated attribute data. You can define a block from drawing geometry either in the Block Definition dialog box or by using the Block Editor. Once the block definition is created, you can reference it in the same or a different drawing.

You can create drawing files for the purpose of inserting them into other drawings as blocks. Individual drawing files are easy to create and manage as the source of block definitions. Collections of symbols can be stored as individual drawing files and grouped in folders.

PURGE:

Removes unused named objects, such as block definitions and layers, from the drawing using the command line.

Removes unused named objects from a drawing at the Command prompt. You can only remove one level of reference at a time. Repeat the command until there are no unreferenced, named objects.

Note: The PURGE command will not remove unnamed objects (zero-length geometry or empty text and mtext objects) from blocks or locked layers.
ou can specify what types of named objects that you want to remove, including blocks, detail view styles, dimension styles, groups, layers, linetypes, materials, multileader styles, plot styles, shapes, text styles, multiline styles, section view styles, table styles, visual styles, registered applications, zero-length geometry, empty text objects, and obsolete DGN linestyle data, or all of these.

YouTube Link: https://youtu.be/ZPlRw901TJw
Blog Url: https://autocadtipslaiju.blogspot.com/2016/07/blocks-and-purge-autocad-2016-tutorials.html
Read more ...

Friday, July 15, 2016

Layers: Autocad 2016 tutorials for beginners Part 29-30






Layers Autocad 2016 tutorials for beginners Part 29 30:


LAYER (Command)

Manages layers and layer properties.

Use layers to control the visibility of objects and to assign properties such as color and linetype. Objects on a layer normally assume the properties of that layer. However, you can override any layer property of an object. For example, if an object’s color property is set to BYLAYER, the object displays the color of that layer. If the object’s color is set to Red, the object displays as red, regardless of the color assigned to that layer.

If you enter -LAYER at the Command prompt, options are displayed.

Layers are the primary method for organizing the objects in a drawing by function or purpose. Layers can reduce the visual complexity of a drawing and improve display performance by hiding information that you don’t need to see at the moment.
Before you start drawing, create a set of layers that are useful to your work. In a house plan, you might create layers for the foundation, floor plan, doors, fixtures, electrical, and so on.
YouTube Link: https://youtu.be/A5sfxCms5JI
Blog Url: http://autocadtipslaiju.blogspot.com/2016/07/layers-autocad-2016-tutorials-for.html
Read more ...

Explode: Autocad 2016 tutorials for beginners Part 24-30






Learn to use the Explode command in autocad 2016.
Youtube Link: https://youtu.be/O6W12A7Vd8Q .
Blog Url:  https://autocadtipslaiju.blogspot.com/2016/07/explode-autocad-2016-tutorials-for.html
Step by step autocad 2016 basic tutorials for beginners. Subscribe this channel for more related videos.

In this video we will learn about the 'explode' command in autocad 2016. This command is using for exploding a complex object into its basic elements such as line,arc, polyline etc. If you have an associated array object, you can use this command to explode that also.

EXPLODE (Command):

Breaks a compound object into its component objects.


Explodes a compound object when you want to modify its components separately. Objects that can be exploded include blocks, polylines, and regions, among others.


The color, linetype, and lineweight of any exploded object might change. Other results differ depending on the type of compound object you're exploding. See the following list of objects that can be exploded and the results for each.
To explode objects and change their properties at the same time, use XPLODE.

NOTE:If you're using a script or an ObjectARX® function, you can explode only one object at a time. (Not applicable to AutoCAD LT.)

Here are the results of EXPLODE for each of the following types of objects:

2D Polyline:
Discards any associated width or tangent information. For wide polylines, the resulting lines and arcs are placed along the center of the polyline.


3D Polyline:
Explodes into line segments. Any linetype assigned to the 3D polyline is applied to each resulting line segment.

3D Solid:
Explodes planar faces into regions.

Nonplanar faces explode into surfaces. (Not applicable to AutoCAD LT.)

Annotative Objects:
Explodes the current scale representation into its constituent parts which are no longer annotative. Other scale representations are removed.

Arc:
If within a nonuniformly scaled block, explodes into elliptical arcs.

Array:
Explodes an associative array into copies of the original objects.

Block:
Removes one grouping level at a time. If a block contains a polyline or a nested block, exploding the block exposes the polyline or nested block object, which must then be exploded to expose its individual objects.

Blocks with equal X, Y, and Z scales explode into their component objects. Blocks with unequal X, Y, and Z scales (nonuniformly scaled blocks) might explode into unexpected objects.

When nonuniformly scaled blocks contain objects that cannot be exploded, they are collected into an anonymous block (named with a “*E” prefix) and referenced with the nonuniform scaling. If all the objects in such a block cannot be exploded, the selected block reference will not be exploded. Body, 3D Solid, and Region entities in a nonuniformly scaled block cannot be exploded. (Not available in AutoCAD LT.)
Exploding a block that contains attributes deletes the attribute values and redisplays the attribute definitions.

Blocks inserted with external references (xrefs) and their dependent blocks cannot be exploded.

Blocks insert with MINSERT cannot be exploded. (MINSERT is not available in AutoCAD LT.)
Read more ...

Erase: Autocad 2016 tutorials for beginners Part 23-30






Erase Autocad 2016 tutorials for beginners Part 23.
YouTube Link: https://youtu.be/5dVNsoLogP8 .
 Blog Url: https://autocadtipslaiju.blogspot.com/2016/07/erase-autocad-2016-tutorials-for.html
Step by step autocad 2016 basic tutorials for beginners. Subscribe this channel for more related videos.

In this video we will learn to use the Erase command in autocad 2016. This command is using to erase the selected objects in a drawing. You can select objects and press delete button on keyboard also. By using this command, you can delete the objects just by clicking on the desired object.


You can erase selected objects from the drawing. This method does not move objects to the Clipboard, where they can then be pasted to another location.

If you are working with 3D objects, you can also erase subobjects such as faces, meshes, and vertices. (Not applicable to AutoCAD LT.)

Instead of selecting objects to erase, you can enter an option, such as L to erase the last object drawn, p to erase the previous selection set, or ALL to erase all objects. You can also enter ? to get a list of all options.

For learning about other commands on autocad, watch the basic tutorials on the Youtube channel: autocadtips_Laiju.
Read more ...

Path Array: Autocad 2016 tutorials for beginners Part 22-30






Path Array: Autocad 2016 tutorials for beginners Part 22.


Step by step autocad 2016 basic tutorials for beginners. Subscribe this channel for more related videos.


In this video we will learn to use the 'path array' command in autocad 2016. This is using to array an object over a path that we select. You can change the angle, spacing, number of raws etc in your path array. You can use the associative option to get more editing options in the array.


For more details, watch this video: https://youtu.be/FvqcUrH4BwM . These commands are almost similar in all new versions of autocad.



Arraypath:


Evenly distributes object copies along a path or a portion of a path.
The path can be a line, polyline, 3D polyline, spline, helix, arc, circle, or ellipse.


3D path array:
This command is equivalent to the Path option in ARRAY.


Select objects:
Select the objects to use in the array.

Path curve:

Specifies the object to use for the path of the array. Select a line, polyline, 3D polyline, spline, helix, arc, circle, or ellipse.

Associative:

Specifies whether an arrayed object is created or whether the unassociated copies of the selected object are created.

Yes:
Creates array items in a single array object, similar to a block. With an associative array, you can quickly propagate changes throughout the array by editing the properties and source objects.

No:
Creates array items as independent objects. Changes to one item do not affect the other items.

Method:

Controls how to distribute items along the path.

Divide:
Distributes a specified number of items evenly along the length of the path.

Measure:
Distributes items along the path at specified intervals.

Base point:

Defines the base point of the array. Items in path arrays are positioned relative to the base point.

Base point:
Specifies a base point for positioning the items in the array relative to the start of the path curve.

Key point:
For associative arrays, specifies a valid constraint (or key point) on the source objects to align with the path. If you edit the source objects or path of the resulting array, the base point of the array remains coincident with the key point of the source objects.

Tangent direction:

Specifies how the arrayed items are aligned relative to the starting direction of the path.

2 points:
Specifies two points that represent the tangency of the arrayed items relative to the path. The vector of the two points establishes the tangency of the first item in the array. The Align Items setting controls whether the other items in the array maintain a tangent or parallel orientation.

Normal:
Orients the Z direction of the first item with the starting direction of the path curve.
Read more ...

Polar Array: Autocad 2016 tutorials for beginners Part 21-30






Polar Array Autocad 2016 tutorials for beginners Part 21.


https://youtu.be/D2AZ9VzbUas Step by step autocad 2016 basic tutorials for beginners. Subscribe this channel for more related videos.


In this video we will learn about the use of 'polar array' command in autocad 2016. This command is using for arranging an object in a polar manner based on a base point. You can use the associative option on/off to get more options. When you use the polar array command with associative option 'ON', the arrayed objects will be grouped as a single object. If you want to edit the array you can use the ribbon panel for the array command. You can change the object count, spacing between the objects etc in this settings.


If you are using the polar array command with associative 'OFF', you can separately select and change the objects in the array.


For more details, watch this video: https://youtu.be/D2AZ9VzbUas


These commands are almost similar in all new versions of autocad.



Arraypolar:
Evenly distributes object copies in a circular pattern around a center point or axis of rotation.
This command is equivalent to the Polar option in ARRAY.
The following prompts are displayed.


Select objects:

Select the objects to use in the array.


Center point:

Specifies the point around which to distribute the array items. The axis of rotation is the Z axis of the current UCS.


Base point:

Specifies a base point for the array.


Base point:
Specifies a base point for positioning the objects in the array.


Key point:
For associative arrays, specifies a valid constraint (or key point) on the source objects to use as the base point. If you edit the source objects of the resulting array, the base point of the array remains coincident with the key point of the source objects.


Axis of rotation:

Specifies a custom axis of rotation defined by two specified points.


Associative:

Specifies whether the arrayed objects are associative or independent.


Yes:
Contains array items in a single array object, similar to a block. With an associative array, you can quickly propagate changes throughout the array by editing the properties and source objects.


No:
Creates array items as independent objects. Changes to one item do not affect the other items.


Items:
Specifies the number of items in the array using a value or expression.


Note: When defining the fill angle in an expression, the (+ or -) mathematical symbol in the resultant value does not affect the direction of the array.


Angle between:
Specifies the angle between items using a value or expression.


Fill angle:
Specifies the angle between the first and last item in the array using a value or expression.


Rows:
Specifies the number of rows in the array, the distance between them, and the incremental elevation between row.


Number of rows:
Sets the number of rows.


Distance between rows:
Specifies the distance between each row, measured from equivalent locations on each object.


Total:
Specifies the total distance between the start and end row, measured from equivalent locations on the start and end objects.


Incrementing elevation:
Sets the increasing or decreasing elevation for each subsequent row.


Expression:
Derives the value based on a mathematical formula or equation.


Levels:
Specifies the number and spacing of levels (for 3D arrays).


Number of levels:
Specifies the number of levels in the array.


Distance between levels:
Specifies the distance between the levels.


Expression:
Derives a value using a mathematical formula or equation.


Total:
Specifies the total distance between the first and last levels.


Rotate items:
Controls whether items are rotated as they are arrayed.


Exit:
Exits the command.

Read more ...

Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30






Rectangular Array Autocad 2016 tutorials for beginners Part 20.
Step by step autocad 2016 basic tutorials for beginners. Subscribe this channel for more related videos.

In this video we will learn about rectangular array in autocad 2016. You can use this command to array an object in a rectangular way in the autocad 2016. You can edit an existing rectangular array. You can specify the raw count and column count during the rectangular array command.

For more details, watch this video link : https://youtu.be/6e5T_Bt4L8I

These commands are almost similar in all new versions of autocad.


Arrayrect:

Distributes object copies into any combination of rows, columns, and levels.


Select objects

Select the objects to use in the array.


Associative

Specifies whether the arrayed objects are associative or independent.

Yes

Contains array items in a single array object, similar to a block. With an associative array, you can quickly propagate changes throughout the array by editing the properties and source objects.

No
Creates array items as independent objects. Changes to one item do not affect the other items.



Base point

Specifies a base point for positioning the items in the array.


Key point

For associative arrays, specifies a valid constraint (or key point) on the source objects to align with the path. If you edit the source objects or path of the resulting array, the base point of the array remains coincident with the key point of the source objects.


Count

Specifies the number of rows and columns and provides a dynamic view of results as you move the cursor (a quicker alternative to the Rows and Columns options).


Expression

Derives the value based on a mathematical formula or equation.


Spacing

Specifies row and column spacing and provides a dynamic view of results as you move the cursor.


Distance between rows

Specifies the distance between each row, measured from equivalent locations on each object.


Distance between columns

Specifies the distance between each column, measured from equivalent locations on each object.


Unit cell

Specifies the distance between rows and columns simultaneously by setting the each corner of a rectangular area that is equivalent to the spacing.


Columns

Edits the number and spacing of columns.


Number of columns

Sets the number of columns in the array.


Distance Between Columns

Specifies the distance between each column, measured from equivalent locations on each object.


Total


Specifies the total distance between the start and end column, measured from equivalent locations on the start and end objects.


Rows

Specifies the number of rows in the array, the distance between them, and the incremental elevation between row.


Number of rows

Sets the number of rows in the array.


Distance between rows

Specifies the distance between each row, measured from equivalent locations on each object.


Total

Specifies the total distance between the start and end row, measured from equivalent locations on the start and end objects.


Incrementing elevation

Sets the increasing or decreasing elevation for each subsequent row.


Expression

Derives the value based on a mathematical formula or equation.


Levels

Specifies the number and spacing of levels for 3D arrays.

Number of levels

Specifies the number of levels in the array.


Distance between levels

Specifies the difference in Z coordinate values between equivalent locations on each object.


Total

Specifies the total difference in Z coordinate values between equivalent locations on objects in the first and last levels.


Expression
Derives the value based on a mathematical formula or equation.


Exit

Exits the command.


Read more ...

Blend Curves: Autocad 2016 tutorials for beginners Part 19-30






Step by step autocad 2016 basic tutorials for beginners. Subscribe this channel for more related videos.


In this video we will learn to the 'blend curve' command in autocad 2016, You can use this command to join the end pont of objects like line, polyline arc etc using a 'spline'.


For more details, watch this video. These commands are almost similar in all new versions of autocad.


Read more ...

Chamfer: Autocad 2016 tutorials for beginners Part 18-30



Step by step autocad 2016 basic tutorials for beginners. Subscribe this channel for more related videos.
In this video you can learn to use the 'chamfer' command in autocad 2016. This command is using to cut the edges of an objects in autocad, You can use reference length and angle to use the chamfer.
For more details, watch this video. These commands are almost similar in all new versions of autocad.
Read more ...

Fillet: Autocad 2016 tutorials for beginners Part 17-30

Read more ...

Saturday, July 9, 2016

Extend: Autocad 2016 tutorials for beginners Part 16-30

Read more ...

Trim: Autocad 2016 tutorials for beginners Part 15-30

Read more ...

Scale: Autocad 2016 tutorials for beginners Part 14-30

Read more ...

Stretch: Autocad 2016 tutorials for beginners Part 13-30

Read more ...

Mirror: Autocad 2016 tutorials for beginners Part 11-30

Read more ...

Sunday, June 19, 2016

Rotate: Autocad 2016 tutorials for beginners Part 12-30

Read more ...

Hatch: Autocad 2016 tutorials for beginners Part 10-30

Read more ...

Ellipse: Autocad 2016 tutorials for beginners Part 9-30

Read more ...

Move: Autocad 2016 tutorials for beginners Part 8-30



Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...

Monday, May 23, 2016

Copy: Autocad 2016 tutorials for beginners Part 7-30




Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...

Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30




Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...

Draw Rectangle:Autocad 2016 tutorials for beginners Part 5-30


Click to watch on YouTube and Subscribe.
Step by step Autocad 2016 basic tutorials for beginners. Subscribe this channel for more videos..
This video will show you how to draw rectangles in autocad.
We can draw the rectangle in different ways.
After choosing the rectangle tool, we can just specify the first corner and opposite corner without any dimensions just for rough drawing.
After choosing the first point, we can right click and specify the dimensions. Width and height dimensions.
After choosing the first point, we can right click and choose the angle from x axis and after that we can specify the opposite corner point or we can right click again to specify the dimensions.
Watching this video will give an idea about how to draw using a specific dimensions and how to draw in a specific angle. All these commands are almost similar in all versions of autocad.
Read more ...

Draw Circles: Autocad 2016 tutorials for beginners Part 4-30



Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...

Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30



Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...

Draw Lines: Autocad 2016 tutorials for beginners Part 2-30



Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...

How to draw an Arc in different method: Autocad 2015 basic tutorials.



Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...

Autocad 2015 basic tutorials. How to draw Line and Polyline




Line and Polyline difference: Learn Autocad 2015 basics for beginners. step by step.
Autocad 2015 drawing tools detailed descriptions,
This video shows how to draw a line using 'line' command and features of line command. This video shows how to draw poly line. and the difference between the Line and Poly Line commands.
Youtube Link: https://youtu.be/CXDDslIoNgA
Blog link: http://autocadtipslaiju.blogspot.com/2016/05/autocad-2015-basic-tutorials-how-to.html
Watch More related videos here from these Links.
Basics: AutoCAD 2016 tutorials for beginners Part 1-30
https://youtu.be/tC1LnhsZ1_Q
Draw Lines Autocad 2016 tutorials for beginners Part 2-30
https://youtu.be/TpTOPB9BB7o
Draw PolyLine: Autocad 2016 tutorials for beginners Part 3-30
https://youtu.be/3gzSOWoLvnE
Draw Circles: Autocad 2016 tutorials for beginners Part 4-30
https://youtu.be/6_xxOuDm5_8
Draw Rectangle: Autocad 2016 tutorials for beginners Part 5-30
https://youtu.be/18-UjJ-PfkQ
Draw Polygon: Autocad 2016 tutorials for beginners Part 6-30
https://youtu.be/gKJgwy-8wHc
Copy: Autocad 2016 tutorials for beginners Part 7-30
https://youtu.be/KolUFe7PE5Y
Move: Autocad 2016 tutorials for beginners Part 8-30
https://youtu.be/BV9aCaUTI8E
Ellipse: Autocad 2016 tutorials for beginners Part 9-30
https://youtu.be/QQk9wkyFDuk
Hatch: Autocad 2016 tutorials for beginners Part 10-30
https://youtu.be/Z6yY5krlzXo
Mirror: Autocad 2016 tutorials for beginners Part 11-30
https://youtu.be/fkyjynOHK7U
Rotate: Autocad 2016 tutorials for beginners Part 12-30
https://youtu.be/rOP7Rva2cYs
Stretch: Autocad 2016 tutorials for beginners Part 13-30
https://youtu.be/zTPZmiKB7M0
Scale: Autocad 2016 tutorials for beginners Part 14-30
https://youtu.be/6yrLBRql8os
Trim: Autocad 2016 tutorials for beginners Part 15-30
https://youtu.be/thyPSyitT8I
Extend: Autocad 2016 tutorials for beginners Part 16-30
https://youtu.be/87Biw8uNXng
Fillet: Autocad 2016 tutorials for beginners Part 17-30
https://youtu.be/3XlPLVKGaCM
Chamfer: Autocad 2016 tutorials for beginners Part 18-30
https://youtu.be/2XPKBaCW2yY
Blend Curves: Autocad 2016 tutorials for beginners Part 19-30
https://youtu.be/aJMBqHujMIc
Rectangular Array: Autocad 2016 tutorials for beginners Part 20-30
https://youtu.be/6e5T_Bt4L8I
Polar Array: Autocad 2016 tutorials for beginners Part 21-30
https://youtu.be/D2AZ9VzbUas
Path Array: Autocad 2016 tutorials for beginners Part 22-30
https://youtu.be/FvqcUrH4BwM
Erase: Autocad 2016 tutorials for beginners Part 23-30
https://youtu.be/5dVNsoLogP8
Explode: Autocad 2016 tutorials for beginners Part 24-30
https://youtu.be/O6W12A7Vd8Q
Offset: Autocad 2016 tutorials for beginners Part 25-30
https://youtu.be/TP8fi9gHLZw
Single line text Autocad 2016 tutorials for beginners Part 26-30
https://youtu.be/4yHTiauqLPI
Multiline text: Autocad 2016 tutorials for beginners Part 27-30
https://youtu.be/Usvjywk5ics
Dimension: Autocad 2016 tutorials for beginners Part 28-30
https://youtu.be/HHHr7ibyorI
Layers: Autocad 2016 tutorials for beginners Part 29-30
https://youtu.be/A5sfxCms5JI
Blocks and Purge: Autocad 2016 tutorials for beginners Part 30-30
https://youtu.be/ZPlRw901TJw
Read more ...