Anyways, my thought was that wouldn't it be nice if we could somehow get together with API libraries that we could put into MS? I'm not sure if I make sense but as an example:
Code: Select all
GoSub>LOAD_FUNCTIONS
Let>VALUE=0.01
Let>DIMENSION=D1
Let>SKETCH=SKETCH1
VBEval>SW_CHANGEVALUE(%VALUE%,"%DIMENSION%","%SKETCH%"),RESULT_CHANGEVALUE
SRT>LOAD_FUNCTIONS
VBSTART
Function SW_CHANGEVALUE(VALUE,DIMENSION,SKETCH)
CreateObject("SldWorks.Application").ActiveDoc.Parameter(DIMENSION + "@" + SKETCH).SystemValue = VALUE
End Function
VBEND
END>LOAD_FUNCTIONS
Hope to hear from more CAD junkies.. and other API interested ppl.
