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

1150 Care courses in Epsom delivered Live Online

Microsoft Excel Advanced

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Work with advanced lookup and reference functions Create macros to automate common tasks Use advanced techniques to analyse data Create PivotTables and PivotCharts Work with data validation tools Import and export data ' Customer Feedback Best Training Ever! Just finished a bespoke 1-1 training course in Excel Advanced, Macros & VBA. Pedro is an excellent trainer, imparting his skills and knowledge in the best way - appropriately to audience skills, knowledge and ability. Pedro is always approachable, encouraging and supportive, giving delegates the optimum learning environment. I would not hesitate to recommend Pedro as a trainer, whatever your level of ability. Amanda Morris - Treasury & Systems Accountant at Reall - Real Equity for All The course was very interesting and engaging and will definitely be put to use. The trainer was very helpful and charismatic. Marving Lopez - AM Best Europe Pedro was excellent. Very knowledgeable, clear and great rapport with class. Darren Barkey - Direct Wines Great content and learnt a lot. Really enjoyable :) Kristie-Lee Ryan - Stirling Ackroyd 1 year email support service Take a closer look at the consistent excellent feedback visiting our site ms-officetraining co uk With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering classrom, one to one, tailored and bespoke courses. Tailored In Company training: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Please visit our site (ms-officetraining co uk) to get a feel of the excellent feedback our courses have had and look at other courses you might be interested in. Advanced Functions COUNT, COUNTA, COUNTIF, COUNTBLANK, SUMIF, SUBTOTAL IF, OR, AND, IFERROR VLOOKUP to lookup Exact Values and Approximate values MATCH, INDIRECT, ROW/COLUMN, INDEX, OFFSET Analysing Data PMT function to calculate a monthly payment of a loan What If Analysis using Goal Seek Use scenarios to consider many different variables Using Solver Add-in to optimize variables PivotTables Create a PivotTable to analyse worksheet data Add or remove fields in a PivotTable Change the data source for a PivotTable Working with external data sources Using different Statistical Functions Calculate a Running Total, % of Grant Total, Difference From… Using the Slicer and Timeline to filter the PivotTable Using Filters in a PivotTable Group by Date, Auto Group by ranges of values, Custom Group Create a PivotChart The GETPIVOTDATA function Formula auditing Precedents and dependents Error checking Watch a formula and its result by using the Watch Window Evaluate a nested formula one step at a time Data Validation Number Validation Data List Validation Message Prompts and Alerts Conditional Data Validation Data Validation Errors Consolidation Consolidate data by position Consolidate data by category Use a formula to consolidate data Outline (group) data in a worksheet Create an outline of rows Create an outline of columns Copy outlined data Hide or remove an outline Connect external data to your workbook Using the Power Query Editor to import data From Text and CSV, From Access, From Web, From another Workbook Using the Power Query Editor to; Transform your data by Selecting which fields to import, by Splitting Columns, Changing Data Type and more. Deleting Applied Steps Refreshing your data Working with Form Controls; Buttons, Option Buttons and Scroll Bars Introduction to Macros Change Macro Security settings How to Record a macro Some Macro Examples Delete a macro Edit the macro to view the VBA code Copy part of a macro to create another macro Assign a macro to a button Who is this course for? Who is this course for? This course is intended to end users who want to develop their skills so they can use advanced techniques to analyse extensive and complex datasets in Excel and to automate simple tasks with the use of Macros. Requirements Requirements Preferably, delegates should have attended the Excel Intermediate course. Career path Career path Excel know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills Certificates Certificates Certificate of completion Digital certificate - Included

Microsoft Excel Advanced
Delivered OnlineFlexible Dates
£550

Microsoft Excel Macros & VBA - Online classroom

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Record and edit a Macro Assign macros to keyboard shortcuts, Quick Access Toolbar, Buttons and Shape objects. Use the Visual Basic Editor; change the properties of an object; add a module to a project; write the code for a procedure and then run it; and use the Object Browser to search procedures Manipulate data by declaring variables of different data types; combine data by using expressions; use functions to accept input and display output; and declare variables and procedures with the appropriate scope Use decision structures to create procedures that make decisions; and use loop structures to perform repetitive tasks Create an error handling routine in case things go wrong with VBA code ' 1 year email support service Take a closer look at the consistent excellent feedback from our growing corporate clients visiting our site ms-officetraining co uk Customer Feedback Best Training Ever! Just finished a bespoke 1-1 training course in Excel Advanced, Macros & VBA. Pedro is an excellent trainer, imparting his skills and knowledge in the best way - appropriately to audience skills, knowledge and ability. Pedro is always approachable, encouraging and supportive, giving delegates the optimum learning environment. I would not hesitate to recommend Pedro as a trainer, whatever your level of ability. Amanda Morris - Treasury & Systems Accountant at Reall - Real Equity for All The trainer was very knowledgeable, kept everyone involved and was enthusiastic. A great experience.. Simon Harper - Lloyd's of London My learning experience was awesome. Perdinand Reagan - Subsea7 Very nice and relaxed approach to teaching. Was definitely a good learning experience. Jerome Pupe - S5 Agency World The Trainer – Very positive + patient + helpful + thorough Agnes Souza - Direct Wines ' With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering classroom, one to one, tailored and bespoke courses. Tailored In Company training: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Introduction to Macros and VBA Introducing Visual Basic for Applications Recording a Macro Naming conventions for Macro Procedures Running a Macro Absolute or Relative Cell Referencing Saving and Opening Files with Macros Making macros always available Adding Macros to Keyboard Shortcuts, Quick Access Toolbar, Buttons and Shapes Editing a Macro in the Visual Basic Editor Understanding the Development Environment Customising the Editor Tips for General Typing in VBA Using Visual Basic Help Working with Procedures Program Design Understanding Modules Naming Rules Creating a Module Understanding Procedures Programming Macro Concepts Creating a Subroutine Creating a Function Understanding Arguments Exiting Procedures Calling Procedures Objects, Properties, Methods and Events Understanding Objects Properties, Methods, and Events Navigating the Object Hierarchy Understanding Collections Accessing a Member of a Collection Understanding Hierarchy Using the Object Browser Using the With Statement Working with Properties Working with Methods Creating an Event Procedure Reserved Macro Names Using Expressions, Variables and Intrinsic Functions Understanding Expressions and Statements Declaring Variables Understanding Data Types Determining the Value of Variables Working with Variable Scope Using Built-in VBA Functions Understanding Constants Using Message Boxes Controlling the Answer to a Message Box Using Input Boxes Declaring and Using Object Variables Controlling Program Execution Understanding Control-of-Flow Structures Using the If...End If Decision Structures Nested If Statements Using the Select Case ... End Select Structure Using the Do ... Loop Structure Using the For ... Next Structure Using the For Each ... Next Structure Guidelines for Use of Control-of-Flow Structures Debugging and Handling Errors Understanding Errors Using Debugging Tools Setting Breakpoints and Using Break Mode Stepping Through Code Trapping Errors with the On Error Statement Understanding the Err Object Working with Inline Error Handling Writing an Error-Handling Routine Working with Forms and Controls Understanding UserForms Creating a Form Displaying and Removing a Form Aligning and Sizing Controls Using the Toolbox Working with a Form's Properties, Methods, and Events Working with Form and Control Properties, Methods and Event Setting the Tab Order Populating a Control Who is this course for? Who is this course for? This course is designed to give proficiency in the Visual Basic Editor (VBE), predominantly making use of Excel objects, understanding Object's Properties, Events and Methods, basic VBA Object oriented programming, event handling, control structures, and debugging tools. Requirements Requirements Preferably, delegates should have attended the Excel Advanced course. Career path Career path Excel know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills Certificates Certificates Certificate of completion Digital certificate - Included

Microsoft Excel Macros & VBA - Online  classroom
Delivered OnlineFlexible Dates
£550

Revit Architecture Training for 15 hours - Live and Online​

By FirstScale Revit Consultant and Training

Revit Architecture Training is for 15 hours £525, and the Revit classes are one-to-one which will improve your learning. Revit Architecture course is 100% practical and hands-on training.

Revit Architecture Training for 15 hours - Live and Online​
Delivered OnlineFlexible Dates
£525

Revit MEP Training for 15 hours - Live and Online

By FirstScale Revit Consultant and Training

The Revit MEP course (£525), offers you individual learning (One to One) to improve your skills in Revit, and this course extends to 15 hours.

Revit MEP Training for 15 hours - Live and Online
Delivered OnlineFlexible Dates
£525

Revit Structure Training - 15 Hours - Basic to Intermediate

By FirstScale Revit Consultant and Training

The Revit Structure Training is for 15 hours, £525, and it will cover from Introduction to Intermediate in small classes with only 1 people per class.

Revit Structure Training - 15 Hours - Basic to Intermediate
Delivered OnlineFlexible Dates
£525

3D Studio Max and CAD Courses 1 on 1

By ATL Autocad Training London

These courses are designed for aspiring 3D artists, students, graduates, creative professionals, CAD designers, and anyone passionate about 3D art. Whether you're looking to launch a career, enhance existing skills, or explore new creative avenues, our courses provide comprehensive training tailored to various skill levels and interests. Check our Website Duration: 16 hours Method: 1-on-1 and Tailored content Dates and Times: Select your preferred hour from Monday to Saturday, available between 9 am and 7 pm. CAD and 3D Studio Max Training Course Duration: 16 hours Course Outline: Introduction to AutoCAD Familiarizing yourself with the AutoCAD interface Navigating the drawing environment Mastering fundamental 2D geometry creation Exploring essential drawing tools and commands Introduction to blocks and symbols for efficient design Advanced AutoCAD Techniques Delving into advanced drawing methods Proficiently manipulating and editing 2D geometry Crafting custom symbols and blocks for enhanced productivity Working with text and annotations for clear communication Utilizing layers and line types for organized design 3D Modeling in AutoCAD Venturing into the world of 3D modeling Precision crafting of 3D solids and surfaces Seamless modification and manipulation of 3D geometry Crafting custom materials and textures for realistic designs Effective utilization of AutoCAD's lighting and camera systems Introduction to 3ds Max Embracing the 3ds Max interface and configuring the workspace Proficiency in navigating within 3ds Max Understanding the viewport for optimized design Exploring basic 3D modeling techniques in 3ds Max Materials and Textures in 3ds Max Application and modification of textures for enhanced designs Mastering the art of UVW mapping for precise texturing Utilizing the material editor for creative freedom Crafting custom materials aligned with your design vision Harnessing the power of Vray materials for lifelike renders Lighting in 3ds Max Introduction to various lighting techniques Grasping light properties for impactful designs Strategic setup of lights to enhance scenes Illuminating scenes with Vray lights Cameras in 3ds Max Mastery of camera systems in 3ds Max Exploring camera properties for cinematic effects Creating animations with cameras for dynamic scenes Utilizing Vray cameras for stunning renders Rendering in 3ds Max Unveiling the art of rendering Utilizing Vray Global Illumination for realistic lighting Leveraging Vray Physical Cameras for precise control Enhancing scenes with Vray HDRI Lighting Following a Vray Rendering Workflow for professional results Advanced Modeling Techniques Proficiency in crafting complex geometry Utilizing modifiers for intricate designs Exploring polygonal modeling for versatile creations Creating both organic and inorganic models with expertise Unleashing the potential of advanced modeling techniques Projects Application of acquired skills to create real-world scenes Designing a detailed interior scene with meticulous attention Crafting a visually impactful exterior scene Creating a complex scene featuring multiple objects and materials Course Requirements: A computer with AutoCAD and 3ds Max installed Basic knowledge of computer operations A keen interest in 2D and 3D modeling and design Course Goals: Upon course completion, you will possess a comprehensive understanding of AutoCAD and 3ds Max, enabling you to craft intricate 3D scenes enriched with advanced materials, textures, lighting, and rendering. These newfound skills empower you to advance your capabilities in both 2D and 3D modeling and rendering. Upon successful completion of this comprehensive AutoCAD and 3ds Max training, participants will attain the following skills: AutoCAD Proficiency: Mastery of 2D geometry, drawing tools, and symbols. Advanced AutoCAD Techniques: Expertise in editing, custom blocks, text, and layers. 3D Modeling in AutoCAD: Competence in crafting 3D solids, textures, and lighting. Introduction to 3ds Max: Proficient navigation of the interface and fundamental 3D modeling. Materials and Textures: Application and customization of textures using Vray. Lighting and Cameras: Mastery of lighting and camera systems within 3ds Max. Rendering: Production of high-quality renders through Vray. Advanced Modeling: Proficiency in handling complex geometry and creating organic models. Real-World Projects: Capability to design interiors, exteriors, and intricate scenes. Skills Acquired: Mastering 3D Modeling Techniques in 3D Studio Max Advanced Texturing and Material Application Skills Proficiency in Lighting and Rendering Techniques Expertise in Animation and Keyframe Techniques Comprehensive Scene Composition and Camera Setup Knowledge Career Opportunities: Senior 3D Modeler Experienced CAD Designer Lighting and Rendering Specialist Animation Director Architectural Visualization Expert Upon completing our 3D Studio Max and CAD Courses, students will acquire advanced 3D modeling, animation, and CAD design skills, paving the way for rewarding careers in roles such as Senior 3D Modeler, CAD Designer, Lighting Specialist, Animation Director, and Architectural Visualization Expert. You will gain access to the following benefits: An Autocad and 3ds Max Certificate of Attendance. A comprehensive PDF training guide for 3ds Max and CAD. Real-time feedback during sessions, with the option to record them as video archives. We offer the following advantages: Price guarantee to ensure the best value for your investment. Personalized one-on-one training for focused learning. Flexible scheduling options available seven days a week, from 9 am to 7 pm. Lifetime email and phone support for ongoing assistance. Assistance with software installation and computer setup. Referral discounts and special offers on group training courses.

3D Studio Max and CAD Courses 1 on 1
Delivered in London or OnlineFlexible Dates
£576

Creative Art Journaling for self-care: Tips to live more mindfully

By Wellbeing Journaling

Learn how to improve sleep & focus, replace negative thoughts with positive ones and reconnect with yourself. Scientific evidence supports the theory that journaling can have a positive effect on your wellbeing. It facilitates the process of reframing, changing mindset and increasing positivity and happiness.

Creative Art Journaling for self-care: Tips to live more mindfully
Delivered OnlineFlexible Dates
£15

3ds Max Essential Training Course

By ATL Autocad Training London

Course Title: 3ds Max Essential Training Course Perfect for novice 3ds Max users, our Essentials Training Course, hosted by an Autodesk Certified Trainer, equips you with core skills for creating 3D models and animations. Click here for more info: Website Duration: 16 hours Method: 1-on-1, Personalized Attention, Tailored Content, Flexible Pace, Individual Support Schedule: Tailor your own schedule by pre-booking a convenient hours, available from Mon to Sat between 9 am and 7 pm. Course Highlights: Comprehensive Learning: Covering 3ds Max from the basics, including interface navigation and customization, to essential skills for professional 3D modeling and animations. Expert Guidance: Certified tutors and industry experts provide personalized attention, ensuring a deep understanding of 3D concepts. Flexible Scheduling: Tailor the learning experience to your pace and preferences, with one-on-one sessions available from Monday to Sunday. Interactive Learning: Engage in hands-on exercises and practical projects, enhancing your skills in a real-world context. Job Opportunities: Upon completion, students can pursue careers as: 3D Modelers: Creating detailed 3D models for games, movies, or architectural visualization. Animation Artists: Designing engaging animations for various media platforms. Visual Effects (VFX) Artists: Working on special effects for films, TV shows, and commercials. Architectural Visualizers: Producing realistic architectural renders for construction and design projects. Game Designers: Developing immersive game environments and characters. Recommended Reading: "3ds Max 2022 for Beginners" by CADFolks: A beginner-friendly guide covering fundamental concepts and techniques in 3ds Max. "Mastering Autodesk 3ds Max 2022" by Nicholas Boughen: A comprehensive resource for mastering advanced features and workflows in 3ds Max. "The Animator's Survival Kit" by Richard Williams: A classic animation guide providing valuable insights for aspiring animators. These books offer valuable knowledge and techniques, complementing the skills learned in the course and aiding in future career endeavors. Upon completing the 3ds Max Basic to Fundamentals Training Course, participants will: Master 3ds Max Tools: Gain a deep understanding of the software interface, tools, and navigation, enabling efficient 3D modeling and animation. Create Complex Models: Develop proficiency in creating intricate 3D models, including objects, characters, and architectural elements, using various modeling techniques. Apply Realistic Textures: Learn to apply textures, maps, and materials to enhance the realism of 3D models, understanding diffuse, bump, and reflective materials. Perfect Lighting and Rendering: Acquire skills in setting up various lights, environment lighting, and global illumination for realistic renderings, optimizing rendering settings for quality output. Animate with Precision: Master keyframe animation, path animation, and constraints, bringing 3D scenes to life with smooth and accurate motion. Understand Dynamics and Simulations: Explore basic dynamics and simulations, including particle systems, creating dynamic and interactive 3D environments. Problem-Solve Creatively: Develop problem-solving skills for common challenges in 3D design, using innovative techniques and tools. Professional Project Execution: Apply learned skills to real-world projects, ensuring a professional approach to 3D modeling, animation, and visualization. By the end of the course, participants will be equipped with the knowledge and skills to confidently create visually stunning 3D models, animations, and visualizations, making them proficient 3ds Max users ready for diverse industry applications. Course Highlights: Comprehensive Learning: Covering 3ds Max from the basics, including interface navigation and customization, to essential skills for professional 3D modeling and animations. Expert Guidance: Certified tutors and industry experts provide personalized attention, ensuring a deep understanding of 3D concepts. Flexible Scheduling: Tailor the learning experience to your pace and preferences, with one-on-one sessions available from Monday to Sunday. Interactive Learning: Engage in hands-on exercises and practical projects, enhancing your skills in a real-world context. Job Opportunities: Upon completion, students can pursue careers as: 3D Modelers: Creating detailed 3D models for games, movies, or architectural visualization. Animation Artists: Designing engaging animations for various media platforms. Visual Effects (VFX) Artists: Working on special effects for films, TV shows, and commercials. Architectural Visualizers: Producing realistic architectural renders for construction and design projects. Game Designers: Developing immersive game environments and characters. Recommended Reading: "3ds Max 2022 for Beginners" by CADFolks: A beginner-friendly guide covering fundamental concepts and techniques in 3ds Max. "Mastering Autodesk 3ds Max 2022" by Nicholas Boughen: A comprehensive resource for mastering advanced features and workflows in 3ds Max. "The Animator's Survival Kit" by Richard Williams: A classic animation guide providing valuable insights for aspiring animators. These books offer valuable knowledge and techniques, complementing the skills learned in the course and aiding in future career endeavors. Receive ongoing email support for a lifetime. Access comprehensive handouts and valuable documents. Explore flexible financial support choices, including installment plans and funding through job center plus and DWP (Contact us for specifics). Rest assured with our money-back guarantee: If you're dissatisfied after your initial session, we address your concerns and provide a refund if necessary (Terms and conditions may apply). Get help with computer optimization to enhance software performance in Autocad, 3ds Max, and Photoshop on both PC platforms. Benefit from our industry connections, facilitating portfolio promotion and job opportunities.

3ds Max Essential Training Course
Delivered in London or OnlineFlexible Dates
£558

AutoCAD Architecture 1 on 1 Course

By ATL Autocad Training London

Why Choose AutoCAD Architecture 1 on 1 Course? Our courses for AutoCAD and AutoCAD Architecture. AutoCAD conveys design intent through Lines and Circles, AutoCAD Architecture enhances these elements with walls, doors, windows and AEC. Click here for more info: Website When Can I Reserve My Spot? 1 on 1 training and available from Monday to Saturday, 9 am to 7 pm Duration: 16 hours, which you can flexibly book. Training Method: 1-on-1, in-person face-to-face or live online training. AutoCAD Architecture 3D Course Overview: AutoCAD Architecture Introduction Distinguishing AutoCAD Architecture from AutoCAD LT Exploring the User Interface and 3D Viewing Wall Construction and Customization: Adding Walls to the Model Creating Specialized Curtain Walls Modifying Walls for Specific Needs Joining Walls for Complex Structures Incorporating Wall Openings for Doors and Windows Ceiling Plans (Reflected): Establishing Ceiling Grids and Construction Details Customizing Ceiling Grids for Design Consistency Inserting Ceiling Fixtures and Detailed Construction Structural Design and Analysis: Utilizing Structural Elements and Online Resources Constructing Column Grids and Annotating Columns Adjusting Column Grids and Annotations Enhancing Clarity with Column Grid Annotations Stairs: Designing and Customizing Stairs Adding Railings and Detailed Construction Refining Railings and Detailed Construction Floors and Slabs: Creating Floor Slabs with Construction Details Aligning Floor Slabs with Design Specifications Editing Slabs Using Slab Tools and Construction Details Roofs and Roof Detailing: Roof Creation for the Building Designing Roof Slabs for Specific Areas Modifying Roofs and Roof Slabs as Needed Precise Roof Detailing with Roof Slab Tools Annotation: Scaling Detail Drawings and Annotations Incorporating Text, Leaders, and Comments Accurate Dimensioning in AutoCAD Architecture Enhancing Clarity with Various Annotation Tools Equipment and Furnishings: Integrating Interior and Exterior Furnishings Incorporating Blocks and 3D Models for Realism Leveraging Tool Palettes and Autodesk Seek Resources Model Views Ready for Printing PDF: Creating Callouts for Specific Views Designing Elevations, Sections, and Construction Details Modifying Callout Objects for Improved Visualization Implementing Live Sections and Elevations Generating Reports and Managing Project Resources Schedules: Adding Door and Window Labels Editing Label Data for Accuracy Creating Schedules for Efficient Project Management Customizing Schedules to Meet Specific Requirements This comprehensive AutoCAD Architecture 3D course equips participants with the skills needed to create intricate 3D architectural models, implement construction details, and efficiently manage project resources. It empowers participants to produce professional-grade architectural designs using AutoCAD Architecture software." Upon completion of the AutoCAD Architecture 1-on-1 Course, participants will demonstrate proficiency in architectural design using the application. They will have mastered essential techniques, gained expertise in drawing management, refined their model visualization skills, and earned an accredited certificate. This tailored learning experience, coupled with post-course support and practical exercises, will significantly boost career prospects in the field. Download Autocad Architecture Training Choices: Personalized in-person or Live online courses. Tailored courses designed to meet your specific knowledge and project needs. Customized Learning: Adapt the course to match your existing skills and project requirements. Certifications: Instructors certified by Autodesk. AutoCAD Architecture training Certificate of Attendance. Expert Guidance: Learn from Autodesk Certified Instructors with extensive professional experience. Interactive Learning: Engage in practical, hands-on training. Follow step-by-step demonstrations and practice in real-time. Keep your course-created files for future reference. Comprehensive Resources: Receive a detailed training guide for ongoing reference. Earn an e-certificate upon successful course completion. Post-Course Assistance: Access lifetime email support from your instructor. Prerequisites: Basic familiarity with standard AutoCAD or equivalent knowledge. Version Versatility: Training available for any AutoCAD Architecture version to suit your requirements." Thorough Learning Experience: Establish a robust 3ds Max foundation and master vital skills for crafting impressive 3D models and visualizations. Customized Instruction: Benefit from one-on-one guidance provided by seasoned instructors, ensuring focused and tailored learning. Flexible Learning Paths: Select between in-person or live online sessions, granting you the flexibility to learn from any location. Lesson Recordings: Gain access to recorded lessons for future reference, facilitating self-paced review of course content. Ongoing Email Assistance: Access continuous email support from our experts to address any queries or seek clarifications. Complimentary Career Guidance: Receive valuable career advice from industry professionals, assisting you in charting a successful course in the realm of 3D modeling and visualization."

AutoCAD Architecture 1 on 1 Course
Delivered in London or OnlineFlexible Dates
£558

Vectorworks Intermediate Training Course

By ATL Autocad Training London

Who is this course for? Vectorworks Intermediate Training Course. This intermediate course empowers designers with Vectorworks skills, enhancing productivity and enabling the creation of intricate, high-quality designs. Design career with this essential training. Vectorworks courses cater to individuals of all skill levels. Click here for more info: Website Scheduling: 1-on-1 training, your schedule. Book any hour, Mon to Sat, 9 am - 7 pm. Call 02077202581 to reserve. Duration: 16 hours. Method: In-person sessions and live online.  Comprehensive Course Outline Please note that the following is a general outline, and the specific topics covered during your training will be tailored to your student level, available time, and course preferences. Essential Foundations Navigating the Interface and User-Friendly Navigation Document Settings Adjustment and Template File Creation Effective File Navigation: Zooming, Panning, and Page Fitting Object Selection Techniques and Deletion Creating Basic Drawings with Precision Utilizing Object Snaps for Accurate Drawing Understanding the Object Info Palette Exploring Fundamental 2D Tools and Tool Modes Crafting Complex Lines and Shapes Project Organization Efficiently Organizing Your Drawings Using Classes Customizing Colors, Line Types, and Line Thickness Views Management: Saving and Editing Views Annotating and Printing Your Designs Adding Text and Annotations Incorporating Dimensions for Clarity Preparing and Printing Your Drawings Advanced Presentation Techniques Leveraging the Power of Sheets and Viewports Creating Standard and Cropped Viewports Annotating and Editing Viewports Exploring Viewport Display Overrides and Sheet Layer Printing Streamlining Workflows Between Viewports and Design Layers Efficiently Saving and Editing Views for Navigation Enhancement Importing DWG and File Formats Importing and Effectively Working with DWG Files Integrating Sketches and Photos into Your Drawings Enhancing Efficiency Creating and Editing Symbols Resource Browser: Management and Organization of Symbols Maximizing Productivity with Worksheets, Schedules, and Reports Custom Attribute Creation and Management (Hatches, Gradients, and Image Fills) Designing Custom Title Blocks Free 30-day Trial Vectorworks https://www.vectorworks.net/trial After completing this course, you will: Master Vectorworks: Gain proficiency in Vectorworks software, including its interface and essential design tools. Precise Drawing: Create accurate drawings with dimensions and object snaps. Project Management: Efficiently organize and manage design projects using classes and views. Clear Presentation: Annotate and dimension your drawings for professional presentations and printing. Advanced Presentation: Learn advanced presentation techniques, including sheets and viewports. File Integration: Work with DWG files, sketches, and photos to enhance your designs. Efficiency Boost: Discover time-saving workflows, symbol creation, and customization. Top Job Opportunities for Designers: Architectural Drafter Interior Designer Landscape Designer CAD Technician Graphic Designer Construction Estimator Product Designer Set Designer Event Planner Urban Planner These roles span various industries and offer career growth for Vectorworks-trained designers in fields like architecture, engineering, entertainment, and more. Tailored Vectorworks Training Our Vectorworks courses are customized to your needs, offering 1-2-1 sessions that adapt content to your expertise, experience, and project requirements. Whether in class, onsite, or via live online sessions, these bespoke courses ensure optimal learning outcomes. Course Overview Begin your journey into Vectorworks, unlocking the potential for digital 2D and 3D visualization in interior design, architecture, 3D modeling, and landscaping. Vectorworks, a user-friendly industry-standard software, is suitable for both PC and Mac users. Course Highlights Master proper drawing setup and utilize 2D drawing tools for professional plans and elevations. Navigate and leverage the built-in symbol library effectively. Transform 2D plans into fully rendered 3D perspectives with textures and lighting. Create a comprehensive project presentation print. (Note: This course does not cover complex curved shapes.) Tailored Training | Vectorworks Personalized One-on-One Guidance Flexible Learning Schedule Ongoing Post-Course Support Access to Extensive Learning Materials Recognition with a Certificate of Attendance Affordable Training Rates Assistance with Software Configuration Rewards for Referrals Special Group Training Discounts Convenient Hours to Suit Your Schedule Customized Courses for Your Animation Needs

Vectorworks Intermediate Training Course
Delivered in London or OnlineFlexible Dates
£558