Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zanestoy

    FEMAP API - feSurfaceRevolve Parameter Help

    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...
  2. zanestoy

    FEMAP API - feSurfaceRevolve Parameter Help

    Thanks. My copy of FEMAP is having an issue with opening, so I will test this out when I get it open. Thanks again for the help.
  3. zanestoy

    FEMAP API - feSurfaceRevolve Parameter Help

    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...
  4. zanestoy

    Adding and Exporting Groups to Data Table

    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...
  5. zanestoy

    Adding and Exporting Groups to Data Table

    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...
  6. zanestoy

    FEMAP API Using feOutputCalculate

    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.
  7. zanestoy

    FEMAP API Using feOutputCalculate

    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...
  8. zanestoy

    2009 Korean Building Code

    Thanks I'll check it out.
  9. zanestoy

    2009 Korean Building Code

    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...
  10. zanestoy

    2009 Korean Building Code

    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.
Back
Top