Creates a pocket feature from a XML file describing the feature profile.
EXAMPLE XML
<?xml version="1.0" encoding="UTF-8"?>
<GO2cam_DefineFormTool>
<Definition GO2cam="6.10.200" Unit="mm"/>
<Profile>
<Element Cut="YES" Type="LINE" xs="5" ys="0" xe="95" ye="0"/>
<Element Cut="YES" Type="ARC" xs="95" ys="0" xe="100" ye="5" xc="95" yc="5" Way="CCW"/>
<Element Cut="YES" Type="LINE" xs="100" ys="5" xe="100" ye="45"/>
<Element Cut="YES" Type="ARC" xs="100" ys="45" xe="95" ye="50" xc="95" yc="45" Way="CCW"/>
<Element Cut="YES" Type="LINE" xs="95" ys="50" xe="5" ye="50"/>
<Element Cut="YES" Type="ARC" xs="5" ys="50" xe="0" ye="45" xc="5" yc="45" Way="CCW"/>
<Element Cut="YES" Type="LINE" xs="0" ys="45" xe="0" ye="5"/>
<Element Cut="YES" Type="ARC" xs="0" ys="5" xe="5" ye="0" xc="5" yc="5" Way="CCW"/>
</Profile>
</GO2cam_DefineFormTool>