Automatic creation of a path
If it's easy shape, the path can also be created automatically. After specifying the shape which you want to create from a dropdown list at the time of line mode, your push of "..." button will open the setups window of an automatic layout.
- Lines

- Begin / End
 Specify the position used as the starting point and the endpoint of the path at a percentage. A left side is an x-coordinate and a right side is y-coordinate.
- Devision
Add the point for a number of partitions between a starting point and a endpoint. For example, when you specify 3, a line segment will be divided into three, that is, two points will be added.

- Polygon

- Center
Specify at percentage the center position of the circle inscribed in the polygon. A left side is an x-coordinate and a right side is y-coordinate.
- Radius
Specify the radius of the bordering circle at a percentage.
- Vertex
Specify the number of polygonal vertexes. For example, it becomes a triangle if a parameter is 3.
- Angle
Specify the starting point of the path at an angle of the clockwise rotation which made right above 0 degree.
- Division
Specify which adds a point to one side. For example, when you specify 3, each sude will be divided into three, that is, two points will be added.

- File
It can place based on the position list created by Microsoft Excel etc. The file of a CSV format saved by the ASCII encode (only half-width alphanumerical) is supported. But, a file should satisfy the undermentioned requirements.
- A header information does not append to the 1st line.
- Input an x-coordinate and y-coordinate for every line in order of a point.
Sample of file |
0,0
0,10
50,50
100,66
:
|