• Help Home
  • English (US)
    1. English (US)
    2. 简体中文
    3. Deutsch
    4. Español
    5. Français
    6. Italiano
    7. 日本語
    8. 한국어
    9. Polski
    10. Português (Brasil)
    11. Türkçe
Fusion
    • Get Started in Fusion
      • New to Fusion
      • Join a hub
      • Start Fusion and the Fusion web client for the first time
      • Fusion interfaces
      • Workspaces
      • Projects and hubs
      • Perform basic tasks
      • Walkthrough: Create a design
      • Online resources
      • Subscriptions, extensions, and tokens
      • Try preview features
      • Get started for administrators
      • Reference
    • Collaborate with teammates
    • Extensions
    • Tokens
    • Assemblies
    • Configurations
    • Design: Sketch
    • Design: Solid
    • Design: Surface
    • Design: Mesh
    • Design: Form
    • Design: Sheet Metal
    • Electronics
    • Generative Design
    • Render
    • Animation
    • Simulation
    • Manufacture
    • Drawing
    • Product lifecycle management
    • Programming Interface
    • Performance and Diagnostics
    • Machine Connect
    • Desktop Connector
    • Release Notes
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn

    Sketches.add

    Description

    Demonstrates the Sketches.add method.

    Code Samples

    • Python
    def demo_Sketches_add(rootComp: adsk.fusion.Design.rootComponent):
        # Get the X-Y base construction plane. 
        xYPlane = rootComp.xYConstructionPlane
        
        # Create a sketch on the indicated plane.
        sketches = rootComp.sketches
        sketch = sketches.add(xYPlane)



    © Copyright 2025 Autodesk, Inc. Comment on this page.

    Was this information helpful?

    Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ for more information.

    • Privacy Statement
    • Legal Notices & Trademarks
    • Report Noncompliance
    • © 2025 Autodesk Inc. All rights reserved