Returns comma separated list of projects for the current print item.
ESKO CAD ARTIOS DRIVERS
List the plotter drivers found (with version letters).
ESKO CAD ARTIOS FULL
Returns full pathname of the current workspace. Returns the part name of the current active part when working in a Canvas Returns ON if seed menu cursor option is on. Returns ON if plot inside the menu is on. Returns ON if follow current position is on.
Returns name of current workspace or LPVAR workspace if set. This is only defined if there is an LPVARITEM oneup, otherwise return blank. List of item numbers of overlays selected by the current print item. If design has no print items returns filename. Returns “Horizontal” or “Vertical” grain. Subroutine full path name (separated by space) what currently is executing. Subroutine name what currently is executing.
ESKO CAD ARTIOS CODE
System error code (six characters error code). Returns “Die Knife Side” or “Die Back Side”. Returns the current ArtiosCAD version number as a string (ArtiosCAD 16.0) The table below lists the available System Text Variables. A typical example is #GRAIN$ which returns either the text Horizontal or Vertical based on the grain direction of the design. System Text Variables all start with the # character and end with the $ character and evaluate to a text value. We can, however, list the different categories of the available expressions and expand on some of the more interesting ones.Ĭalculated expressions can be created from a combination of any of the following: It would be impossible to document a complete list of possible calculated expressions purely based on the fact that expressions can be customized, combined and/ or nested to produce an infinite number of expressions. The real expression that is evaluated is actually: NUMTEXT(LENUNIT(#MANSIZEX,0),0,0,0) which you can see by clicking the f(x) button. One thing to note is that this dialog automatically does the conversion to a text value using the Type, Units and Format fields. This entry is for Blank size X and uses the system text variable #MANSIZEX as the expression. A typical Calculated Text Table entry is shown below: The expressions themselves are constructed using the Interact scripting language (not documented here) and are in a form such that when evaluated would return a value. The best place to start is the Calculated Text Table in ArtiosCAD which already includes functions for cumulative scoring values, rule lengths, hatch legends, line type legends and costing/ estimating. What expressions can be used as calculated fields on a report or as calculated expressions for Database User Fields (Standard Edition) or Database Attributes (Enterprise Edition)? Answer