feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Image
    Image
    Indianapolis, IN, USA : Wiley
    UID:
    kobvindex_INT0002923
    Format: xli,1253 pages , richly illustrated (black and white), plans , 23.5 x 19 cm
    ISBN: 9781118880364 , 1118880366
    Content: "The perfect reference for all AutoCAD users. AutoCAD 2015 and AutoCAD LT 2015 Bible is the book you want to have close at hand to answer those day-to-day questions about this industry-leading software. Author and Autodesk University instructor Ellen Finkelstein guides readers through AutoCAD 2015 and AutoCAD LT 2015 with clear, easy-to-understand instruction and hands-on tutorials that allow even total beginners to create a design on their very first day. Although simple and fundamental enough to be used by those new to CAD, the book is so comprehensive that even Autodesk power users will want to keep a copy on their desks. Here is what you'll find inside the book: * Part I: Introducing AutoCAD and AutoCAD LT Basics * Part II: Drawing in Two Dimensions * Part III: Working with Data * Part IV: Drawing in Three Dimensions * Part V: Organizing and Managing Drawings * Part VI: Customizing AutoCAD and AutoCAD LT * Part VII: Programming AutoCAD * Part VIII: Appendixes * Appendix A: Installing and Configuring AutoCAD and AutoCAD LT * Appendix B: AutoCAD and AutoCAD LT Resources In addition, the book also explores advanced techniques like programming with AutoLISP and VBA, and demonstrates AutoCAD 2015 customization that can smooth workflow. The companion website contains real-world drawings for each tutorial, plus bonus chapters and video tutorials. If you need to become an AutoCAD guru, AutoCAD 2015 and AutoCAD LT 2015 Bible is the one resource that will get you there quickly."
    Note: INDEX NOTE: includes index.
    Language: English
    Keywords: Handbooks and manuals
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Indianapolis, Indiana :Wiley,
    UID:
    almahu_9948319748002882
    Format: 1 online resource (1299 pages) : , color illustrations
    ISBN: 9781118915608 (e-book) , 9781118915592 (e-book)
    Note: Includes index.
    Additional Edition: Print version: Finkelstein, Ellen. AutoCAD 2015 and AutoCAD LT 2015 bible. Indianapolis, Indiana : Wiley, c2014 ISBN 9781118880364
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    UID:
    almahu_9948312581702882
    Format: xxviii, 759 p. : , ill.
    Edition: Electronic reproduction. Ann Arbor, MI : ProQuest, 2015. Available via World Wide Web. Access may be limited to ProQuest affiliated libraries.
    Series Statement: --For dummies
    Note: Includes index. , bk. 1. AutoCAD basics -- bk. 2. 2D drafting -- bk. 3. Annotating drawings -- bk. 4. LT differences -- bk. 5. 3D modeling -- bk. 6. Advanced drafting -- bk. 7. Publishing drawings -- bk. 8. Collaboration -- bk. 9. Customizing AutoCAD.
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    UID:
    almahu_9948319341402882
    Format: 1 online resource (427 pages) : , illustrations, tables.
    ISBN: 9781118900550 (e-book) , 9781118906965 (e-book)
    Series Statement: Autodesk
    Note: Includes index.
    Additional Edition: Print version: Ambrosius, Lee. AutoCAD platform customization : AutoLISP. [Somerset County, New Jersey] : Sybex, c2014 ISBN 9781118798812
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Indianapolis] :Sybex,
    UID:
    almahu_9948319477502882
    Format: 1 online resource (290 pages) : , illustrations (chiefly color)
    ISBN: 9781118900468 (e-book)
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Indianapolis, Indiana :Sybex,
    UID:
    almahu_9948369135302882
    Format: 1 online resource (1,155 pages) : , illustrations, tables.
    ISBN: 9781118798911 (e-book) , 9781118917411 (e-book)
    Series Statement: Autodesk Official Training Guide
    Note: Includes index.
    Additional Edition: Print version: Ambrosius, Lee. AutoCAD platform customization : user interface, AutoLISP, VBA, and beyond. Indianapolis, Indiana : Sybex, c2015 ISBN 9781118798904
    Language: English
    Keywords: Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    UID:
    edocfu_9961553632302883
    Format: 1 online resource (427 p.)
    Edition: 1st edition
    ISBN: 1-118-90696-9 , 1-118-90055-3
    Series Statement: Autodesk
    Content: Customize and personalize programs built on the AutoCAD platform AutoLISP is the key to unlocking the secrets of a more streamlined experience using industry leading software programs like AutoCAD, Civil 3D, Plant 3D, and more. AutoCAD Platform Customization: AutoLISP provides real-world examples that show you how to do everything from modifying graphical objects and reading and setting system variables to communicating with external programs. It also features a resources appendix and downloadable datasets and customization examples-tools that ensure swift and easy adoption. Find out how to r
    Note: Includes index. , Cover; Title Page; Copyright; Contents; Introduction; Chapter 1 Quick Start for New AutoLISP Programmers; Working with AutoLISP Expressions; Working with Commands and Input; Conditionalizing and Repeating Expressions; Grouping Expressions; Storing and Loading AutoLISP Expressions; Chapter 2 Understanding AutoLISP; Getting Started with AutoLISP; Understanding the Syntax of an Expression; Executing Expressions; Accessing the AutoLISP Documentation; Storing and Retrieving Values; Setting and Using Variables; Working with System Variables; Accessing Environment Variables; Exploring Data Types , Leveraging AutoCAD and Third-Party CommandsUsing the command Function; Using the command-s Function; Working with Commands That Display a Dialog Box; Defining and Using Custom Functions; Defining a Custom Function; Using a Custom Function; Example: Drawing a Rectangle; Chapter 3 Calculating and Working with Values; Calculating Values with Math Functions; Performing Basic Math Calculations; Performing Advanced Math Calculations; Working with Bitwise Operations; Manipulating Strings; Concatenating Strings; Getting the Length of and Searching for Strings; Replacing and Trimming Strings , Changing the Case of a StringEvaluating Values to Strings; Converting Data Types; Converting Numeric Values to Strings; Converting Strings to Numeric Values; Converting Numeric Values to Other Number Types; Returning a Value from a Custom Function; Exercise: Drawing a Rectangle (Revisited); Creating the drawplate.lsp File; Revising the drawplate Function; Adding the Revised drawplate Function to drawplate.lsp; Creating the utility.lsp File; Loading the LSP Files into AutoCAD; Chapter 4 Working with Lists; What Are Lists?; Creating a List; Getting an Element from a List , Retrieving a Specific ElementStepping Through a List; Appending, Substituting, and Removing Elements; Appending Elements; Substituting Elements; Removing Elements; Determining Whether an Item Exists in a List; Sorting the Elements of a List; Using Point Lists to Calculate Geometric Values; Measuring Angular and Distance Values; Calculating Points; Finding and Snapping to Points; Translating Points; Converting Measurement Units; Accessing the AutoCAD Calculator; Converting Lists to Strings and Strings to Lists; Exercise: Adding Holes to the Plate , Defining the New Get-Sysvars and Set-Sysvars Utility FunctionsDefining the New createcircle Utility Function; Revising the drawplate Function; Using the Revised drawplate Function; Chapter 5 Requesting Input and Using Conditional and Looping Expressions; Interacting with the User; Requesting Input at the Command Prompt; Providing Feedback to the User; Working with the Graphics Windows; Conditionalizing and Branching Expressions; Comparing Values; Grouping Comparisons; Validating Values; Evaluating if a Condition Is Met; Testing Multiple Conditions; Repeating and Looping Expressions , Repeating Expressions a Set Number of Times , English
    Additional Edition: ISBN 1-118-79881-3
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Indianapolis, Indiana :Sybex,
    UID:
    edocfu_9961554285902883
    Format: 1 online resource (459 p.)
    Edition: 1st edition
    ISBN: 1-118-90698-5 , 1-118-90044-8
    Series Statement: Autodesk Official Training Guide
    Content: Boost productivity and streamline your workflow with expert AutoCAD: VBA programming instruction AutoCAD Platform Customization: VBA is the definitive guide to personalizing AutoCAD and the various programs that run on the AutoCAD platform, including AutoCAD Architecture, Civil 3D, Plant 3D, and more. Written by an Autodesk insider with years of customization and programming experience, this book features detailed discussions backed by real-world examples and easy-to-follow tutorials that illustrate each step in the personalization process. Readers gain expert guidance toward managing layouts
    Note: Includes index. , Cover; Title Page; Copyright; Contents; Chapter 1 Understanding the AutoCAD VBA Environment; What Makes Up an AutoCAD VBA Project?; What You'll Need to Start; Determine If the AutoCAD VBA Environment Is Installed; Install the AutoCAD 2015 VBA Enabler; Getting Started with the VBA Editor; Identifying the Components of a VBA Project; Navigating the VBA Editor Interface; Setting the VBA Environment Options; Managing VBA Programs; Creating a New VBA Project; Saving a VBA Project; Loading and Unloading a VBA Project; Embedding or Extracting a VBA Project; Executing VBA Macros , Accessing the AutoCAD VBA DocumentationChapter 2 Understanding Visual Basic for Applications; Learning the Fundamentals of the VBA Language; Creating a Procedure; Declaring and Using Variables; Controlling the Scope of a Procedure or Variable; Continuing Long Statements; Adding Comments; Understanding the Differences Between VBA 32- and 64-Bit; Exploring Data Types; Working with Objects; Accessing Objects in a Collection; Storing Data in Arrays; Calculating Values with Math Functions and Operators; Manipulating Strings; Converting Between Data Types; Comparing Values , Testing Values for EqualityComparing String Values; Determining If a Value Is Greater or Less Than Another; Checking for Null, Empty, or Nothing Values; Validating Values; Grouping Comparisons; Conditionalizing and Branching Statements; Evaluating If a Condition Is Met; Testing Multiple Conditions; Repeating and Looping Expressions; Repeating Expressions a Set Number of Times; Stepping Through an Array or Collection; Performing a Task While or Until a Condition Is Met; Chapter 3 Interacting with the Application and Documents Objects; Working with the Application , Getting Information about the Current AutoCAD SessionManipulating the Placement of the Application Window; Managing Documents; Working with the Current Drawing; Creating and Opening Drawings; Saving and Closing Drawings; Accessing Information about a Drawing; Manipulating a Drawing Window; Working with System Variables; Querying and Setting Application and Document Preferences; Executing Commands; Exercise: Setting Up a Project; Creating the DrawingSetup Project; Creating and Saving a New Drawing from Scratch; Inserting a Title Block with the insert Command; Adding Drawing Properties , Setting the Values of Drafting-Related System Variables and PreferencesChapter 4 Creating and Modifying Drawing Objects; Understanding the Basics of a Drawing-Based Object; Accessing Objects in a Drawing; Working with Model or Paper Space; Creating Graphical Objects; Adding Straight Line Segments; Working with Curved Objects; Working with Polylines; Getting an Object in the Drawing; Modifying Objects; Deleting Objects; Copying and Moving Objects; Rotating Objects; Changing Object Properties; Exercise: Creating, Querying, and Modifying Objects; Creating the DrawPlate Project , Creating the Utilities Class , English
    Additional Edition: ISBN 1-118-79893-7
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Hoboken, New Jersey :Pearson,
    UID:
    edocfu_9961556105002883
    Format: 1 online resource (815 pages) : , illustrations
    Edition: [First edition].
    ISBN: 0-13-823256-3
    Content: Designed for introductory AutoCAD users, Discovering AutoCAD 2024 presents a hands-on, activity-based approach to the use of AutoCAD 2024 as a drafting toolcomplete with techniques, tips, shortcuts, and insights that improve efficiency. Topics and tasks are carefully grouped to lead students logically through the AutoCAD command set, with the level of difficulty increasing steadily as skills are acquired through experience and practice. Straightforward explanations focus on what is relevant to actual drawing procedures, and illustrations show exactly what to expect on the computer screen. This edition features updates for the latest release of AutoCAD 2024, projects, and test questions for each chapter.
    Note: Includes index.
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Indianapolis, Indiana :Sybex,
    UID:
    edocfu_9961552862102883
    Format: 1 online resource (1155 p.)
    Edition: 1st edition
    ISBN: 1-118-79891-0
    Series Statement: Autodesk Official Training Guide
    Content: Take control of AutoCAD to boost the speed, quality, and precision of your work Senior drafters and savvy users are increasingly taking AutoCAD customization out of the hands of system administrators, and taking control of their own workflow. In AutoCAD Platform Customization, Autodesk customization guru Lee Ambrosius walks you through a multitude of customization options using detailed tutorials and real-world examples applicable to AutoCAD, AutoCAD LT, Civil 3D, Plant 3D, and other programs built on the AutoCAD platform. By unleashing the full power of the software, you'll simplify and str
    Note: Includes index. , Cover; Title Page; Copyright; Contents; Part I AutoCAD Customization: Increasing Productivity through Personalization; Chapter 1 Establishing the Foundation for Drawing Standards; Naming Standards for Projects and Files; Project Names; Filenames; Managing Standards with Drawing Templates; What Is a Drawing Template?; Units of Measurement and Format; Graphical and Named Objects; Organize Output with Layouts; Working with System Variables; Choosing a File Format for Your Drawings; Defining Plotter Configurations and Plot Styles; Configuring Output Devices; Using and Creating Plot Styles , Managing Plotter Configuration and Plot Style FilesEnforcing CAD Standards; Drawing Standards (DWS) Files (Windows Only); Configuring, Checking, and Fixing Drawing Standards (Windows Only); Translating Layers (Windows Only); Chapter 2 Working with Nongraphical Objects; Standardizing the Names of Nongraphical Objects; Layer Names; Other Object Names; Renaming Nongraphical Objects; Managing Object Properties with Layers; Setting the Default Properties for New Objects; Creating and Managing Layers; Significance of Colors; Defining Appearance with Linetypes, Lineweights, and Transparency , Controlling Output with Plot StylesAccessing Layer Settings; Grouping and Filtering Layers; Creating and Using Layer States; Creating and Managing Annotation Styles; Text Heights; Text Styles; Dimension Styles; Table Styles; Multileader Styles; Annotative Styles and Annotation Scaling; Defining and Managing Other Nongraphical Objects; Removing Unused Nongraphical Objects; Chapter 3 Building the Real World One Block at a Time; Defining and Editing a Block Definition; Defining a Block Definition; Editing a Block Definition; Using the Block Editor; Using and Managing Block Definitions , Inserting or Replacing a Block ReferenceRenaming and Purging Unused Block Definitions; Importing or Exporting a Block Definition; Embedding Information in a Block Definition with Attributes; Adding an Attribute Definition; Inserting a Block Definition with Attributes; Editing Attribute Values and Properties in a Block Reference; Redefining Block Definitions with Attribute Definitions; Using Fields with Attributes; Adding Dynamic Properties to a Block Definition; Using Parameters to Modify Geometry in a Block Definition (Windows Only); Associating an Action with a Parameter (Windows Only) , Creating a Lookup Table (Windows Only)Defining Visibility States (Windows Only); Inserting and Modifying Dynamic Blocks; Extracting Properties and Values from a Block Reference; Chapter 4 Manipulating the Drawing Environment; Getting Started with Drawing-Environment Customization; Customizing the AutoCAD Startup Process; Specifying Application Preferences; Customizing the Elements in the Drawing Window; Configuring Command and Dynamic Input; Command Input Search Options; Command Input History; Dynamic Input; Creating and Modifying Command Aliases; Defining Command Aliases , Defining External Commands (Windows Only) , English
    Additional Edition: ISBN 1-118-79890-2
    Additional Edition: ISBN 1-118-91741-3
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages