Skip to content

Instantly share code, notes, and snippets.

View Capo01's full-sized avatar

Richard Parsons Capo01

View GitHub Profile
@Capo01
Capo01 / Fusion 360 equation driven curve API example
Created July 4, 2018 13:08
Fusion 360 equation driven curve API example
# For more details see: https://capolight.wordpress.com/2018/07/02/how-to-sketch-equation-curves-in-fusion-360/
import adsk.core, adsk.fusion, adsk.cam, traceback, math
def run(context):
ui = None
try:
app = adsk.core.Application.get()
ui = app.userInterface
design = app.activeProduct
# Get the root component of the active design.