Sum equation symbol used with the EQN_SumOf equation function.
---------- 00000000000000000000000000000000000 A 0000000 000000 | 0000000 000 | 0000000 00 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 000000 | 000 | 0000 height | 0000 | 0000 \ | 0000 \ | 0000 lineWidth | 0000 | 0000 | 0000 | 0000 00 | 0000 000| | 0000 000000| V 000000000000000000000000000000000000 | -------- 000000000000000000000000000000000000 | | | | | | width | |<------------------------------------>|
// Define in elementfigure.add({ make: 'equation', elements: { sigma: { symbol: 'sum' }, }, forms: { form1: { sumOf: ['sigma', 'a', 'a = 0', 'n'] }, },}); Copy
// Define in elementfigure.add({ make: 'equation', elements: { sigma: { symbol: 'sum' }, }, forms: { form1: { sumOf: ['sigma', 'a', 'a = 0', 'n'] }, },});
// Define inline simple one usefigure.add({ make: 'equation', forms: { form1: { sumOf: ['sum', 'a', 'a = 0', 'n'] }, },}); Copy
// Define inline simple one usefigure.add({ make: 'equation', forms: { form1: { sumOf: ['sum', 'a', 'a = 0', 'n'] }, },});
// Define inline with reuseconst eqn = figure.add({ make: 'equation', forms: { form1: { sumOf: ['s1_sum', 'a', 'a = 0', 'n'] }, form2: { sumOf: ['s1', 'a', 'a = 0', 'm'] }, },});eqn.animations.new() .goToForm({ delay: 1, target: 'form2', animate: 'move' }) .start(); Copy
// Define inline with reuseconst eqn = figure.add({ make: 'equation', forms: { form1: { sumOf: ['s1_sum', 'a', 'a = 0', 'n'] }, form2: { sumOf: ['s1', 'a', 'a = 0', 'm'] }, },});eqn.animations.new() .goToForm({ delay: 1, target: 'form2', animate: 'move' }) .start();
// Define inline with customizationfigure.add({ make: 'equation', forms: { form1: { sumOf: [{ sum: { lineWidth: 0.01 } }, 'a', 'a = 0', 'n'] }, },});@interface Copy
// Define inline with customizationfigure.add({ make: 'equation', forms: { form1: { sumOf: [{ sum: { lineWidth: 0.01 } }, 'a', 'a = 0', 'n'] }, },});@interface
Sum equation symbol used with the EQN_SumOf equation function.
---------- 00000000000000000000000000000000000 A 0000000 000000 | 0000000 000 | 0000000 00 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 000000 | 000 | 0000 height | 0000 | 0000 \ | 0000 \ | 0000 lineWidth | 0000 | 0000 | 0000 | 0000 00 | 0000 000| | 0000 000000| V 000000000000000000000000000000000000 | -------- 000000000000000000000000000000000000 | | | | | | width | |<------------------------------------>|Example
Example
Example
Example