TRACE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 16: Line 16:
<br>
<br>
[[EVAL_TEXT]] <string variable><br>
[[EVAL_TEXT]] <string variable><br>
[[GET_EDGE_EXTENTS]] <solid number> <edge number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax><br>
[[GET_FACE_EXTENTS]] <solid number> <face number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax><br>
[[GET_FILENAME_PATTERN_LIST]] <pattern> <num files found> <filename <nowiki>array> [<sub folders>, 0 or 1]</nowiki><br>
[[GET_OP_FEAT_ANGLES]] <op number> <feature number> <start angle> <end angle> <included angle><br>
[[GET_OP_FEAT_ANGLES]] <op number> <feature number> <start angle> <end angle> <included angle><br>
[[GET_OP_FEAT_CTOOL]] <op number> <feature number> <ctool type> <x> <y> <z><br>
[[GET_OP_FEAT_CTOOL]] <op number> <feature number> <ctool type> <x> <y> <z><br>

Revision as of 21:42, 2 August 2010

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>
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>