Skip to content

Instantly share code, notes, and snippets.

@veggielane
veggielane / index.html
Last active August 29, 2015 14:13
Creo String to Integer Relation
<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");
@veggielane
veggielane / Engr.Creo.Mapkey.Iges
Created November 24, 2014 20:03
Output IGES File (.igs)
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;
@veggielane
veggielane / Engr.Creo.Mapkey.Step
Created November 24, 2014 19:55
Output STEP File (.stp)
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;