Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8388647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:31:02+00:00 2026-06-09T18:31:02+00:00

I am using the Abaqus ODB C++ API. I am writing a wrapper to

  • 0

I am using the Abaqus ODB C++ API. I am writing a wrapper to visualize .odb files.

The following code will load the part named “PART-1” into the object part

odb_Odb& odb = openOdb( filename.c_str() );
odb_PartRepository& pr = odb.parts();
odb_Part& part = pr["PART-1"];

This code is great if you know what a part’s name is, but how can I access parts when I do not know their name? Why would the writers of the API limit us to indexing via string?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T18:31:03+00:00Added an answer on June 9, 2026 at 6:31 pm

    After a lot of searching I found the following solution.

    See section 10.10.5 Reading results data of this document:
    http://abaqus.ethz.ch:2080/v6.11/pdf_books/SCRIPT_USER.pdf

    You must use repository iterators to extract the possible keys.

    // for example:
    odb_StepRepositoryIT stepIter( odb.steps() );
    for (stepIter.first(); !stepIter.isDone(); stepIter.next())
    {
        cout << stepIter.currentKey().CStr() << endl;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Rails 3.2.0.rc2 and ruby 1.9.3p0 In app/views/requests/_form.html.erb I have the following code for
Using DMD 2.057, I cannot get the following code to compile: import std.stdio; import
Using ValueInjecter, I often find myself writing code like this: var foo1 = new
Using ASIHTTPRequest, I downloaded a zip file containing a folder with several audio files.
Using the HTML5 File API I can get the Binary String representation of a
Using mercurial, I've run into an odd problem where a line from one committer
Using preview 4 of ASP.NET MVC Code like: <%= Html.CheckBox( myCheckBox, Click Here, True,
Using IOS, I am trying to integrate the LinkedIn into the application. The integration
Using C#.NET, i wrote a toolbar which is stored now into toolbar.cs file. I
using this code I can send one texture to the shader: devcon->PSSetShaderResources(0, 1, &pTexture);

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.