-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy patharc2.xml
More file actions
20 lines (20 loc) · 697 Bytes
/
arc2.xml
File metadata and controls
20 lines (20 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<command version="3" name="Arc with axes" icon="arc2.png" run="python arc.py {P1},{P2},{P3} {Segments} 1">
<parameter required="true" type="point">
<name>P1</name>
<description>Start point of arc</description>
</parameter>
<parameter required="true" type="point">
<name>P2</name>
<description>Middle point on arc</description>
</parameter>
<parameter required="true" type="point">
<name>P3</name>
<description>End point of arc</description>
</parameter>
<parameter required="true" maxvalue="144" type="natural">
<name>Segments</name>
<description>Number of segments (0 - auto)</description>
<value>5</value>
</parameter>
</command>