• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

58 ARCHICAD courses in Glasgow delivered Online

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction Course Topics 00:02:00 Introduction 00:02:00 Section 2 - Tools And SQL Queries Section Overview 00:01:00 Downloading Visual Studio 2019 00:01:00 Downloading SQL Server Express 00:02:00 Downloading SQL Server Management Studio (SSMS) 00:01:00 SQL Queries - Overview 00:03:00 INSERT SQL Statement - Demo 00:13:00 SELECT SQL Statement - Demo 00:08:00 UPDATE SQL Statement - Demo 00:08:00 DELETE SQL Statement - Demo 00:11:00 Section 3 - Create Database And Tables Section Overview 00:01:00 Creating the CADDB Database 00:03:00 Creating the Lines Table 00:07:00 Creating the MTexts Table 00:04:00 Creating the Plines Table 00:04:00 Creating the Blocks No Attribute Table 00:04:00 Creating the Blocks With Attributes Table 00:04:00 Section 4 - Loading Into SQL Server Database Section Overview 00:02:00 Loading Lines into SQL Server Database 00:01:00 Creating the CADDB Project 00:04:00 Creating the Settings File 00:04:00 Creating the Get Connection Method 00:03:00 Creating the LoadLines() Method 00:22:00 Creating the User Interface for the LoadLines() method 00:07:00 Running the LoadLines() Method 00:05:00 Loading MTexts into SQL Server Database - Overview 00:01:00 Creating the LoadMTexts() Method 00:10:00 Running the LoadMTexts() Method 00:06:00 Loading LWPolylines into SQL Server Database - Overview 00:01:00 Creating the LoadPolylines() Method 00:13:00 Running the LoadPlines() Method 00:03:00 Running the LoadPlines() Method 00:03:00 Creating the LoadBlocksNoAttribute() Method 00:11:00 Running the LoadBlocksNoAttribute() Method 00:03:00 Loading Blocks (with Attributes) into SQL Server Database - Overview 00:01:00 Creating the LoadBlocksWithAttributes() Method 00:07:00 Running the BlocksWithAttributes() Method 00:02:00 Section 5 - Retrieving Data From Database Section Overview 00:02:00 Retrieving Lines from SQL Server Database - Overview 00:01:00 Creating the DBRetrieveUtil Class 00:03:00 Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00 Creating the GetColorIndex() Method 00:05:00 Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00 Running and Testing the RetrieveAndDrawLines() Method 00:09:00 Retrieving MTexts from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawMTexts() Method 00:11:00 Running and Testing the CreateAndDrawMTexts() Method 00:05:00 Retrieving LWPolylines from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawPlines() Method 00:12:00 Running and Testing the RetrieveAndDrawPlines() Method 00:05:00 Retrieving Blocks (No Attribute) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00 Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00 Retrieving Blocks (with Attributes) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00 Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00 Section 6 - Updating Data In SQL Server Database - Overview Section Overview 00:01:00 Updating Lines in SQL Server Database - Overview 00:01:00 Creating the DBUpdateUtil Class 00:02:00 Creating the UpdateLines() Method 00:25:00 Creating the User Interface for UpdateLines() Method 00:02:00 Running and Testing the UpdateLines() Method 00:08:00 Updating MTexts in SQL Server Database - Overview 00:01:00 Creating the UpdateMTexts() Method 00:09:00 Creating the User Interface for UpdateMTexts() 00:01:00 Running and Testing the UpdateMTexts() Method 00:07:00 Updating the LWPolylines in SQL Server Database - Overview 00:01:00 Creating the UpdateLWPolylines() Method 00:09:00 Running and Testing the UpdateLWPolylines() Method 00:07:00 Updating Blocks (No Attributes) in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksNoAttributes() Method 00:10:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00 Updating Blocks With Attributes in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksWithAttributes() Method 00:08:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00 Section 7 - Deleting Data In SQL Server Database From AutoCAD - Overview Section Overview@ 00:02:00 Deleting Lines in SQL Server from AutoCAD - Overview 00:01:00 Creating the DBDeleteUtil Class 00:01:00 Creating the DeleteLines() Method 00:13:00 Creating the User Interface for the DeleteLines() Method 00:02:00 Running and Testing the DeleteLines() Method 00:04:00 Deleting MTexts in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteMTexts() Method 00:04:00 Creating the User Interface for DeleteMTexts() Method 00:01:00 Running and Testing the DeleteMTexts() Method 00:03:00 Deleting LWPolylines in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeletePlines() Method 00:04:00 Creating the User Interface for the DeletePlines() Method 00:01:00 Running and Testing the DeletePlines() Method 00:02:00 Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksNoAttribute() Method 00:03:00 Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00 Running and Testing DeleteBlocksNoAttribute() Method 00:02:00 Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksWithAttributes() Method 00:02:00 Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00 Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

Revit Architecture Interior Design Course

4.5(3)

By Studyhub UK

Discover the power of Revit Architecture as you embark on a journey to master interior design. Through hands-on modules, you'll learn to model and render stunning office and living room interiors. From creating basic rooms to importing components, applying materials, and perfecting lighting, this course equips you with the skills to transform interior spaces into visually appealing and functional designs using Revit Architecture. Learning Outcomes: Model and design office interiors using Revit Architecture. Create wall panels and define spatial layouts. Develop detailed components like main desks and carpets. Enhance designs with imported components and materials. Illuminate interiors with effective lighting techniques. Generate camera perspectives and render captivating visuals. Implement rendering hacks to elevate design aesthetics. Apply learned skills to design living room interiors. Why buy this Revit Architecture Interior Design Course?  Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Revit Architecture Interior Design Course you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Revit Architecture Interior Design Course course is ideal for Interior design enthusiasts looking to enhance their skills. Architects and designers seeking proficiency in Revit Architecture. Students pursuing careers in interior design or architecture. Professionals looking to transition to interior design. Anyone interested in creating stunning interior designs using Revit. Prerequisites This Revit Architecture Interior Design Course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Interior Designer - Average Earnings: $50,000 - $80,000 per year. Architectural Drafter - Average Earnings: $45,000 - $70,000 per year. Space Planner - Average Earnings: $45,000 - $70,000 per year. Residential Designer - Average Earnings: $45,000 - $70,000 per year. 3D Visualizer - Average Earnings: $40,000 - $70,000 per year. Course Curriculum Section 1: Modelling and Rendering Office Interior Basic Room 00:05:00 Wall Panels 00:06:00 Main Desk 00:17:00 Carpet 00:03:00 Importing Component 00:12:00 Applying Materials 00:20:00 Ceiling and Light 00:03:00 Creating a Camera and Rendering 00:13:00 Rendering Hacks 00:07:00 Section 2: Modelling and Rendering Living Room Living Area Rendering 00:56:00 Assignment Assignment - Revit Architecture Interior Design Course 00:00:00

Revit Architecture Interior Design Course
Delivered Online On Demand2 hours 22 minutes
£10.99

Architectural Studies

4.5(3)

By Studyhub UK

Delve deep into the realm of 'Architectural Studies' and embark on a journey that bridges the past, present, and future of architectural wonders. This comprehensive course guides you through the evolution of architectural designs, styles, and the compelling ideas that shaped them. From the grandeur of ancient edifices to the sleek lines of modern constructs, every module unravels a unique story. Additionally, gain invaluable insights into interior designing, exploring the interplay of colours and lights to create mesmerising interiors that resonate with style and functionality. Learning Outcomes Understand the foundational concepts and history of architectural studies. Trace the progression of architectural styles, from ancient to post-modern eras. Appreciate the nuances of distinctive architectural movements and their impact. Grasp the principles of interior designing, focusing on elements like colour and lighting. Analyse the role of lighting in enhancing interior spaces through a two-part exploration. Why choose this Architectural Studies course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments are designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Architectural Studies Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Who is this Architectural Studies course for? Aspiring architects desiring a solid foundation in architectural history. Interior designers keen on expanding their design vocabulary. Historians passionate about architectural evolutions. Students of art and design courses. Enthusiasts of architectural styles and movements. Career path Architect - £35,000 - £75,000 Interior Designer - £22,000 - £52,000 Historical Buildings Inspector/Conservation Officer - £30,000 - £55,000 Urban Designer - £28,000 - £60,000 Landscape Architect - £25,000 - £48,000 Architectural Technologist - £24,000 - £50,000 Prerequisites This Architectural Studies does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Architectural Studies was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Module-1: Introduction to Architectural Studies Introduction to Architectural Studies 00:27:00 Module-2: Ancient Architecture Ancient Architecture 00:13:00 Module-3: Architectural Ideas and Movements Architectural Ideas and Movements 00:23:00 Module-4: Architectural Styles Architectural Styles 00:15:00 Module-5: Art Deco Architectural Style Art Deco Architectural Style 00:18:00 Module-6: Scandinavian Architectural Style Scandinavian Architectural Style 00:22:00 Module-7: Victorian Architectural Style Victorian Architectural Style 00:18:00 Module-8: Classical and Early Christian Architectural Style Classical and Early Christian Architectural Style 00:28:00 Module-9: Gothic Architectural Style Gothic Architectural Style 00:22:00 Module-10: Baroque and Rococo Architectural Style Baroque and Rococo Architectural Style 00:17:00 Module-11: Eclecticism Architectural Style Eclecticism Architectural Style 00:15:00 Module-12: Modern and Post-Modern Architectural Style Modern and Post-Modern Architectural Style 00:28:00 Module-13: Interior Designing Interior Designing 00:24:00 Module-14: Colour in Interior Designing Colour in Interior Designing 00:24:00 Module-15: Lighting in Interior Design Part One Lighting in Interior Design Part One 00:12:00 Module-16: Lighting in Interior Design Part Two Lighting in Interior Design Part Two 00:17:00 Assignment Assignment - Architectural Studies 00:00:00

Architectural Studies
Delivered Online On Demand5 hours 23 minutes
£10.99

Advanced Revit Architecture Design Course

4.5(3)

By Studyhub UK

Overview Uplift Your Career & Skill Up to Your Dream Job - Learning Simplified From Home! Kickstart your career & boost your employability by helping you discover your skills, talents and interests with our special Advanced Revit Architecture Design Course . You'll create a pathway to your ideal job as this course is designed to uplift your career in the relevant industry. It provides professional training that employers are looking for in today's workplaces. The Advanced Revit Architecture Design Course is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Advanced Revit Architecture Design Course has been designed by industry experts to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Advanced Revit Architecture Design Course , like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into elementary modules, allowing our students to grasp each lesson quickly. At StudyHub, we don't just offer courses; we also provide a valuable teaching process. When you buy a course from StudyHub, you get unlimited Lifetime access with 24/7 dedicated tutor support. Why buy this Advanced Revit Architecture Design Course? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Advanced Revit Architecture Design Course there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Advanced Revit Architecture Design Course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Advanced Revit Architecture Design Course does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Advanced Revit Architecture Design Course was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Advanced Revit Architecture Design Course is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 1: Sketch to 3D Project 1 Mountain House Part 1 00:14:00 Mountain House Part 2 00:22:00 Mountain House Part 3 00:18:00 Section 2: Sketch to 3D Project 2 Sketch to 3D Project 2 00:22:00 Section 3: Sketch to 3D Project 3 Sketch 2 3D Project 2 Part 1 00:16:00 Sketch 2 3D Project 2 Part 2 00:25:00 Section 4: Sketch to 3D Project 4 Project 5 Complete Tutorial 00:24:00 Section 5: Sketch to 3D Project 5 Sketch to 3D Project 5 Part 1 00:24:00 Sketch to 3D Project 5 Part 2 00:19:00 Sketch to 3D Project 5 Part 3 00:18:00 Assignment Assignment - Advanced Revit Architecture Design Course 00:00:00

Advanced Revit Architecture Design Course
Delivered Online On Demand3 hours 22 minutes
£10.99

Visualizing Architecture Graphic Design for Buildings

By Compete High

Introducing 'Visualizing Architecture Graphic Design for Buildings'   Unlock the potential of architectural graphic design with our comprehensive course designed to elevate your skills and transform your approach to building visualization. Delve into the intricacies of design principles, composition techniques, and the art of conveying architectural concepts through stunning visuals.   Module 1: Introduction to Architectural Graphic Design Embark on your journey with a solid foundation in architectural graphic design. Learn about the significance of visual communication in architecture and explore key concepts and historical context that shape this dynamic field.   Module 2: Composition and Layout Master the art of arranging elements within a visual space to create compelling compositions. Dive deep into layout principles, grid systems, and typography to effectively communicate architectural ideas with clarity and impact.   Module 3: Color Theory in Architectural Graphic Design Unleash the power of color to evoke emotions and enhance the visual experience of architectural designs. Explore color psychology, harmonies, and techniques for selecting palettes that resonate with your audience and project objectives.   Module 4: Line, Shape, and Form Discover how lines, shapes, and forms contribute to the visual language of architecture. Explore techniques for creating dynamic compositions, defining spatial relationships, and conveying architectural concepts through graphic elements.   Module 5: Texture and Patterns Add depth and dimension to your designs with an understanding of texture and patterns. Learn how to incorporate tactile qualities into your visuals to evoke realism and engage the senses of your audience.   Module 6: Photography and Images in Architectural Graphic Design Harness the power of photography and imagery to enhance your architectural graphics. Explore techniques for capturing compelling visuals, editing images, and integrating them seamlessly into your design projects.   Module 7: Wayfinding Systems Navigate the complexities of wayfinding design and its role in architectural graphics. Learn how to create intuitive navigation systems that guide users through built environments while enhancing the overall user experience.   Module 8: Visual Aesthetics in Architectural Graphic Design Elevate your designs with an understanding of visual aesthetics. Explore principles of balance, harmony, and rhythm to create visually captivating architectural graphics that resonate with your audience.   Why Choose 'Visualizing Architecture Graphic Design for Buildings'? Comprehensive coverage of essential concepts and techniques in architectural graphic design. Practical insights and real-world examples to apply theory to practice. Expert-led instruction from industry professionals with extensive experience in architectural visualization. Flexible learning options, including self-paced modules and interactive workshops. Elevate your portfolio and career prospects with skills that are in high demand in the architecture and design industry.   Transform your approach to architectural graphic design and unleash your creativity with 'Visualizing Architecture Graphic Design for Buildings.' Enroll now and embark on a journey towards mastery in architectural visualization. Course Curriculum Module 1_ Introduction to Architectural Graphic Design Introduction to Architectural Graphic Design 00:00 Module 2_ Composition and Layout Composition and Layout 00:00 Module 3_ Color Theory in Architectural Graphic Design Color Theory in Architectural Graphic Design 00:00 Module 4_ Line, Shape, and Form Line, Shape, and Form 00:00 Module 5_ Texture and Patterns Texture and Patterns 00:00 Module 6_ Photography and Images in Architectural Graphic Design Photography and Images in Architectural Graphic Design 00:00 Module 7_ Wayfinding Systems Wayfinding Systems 00:00 Module 8_ Visual Aesthetics in Architectural Graphic Design Visual Aesthetics in Architectural Graphic Design 00:00

Visualizing Architecture Graphic Design for Buildings
Delivered Online On Demand8 hours
£5

AutoCAD Level 1 - Essentials

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Professionals who want unparalleled creative freedom, productivity, and precision for producing superb 3D modeling. Overview Navigate the AutoCAD user interfacesUse the fundamental features of AutoCADUse the precision drafting tools in AutoCAD to develop accurate technical drawingsPresent drawings in a detailed and visually impressive way In this course, you will learn to navigate the AutoCAD user interfaces and use the fundamental features of AutoCAD. You will learn to use the precision drafting tools in AutoCAD to develop accurate technical drawings. Getting Started with AutoCAD Starting the Software User Interface Working with Commands Cartesian Workspace Opening an Existing Drawing File Viewing Your Drawing Saving Your Work Basic Drawing & Editing Commands Drawing Lines Erasing Objects Drawing Lines with Polar Tracking Drawing Rectangles Drawing Circles Undo and Redo Actions Projects - Creating a Simple Drawing Create a Simple Drawing Create Simple Shapes Drawing Precision in AutoCAD Using Running Object Snaps Using Object Snap Overrides Polar Tracking at Angles Object Snap Tracking Drawing with Snap and Grid (Optional) Making Changes in Your Drawing Selecting Objects for Editing Moving Objects Copying Objects Rotating Objects Scaling Objects Mirroring Objects Editing with Grips Projects - Making Your Drawing More Precise Schematic Project: Electronics Diagram Architectural Project: Landscape Mechanical Project (with Polar & Tracking) Mechanical Project: Surge Protector Mechanical Project: Satellite Organizing Your Drawing with Layers Creating New Drawings With Templates What are Layers? Layer States Changing an Object's Layer Advanced Object Types Drawing Arcs Drawing Polylines Editing Polylines Drawing Polygons Drawing Ellipses Analzying Model and Object Properties Working with Object Properties Measuring Objects Projects - Drawing Organization & Information Architectural Project Mechanical Project Civil Project Advanced Editing Commands Trimming and Extending Objects Stretching Objects Creating Fillets and Chamfers Creating Arrays of Objects Inserting Blocks What are Blocks? Working with Dynamic Blocks Inserting Blocks Inserting Blocks using the Tool Palettes Inserting Blocks using the DesignCenter Inserting Blocks using the Content Explorer Projects - Creating More Complex Objects Mechanical Project 1 - Plate Mechanical Project 2 - Gasket Mechanical Project 3 - Plate Mechanical Project 4 - Rocker Arm Architectural Project 1 - Floor Plan Architectural Project 2 - Floor Plan Civil Project - Parking Lot Setting Up a Layout Printing Concepts Working in Layouts Creating Layouts Creating Layout Viewports Guidelines for Layouts Printing Your Drawing Printing Layouts Print and Plot Settings Projects - Preparing to Print Mechanical Project Architectural Project Text Working with Annotations Adding Text in a Drawing Modifying Multiline Text Formatting Multiline Text Adding Notes with Leaders to Your Drawing Creating Tables Modifying Tables Hatching Hatching Editing Hatches Adding Dimensions Dimensioning Concepts Adding Linear Dimensions Adding Radial and Angular Dimensions Editing Dimensions Projects - Annotating Your Drawing Mechanical Project Architectural Project 1 Architectural Project 2 Civil Project Additional course details: Nexus Humans AutoCAD Level 1 - Essentials training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the AutoCAD Level 1 - Essentials course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

AutoCAD Level 1 - Essentials
Delivered OnlineFlexible Dates
Price on Enquiry

AutoCAD Essentials

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is intended for individuals who want to gain basic and intermediate knowledge of working on AutoCAD Overview Upon successful completion of this course, students will be able to create basic and intermediate drawings utilizing the AutoCAD software In this course, you will learn to navigate the AutoCAD user interfaces and use the fundamental features of AutoCAD. You will learn to use the precision drafting tools in AutoCAD to develop accurate technical drawings. Utilizing the AutoCAD Software Startup Screen The Application Menu The AutoCAD User Interface AutoCAD Options [OP] Saving the Drawing ?Places? for Quicker Access of Drawings Wheel Mouse Tidbits The Governing Body of Workspaces Ribbon Management Layer Properties Manager Assigning a Linetype to a New Layer Off vs. Freeze Practical Features of Layer Walk Creating a Layer State Freezing Individual Layers with Layer Freeze Layer Lock Creating Drawings with AutoCAD Accuracy Measuring a Distance Measuring an Area Creating Basic Objects Object Selection Options Basic Editing Commands Polar Tracking Editing Polylines Variable Width Polyline Command Aliases Move and Copy with ?CTRL? Customizing Rollover Tooltips Cycle Through Stacked Objects Additional Selection Options Stretch Midpoint Between Two Points [M2P] Snap From Hatch Stuff Additional course details: Nexus Humans AutoCAD Essentials training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the AutoCAD Essentials course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

AutoCAD Essentials
Delivered OnlineFlexible Dates
Price on Enquiry

AutoCAD Level 3 - Creating and Presenting 3D Models

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Professionals who want unparalleled creative freedom, productivity, and precision for producing superb 3D modeling. Overview Fundamental concepts and workflows for creating 3D models using AutoCAD, Represent a design by creating solid primitives, solid or surface models from cross-sectional geometry, or composite models from multiple solid models, Complete a solid model design by adding the necessary features to detail, duplicate, and position 3D models, Convert 2D objects to 3D objects, Document a 3D design by creating 2D drawings for production and visualization, Communicate design ideas using visual styles, lights, model walk-through tools, and renderings. In this course, you will learn the fundamental concepts and workflows for creating 3D models using AutoCAD. IntroductionAdvanced Text Objects Annotation Scale Overview Using Fields Controlling the Draw Order Working with Tables Working with Linked Tables Creating Table Styles Projects - Advanced AnnotationDynamic Blocks Working with Dynamic Blocks Creating Dynamic Block Definitions Dynamic Block Authoring Tools Additional Visibility Options Attributes Inserting Blocks with Attributes Editing Attribute Values Defining Attributes Redefining Blocks with Attributes Extracting Attributes Projects - Advanced Blocks & AttributesOutput and Publishing Output For Electronic Review Autodesk Design Review Publishing Drawing Sets Other Tools for Collaboration eTransmit Hyperlinks Cloud Collaboration and 2D Automation Connecting to the Cloud Sharing Drawings in the Cloud Attach Navisworks Files Attach BIM 360 Glue Models Introduction to Sheet Sets Overview of Sheet Sets Creating Sheet Sets Creating Sheets in Sheet Sets Adding Views to Sheets Importing Layouts to Sheet Sets Publishing & Customizing Sheet Sets Transmitting and Archiving Sheet Sets Publishing Sheet Sets Customizing Sheet Sets Custom Blocks for Sheet Sets Projects - Sheet SetsManaging Layers Working in the Layer Properties Manager Creating Layer Filters Setting Layer States CAD Standards CAD Standards Concepts Configuring Standards Checking Standards Layer Translator System Setup Options Dialog Box System Variables Dynamic Input Settings Drawing Utilities Managing Plotters Plot Styles Introduction to Customization Why Customize? Creating a Custom Workspace Customizing the User Interface Using the Customize User Interface (CUI) Dialog Box Customizing the Ribbon Customizing the Quick Access Toolbar Customizing Menus Keyboard Shortcuts Macros & Custom Routines Custom Commands & Macros Running Scripts Action Recorder Editing Action Macros Loading Custom Routines

AutoCAD Level 3 - Creating and Presenting 3D Models
Delivered OnlineFlexible Dates
Price on Enquiry
1...456