TimelineBuilderJob.createTimeline Method

Parent Object: TimelineBuilderJob
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineBuilderJob.h>

Description

Creates and starts a new TimelineBuilderJob from the given BRep body.

The new job is registered with the Job Manager and begins executing immediately. Use Job.getStatus to poll progress and TimelineBuilderJob.getResultDocument to retrieve the produced document once the status is CompletedJobStatus.

Syntax

This is a static method.
returnValue = adsk.fusion.TimelineBuilderJob.createTimeline(body)
This is a static method.
#include <Fusion/Fusion/TimelineBuilderJob.h>

returnValue = adsk::fusion::TimelineBuilderJob::createTimeline(body);
This is a static method.
returnValue = adsk.fusion.TimelineBuilderJob.createTimeline(body);

Return Value

Type Description
TimelineBuilderJob The newly created TimelineBuilderJob, or null if the job could not be started.

Parameters

Name Type Description
body BRepBody The BRepBody to use as input.

Version

Introduced in version July 2026