I finally got a chance to reinstall FEMAP and start playing with this again.
TG_eng
Thanks for the help. Your code worked great. I had to make a few modifications for what I was trying to do.
ship_sftwr_dev
Thanks for the heads up on the return codes. I will take that into account in the...
I've been working with FEMAP for about 6 years now, and am trying to learn the API to be more efficient. I am trying to create a cylinder from a line using feSurfaceRevolve. I can get the lines drawn using the API, but I can't figure out how to get the revolve to work. I've tried using the...
I've played around with the code a little bit, and have made some updates to it. Any thoughts on it?
Thanks in advance
Sub Main
'Dimension the FEMAP Application Object
Dim App As femap.model
Set App = feFemap()
'Dimension Some Variables
Dim GI As Integer
Dim e As Variant
Dim s As femap.Set...
I'm new to this forum, and new to using the FEMAP API. I am having a few issues with creating a data table and populating it with the output for a selected set of elements, vectors, and outputs. I am trying to select the elements by selecting a group, and would like to loop through a selection...
Thanks APav, I am still playing around with this, though it seems to have a division by zero error that keeps popping up. It looks like vectors 9000003/4 are zero in a lot of spots, but I don't think that is the case.
I am new to working with the FEMAP API and am trying to calculate some vectors using the API. I have used the Model->Output->Calculate feature to calculate these in the past, but the models I am working on are very large, and I want to be able to run the API at night while I go home and the...
msquared48,
I have looked there, and tried to follow the links, but it starts routing me through several different sites, and I am concerned about what my computer might catch going down that route. We have looked on the Korean Architectural Institute's Site, and they mention publishing the...
Does anyone have any leads on where I can get my hands on a copy of the 2009 Korean Building Code? We have been looking everywhere and cannot find a copy of it. Any help would be much appreciated. Thanks.