Skip to main content

Posts

Showing posts from January, 2025

Essential Keyboard Shortcuts in AutoCAD: Function and Control Keys

Function keys in AutoCAD  Function keys in AutoCAD are keyboard shortcuts that perform various tasks and help improve workflow efficiency. Here’s a breakdown of the commonly used function keys in AutoCAD: AutoCAD Function Keys and Their Uses Function Key Description F1                 Opens the Help window. F2 Expands the command line history in a separate window. F3 Toggles Object Snap (OSNAP) on/off. F4 Toggles 3D Object Snap on/off (in 3D workspaces). F5 Toggles Isoplane mode (Isometric drawing planes). F6 Toggles Dynamic UCS (User Coordinate System) on/off. F7 Toggles the display of the grid on/off. F8 Toggles Ortho mode on/off (restricts cursor movement to horizontal/vertical). F9 Toggles Snap mode on/off (restricts cursor movement to the grid). F10                Toggles Polar Tracking on/off (for specific angles). F11 Toggles Object...

Object Selection Method In Autocad

     AutoCAD में object selection methods का उपयोग objects को edit या manipulate करने के लिए किया जाता है। ये methods आपको single या multiple objects को आसानी से select करने में मदद करते हैं। यहाँ प्रत्येक selection method का विस्तार से विवरण दिया गया है: 1. Window Selection Description : Used to select objects within a defined rectangular area. How It Works : Click the first corner of the rectangle and drag to the opposite corner from left to right . Only objects entirely within the rectangle are selected. Use Case : Precise selection of objects that are completely enclosed in a specific area. 2. Crossing Selection Description : Similar to window selection, but it selects all objects that are either entirely or partially within the defined rectangle. How It Works : Click the first corner of the rectangle and drag to the opposite corner from right to left . Any object that intersects or touches the rectangle will be selected. Use Case : Useful when objects partially overl...

Step-by-Step Instructions for Drawing and Editing Polylines in AutoCAD

     AutoCAD में Polyline एक ऐसा टूल है जो connected sequence of line segments और arcs को एक single object के रूप में treat करता है। यह designing और drafting के लिए highly flexible है, क्योंकि इसे पूरे object के रूप में manage और edit करना आसान होता है। Polyline में straight lines, curves, variable widths और open या closed shapes शामिल हो सकते हैं। A polyline is a connected sequence of line segments created as a single object. You can create straight line segments, arc segments, or a combination of the two. Polyline का उपयोग करने के कारण (Reasons to Use Polylines) 1. Single Object Management      Polyline को एक single object के रूप में treat किया जाता है, जिससे इसे select, move, copy, और modify करना आसान होता है, अलग-अलग line segments या arcs की तुलना में। 2. Ease of Editing      Polyline को आसानी से PEDIT command या grip editing का उपयोग करके edit किया जा सकता है। इससे आप Vertices add या remove कर सकते हैं। Straight segments को arcs में या a...