API changes - 2.35 |
+ public bool UseDefaultConfiguration { get; set; }
+ public CenterJobItemEventArgs( bool Individually = true )
+ public bool Individually { get; set; }
+ protected int DoCalculateTotalNumberOfPasses( IList<ExecutionSequence> executionSequences )
+ public virtual bool HasFiniteMultiplePasses( )
+ public virtual bool HasInfinitePasses( )
+ public virtual bool HasFiniteMultiplePasses( )
+ public virtual bool HasInfinitePasses( )
- public IList<ExecutionSequence> ResolveExecutionSequences( IList<IList<ExecutionSequence>> allExecutionSequences )
+ public IList<ExecutionSequence> ResolveExecutionSequences( IList<ValueTuple<IList<ExecutionSequence>, bool>> allExecutionSequences )
- public int Executions { get; set; }
+ public int? Executions { get; set; }
- public virtual IList<VectorGraphicPath> PrepareExecution( CommandListType commandListType, PenSet penSet, dmat4 transformation, bool doRamping, bool onlyGeometric, bool resolveShouldMark )