View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type='text/javascript' src='http://cdnjs.cloudflare.com/ajax/libs/knockout/3.1.0/knockout-min.js'></script> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
<script> | |
$(function() { | |
var ViewModel = function() { | |
this.stringLength = ko.observable(5); | |
this.inputName = ko.observable("input"); |
View Engr.Creo.Mapkey.Iges
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mapkey out-iges @MAPKEY_LABELOutput IGES FILE;\ | |
mapkey(continued)%reset-loc;\ | |
mapkey(continued) ~ Command `ProCmdModelSaveAs` ;\ | |
mapkey(continued) ~ Open `file_saveas` `type_option`;\ | |
mapkey(continued) ~ Select `file_saveas` `type_option` 1 `db_134`;\ | |
mapkey(continued) ~ Activate `file_saveas` `ph_list.Filelist` 1 `{DIRECTORY}`;\ | |
mapkey(continued) ~ Activate `file_saveas` `OK`;\ | |
mapkey(continued) ~ Activate `intf_export` `OkPushBtn`;\ | |
mapkey(continued)%reset-loc; |
View Engr.Creo.Mapkey.Step
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mapkey out-step @MAPKEY_LABELOutput STEP FILE;\ | |
mapkey(continued)%reset-loc;\ | |
mapkey(continued) ~ Command `ProCmdModelSaveAs` ;\ | |
mapkey(continued) ~ Open `file_saveas` `type_option`;\ | |
mapkey(continued) ~ Select `file_saveas` `type_option` 1 `db_539`;\ | |
mapkey(continued) ~ Activate `file_saveas` `ph_list.Filelist` 1 `{DIRECTORY}`;\ | |
mapkey(continued) ~ Activate `file_saveas` `OK`;\ | |
mapkey(continued) ~ Activate `intf_export` `OkPushBtn`;\ | |
mapkey(continued)%reset-loc; |