API Reference

Complete API reference for Fusion scripting with Polyline.

Core Concepts

Understanding the fundamental concepts of the Fusion API and how to use them with Polyline.

Common Operations

  • Creating and manipulating sketches
  • Working with 3D geometry
  • Managing components and assemblies
  • Handling parameters and dimensions

Example Usage

import adsk.core, adsk.fusion

def run(context):
    app = adsk.core.Application.get()
    design = app.activeProduct
    rootComp = design.rootComponent