Single Design or Template

1) To Reference design without any modification use designid this can be viewed/changed through management tools

DesignName.ofm

2) Modify design using query string:  

DesignName.ofm?QueryString

Modify Color by C{colornum}={hex color code}

Example 1: Set color 1 to green, Color 2 to blue
DesignName.ofm?C0=00ff00&C1=0000ff

Modify Lettering by L{letternum}.attribute={attributeval}

 

Example 2: Set color 1 to green and lettering 1 text to Hello
DesignName.ofm?C0=00ff00&L0.text=Hello

Possible Additional Attributes for QueryString

 

xoff

Offset from hoop origin to center design in .1mm units

default: 0

yoff

Offset from hoop origin to center design in .1mm units

default: 0

xscale

 Scale factor design element (ie. 1.0 means no scale 2.0 doubles size)

default: 1

 

yscale

Scale factor design element (ie. 1.0 means no scale 2.0 doubles size)

default: 1

horient

 0 – don’t flip horizontally

1 – flip horizontally

default: 0

vorient

0 – don’t flip vertically

1 – flip vertically

default: 0

rotang

 The degrees to rotate element around center 

default: 0

xdim

scale width to this dimension.  If ydim not specified aspect is maintained.

default: -1 (use dimensions in file)

ydim

scale height to this dimension.  If xdim not specified aspect is maintained.

 default: -1 (use dimensions in file)