LineStylePatterns Enumerator
Description
Specifies the line styles that can be applied to custom graphics lines and curves.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
| Name | Value | Description |
| centerLineStylePattern | 1 | A center line type of pattern which is a series of long and short lines. |
| continuousLineStylePattern | 0 | A solid line with no breaks. |
| dashedLineStylePattern | 2 | A center line type of pattern made of a series of short lines. |
| dotLineStylePattern | 3 | A center line type of pattern made of a series of dots. |
| hiddenLineStylePattern | 4 | A center line type of pattern made of a series of short lines. |
| phantomLineStylePattern | 5 | A center line type of pattern made of a series of a long line and two short lines. |
| tracksLineStylePattern | 6 | A center line type of pattern made of a single continuous line and many short perpendicular lines. |
| zigzagLineStylePattern | 7 | A center line type of pattern made of a series of 45 degree lines to create a zig-zag pattern. |
