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.
This is a static method. |
This is a static method. |
This is a static method. |
| Type | Description |
| TimelineBuilderJob | The newly created TimelineBuilderJob, or null if the job could not be started. |
| Name | Type | Description |
| body | BRepBody | The BRepBody to use as input. |