BcPost.RunPostVariables
BcPost.RunPostVariables(postString)
Description
This function is utilized to process a line of standard BobCAD posting variables. Input must be a string formatted exactly as a posting line using system posting variables.
The system post processes these variables as it would by using the posting engine and outputs the posted string to the posted NC file.
Parameters
- postString – string value of the text to output in the NC program
Examples
-- Output the NC code for the following post variables
BcPost.RunPostLine("xr, yr")