TRACE

From Macros Wiki
Revision as of 18:59, 2 August 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Up

Command

TRACE <ON/OFF>


Show a dialog box that displays every line in the macro, what is happening at specific points. can use trace on at any point in the macro and use trace off to stop at any point for specific places.

Parameters

<ON/OFF>
ON/OFF

Example

TRACE ON
TRACE OFF


EVAL_TEXT <string variable>

FOLDER_DIALOG_SHOW <initial directory> <folder name>
GET_CS_WP <cs number> <variable> (also GET_CS_SPINDLE)
GET_EDGE_EXTENTS <solid number> <edge number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax>
GET_FACE_EXTENTS <solid number> <face number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax>
GET_FILENAME_PATTERN_LIST <pattern> <num files found> <filename array> [, 0 or 1]
GET_OP_FEAT_ANGLES <op number> <feature number> <start angle> <end angle> <included angle>
GET_OP_FEAT_CTOOL <op number> <feature number> <ctool type> <x> <y> <z>
GET_OP_MARKER_DATA <op number> - leave the rest
GET_OP_PATH_END <op number> <xe> <ye> <ze>
GET_OP_PATH_START <op number> <xs> <ys> <zs>
GET_PATH_END <path number> <xe> <ye> <ze>
GET_PATH_FEAT_ANGLES <path number> <feature number> <start angle> <end angle> <included angle>
GET_PATH_START <path number> <xs> <ys> <zs>
GET_POST_NUM <post number variable> <value>
GET_SOLID_EXTENTS <solid number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax>
GET_WP <wp number>
MOVE_PART_ORIGIN <WorkPiece number> <dx> <dy> <dz>
PROGRESS_SET <value between 0.0 and 1.0>
PROGRESS_START <title>
PROGRESS_STOP
PROGRESS_TITLE <new title>
RUN_PLUGIN <plugin name, without .dll>
SET_VIEW <view = TOP/FRONT/LEFT/RIGHT/BACK/BOTTOM/ISO/HOME>
SET_WP <current wp>
YESNO <prompt> <variable>
ZOOM_VIEW <view scale, 0 for zoom full>