Hi all,
VBA gives me "File Not Found" error when I ask it to execute "FSO.GetFile(fullFilePath)" command. The fullFilePath is set to an excel cell which is "D:\User\_Engineering\9_VBA\z_in work\HOW TO OPEN PERSONAL VBA WORKBOOK.txt". As you can see I have space in the file path "z_in work" and...
Can someone please tell me why I have the return code of 8, which is FE_BAD_TYPE, when executing "Element.PutAllArray"? What did I do wrong here? The script below prompts user to select nodes and a rod property, then create rod elements...
MSC just replied to me that the KT1, KT2 and KT3 formulas can be found in the "Patran Interface to MSC Nastran Preference Guide". I am still interested in knowing how KRi should be calculated. Thanks
So Pfast card requires stiffness matrix KTi and KRi to represent the stiffness of the joint with respect to fastener's and joining plates' topology. Patran gives user a freedom to fill out KTi and KRi. Patran also lets user select one of the Patran's in-house fastener stiffness formulas such as...
Hi,
I have been an Aerospace Engineer specialize in aero structures for 7 years, now if I go back to school to earn a Bachelor in Civil Engineering, will I be able to legally pull permit from city? I live in Wichita, Kansas. I talked to an operator from my county and she said I need an...
Hi ship_sftwr_dev ,
I specified an output ID instead of an output set ID. I modified my code below like you said and it worked perfectly! Thank you so much!
Set feOutput = App.feOutputSet
rc = feFreebody.GetSumAtNode(SumNodeID,-1*feOutput.ID,dVals)".
Hi all,
I write a simple API code to create a freebody object and specify all its properties using FEMAP API window like in Sub Main below (sorry I omitted some other commands to ask user select elements and nodes, display mode, etc). It worked for me, no error, dVals (0), dVals (1)... had real...