Here's one...
I got it from WILCOX
I got it from WILCOX
' ' Dim App As PCDLRN.Application ' Dim Cmd As PCDLRN.Command ' Dim FCmd As PCDLRN.FeatCmd ' Dim Part As PCDLRN.PartProgram ' Dim Cmds As PCDLRN.Commands Dim Cmds As Object Dim FCmd As Object Dim Cmd As Object Set App = CreateObject("PCDLRN.Application") Set Part = App.ActivePartProgram Set Cmds = Part.Commands
' Dim App As Object Dim Part As Object Dim Cmds As Object Dim FCmd As Object Dim Cmd As Object Set App = CreateObject("PCDLRN.Application") Set Part = App.ActivePartProgram Set Cmds = Part.Commands
Comment