Getting Started
Welcome to Polyline documentation. Learn how to use our AI-powered assistant to create Fusion scripts more efficiently.
Quick Start
- Go to create.polyline.ai
- Start a new conversation
- Describe what you want to create
Features
- AI-Powered Assistance: Get help with your Fusion scripts
- Code Completion: Smart suggestions as you type
- Error Detection: Catch issues before they happen
- Best Practices: Learn optimal ways to structure your code
Basic Example
import adsk.core, adsk.fusion
def run(context):
app = adsk.core.Application.get()
ui = app.userInterface
# Your code here