You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
818 B
29 lines
818 B
<!DOCTYPE KigMacroFile>
|
|
<KigMacroFile Number="1" Version="0.9.0" >
|
|
<Macro>
|
|
<Name>Evolute</Name>
|
|
<Description>Evolute of a curve</Description>
|
|
<ActionName>objects_new_evolute</ActionName>
|
|
<IconFileName>evolute</IconFileName>
|
|
<Construction>
|
|
<input requirement="curve" id="1">
|
|
<UseText>Evolute of this curve</UseText>
|
|
<SelectStatement>Select the curve...</SelectStatement>
|
|
</input>
|
|
<intermediate action="push" type="hierarchy" id="2" >
|
|
<input requirement="point" id="1" />
|
|
<input requirement="curve" id="2" />
|
|
<result action="calc" type="CocCurve" id="3" >
|
|
<arg>2</arg>
|
|
<arg>1</arg>
|
|
</result>
|
|
</intermediate>
|
|
<result action="calc" type="Locus" id="3" >
|
|
<arg>2</arg>
|
|
<arg>1</arg>
|
|
<arg>1</arg>
|
|
</result>
|
|
</Construction>
|
|
</Macro>
|
|
</KigMacroFile>
|