Does anyone know how to open Femap v8.3 from visual basic 6 with out it closing immediately after it is opened? I see a flicker of the application opening and closing when I run the code. The code I used is:
Dim femap As femap.model
Dim rc As Long
Sub Main()
Set femap =...
Does anyone know how to open a femap v8.3 application in visual basic 6 without the femap window closing immediately after I open it. I see the femap application open very quickly and it quickly closes. My code is:
Dim femap As femap.model
Dim rc As Long
Sub Main()
set...
Does anyone know how or the approach on determining the initial pitch rates as good guesses for a trajectory optimization program? Is there another software out there that does this?