Determine whether all following objects will be added as either: Dark, Clear, or Composite Level. For more information about composites, please view Help Center: About Composites
Note: Using a "Composite Level" Number will allow you to directly assign a composite level number. When choosing Dark or Clear, FAB 3000 automatically determines what composite level to use.
Rout Description:
WIDTH,POINT_COUNT,[X],[Y],[...]
WIDTH is the rout path tool width.
POINT_COUNT is the number of points for the nc path.
X,Y,... are the X,Y point array.
Example: 2.2,2,0,10,@Right-0,10
Score Description:
X1,Y1,X2,Y2
X1,Y1 is the start point.
X2,Y2 is the end point.
Note: Score lines only contain two points and are typically orthogonal.
COUNTER-CLOCKWISE DIRECTION is Y for Counter-Clockwise, or N for Clockwise.
LINEWIDTH is the line width for the Arc
Example: 1,0,0,1,0,0,Y,0.1
Requires FAB 8.6+
Image Description:
X,Y,WIDTH,HEIGHT,<IMAGE_FILE_LOCATION>
X, Y are the Image origin coordinate (i.e lower-left placement of image).
WIDTH is the image size scaled to width. If 0, then HEIGHT is used for for image scale.
HEIGHT is the image size scaled to height. If 0, then WIDTH is used for for image scale.
<IMAGE_FILE_LOCATION> is the file path location where the image exists. Use absolute paths and must be in quotes.
Note: Importing images is perfect for including company logos, QR codes, Bar Codes, and more. Image formats supported are: png, bmp, jpeg, gif, and tif. Images should have less than 5k pixels (per side).
Simon Garrison
Add various Objects into the Panel such as: Rout, Score, Polygon, Line, Path, Circle, Arc, Image
Note: All Object Descriptions are comma separated. Relative Panel Coordinates are recommended and requires the at-sign @
Composite:
Determine whether all following objects will be added as either: Dark, Clear, or Composite Level. For more information about composites, please view Help Center: About Composites
Note: If blank, the default is Dark.
Examples:
COMPOSITE=DARK
COMPOSITE=CLEAR
COMPOSITE=51
Note: Using a "Composite Level" Number will allow you to directly assign a composite level number. When choosing Dark or Clear, FAB 3000 automatically determines what composite level to use.
Rout Description:
WIDTH,POINT_COUNT,[X],[Y],[...]
Example: 2.2,2,0,10,@Right-0,10
Score Description:
X1,Y1,X2,Y2
Note: Score lines only contain two points and are typically orthogonal.
Example: @ml@mb,@mr,@mb
Polygon Description:
POINT_COUNT,[X],[Y],[...]
Example: 5,@r-12,1,@r-12,9,@r-50,9,@r-50,1,@r-12,1
Line Description:
POINT_COUNT,[X],[Y],[...]
Example: 7,-9,-9,-9,-8,-8.25,-8,-8.25,-6,-2,-6,-2,-9,-9,-9
Path Description:
WIDTH,POINT_COUNT,[X],[Y],[...]
Example: 0.2,5,@r-12,1,@r-12,9,@r-50,9,@r-50,1,@r-12,1
Circle Description:
X,Y,OD,ID
Example: 0.25,0.25,0.1,0.05
Arc Description:
SX, SY, EX,EY,CX,CY,COUNTER-CLOCKWISE DIRECTION,LINEWIDTH
Example: 1,0,0,1,0,0,Y,0.1
Requires FAB 8.6+
Image Description:
X,Y,WIDTH,HEIGHT,<IMAGE_FILE_LOCATION>
Note: Importing images is perfect for including company logos, QR codes, Bar Codes, and more. Image formats supported are: png, bmp, jpeg, gif, and tif. Images should have less than 5k pixels (per side).
Example: @r-0.4,@cy-0.15,0.3,0.3,"C:\Panel_Images\QR-code\website_qr_.png"