2020-08-08
06:38 PM
- last edited on
2022-09-26
10:54 PM
by
Daniel Kassai
Solved! Go to Solution.
2020-09-06 07:03 PM
2020-08-09 01:25 PM
FRAGMENT2
FRAGMENT2 fragment_index, use_current_attributes_flag
FRAGMENT2 ALL, use_current_attributes_flag
The fragment with the given index is inserted into the 2D Full View with the current transformations. If ALL is specified, all fragments are inserted.
use_current_attributes_flag: defines whether or not the current attributes will be used.
0: the fragment appears with the color, line type and fill type defined for it,
1: the current settings of the script are used instead of the color, line type and fill type of the fragment.
FRAGMENT2 3, 1
FRAGMENT2 3, 0
2020-08-09 04:38 PM
2020-09-06 07:03 PM