abaqus-export

Export Abaqus geometry, mesh, and results to STL, STEP, CSV, and INP files.

7|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abaqus-export
Source: https://github.com/JaimeCernuda/abaqus-scripting/tree/main/.claude/skills/abaqus-export
Command: npx skills add https://github.com/JaimeCernuda/abaqus-scripting --skill abaqus-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of exporting geometry, mesh, and analysis results from Abaqus models into various industry-standard formats, facilitating downstream use in CAD, 3D printing, and data analysis.

Core Features & Use Cases

  • Geometry Export: Save part or assembly geometry as STL, STEP, IGES, or SAT files.
  • Results Export: Extract nodal or element-level results (stress, displacement) into CSV files for analysis.
  • Input File Generation: Create .inp files for model archival or use with external solvers.
  • Use Case: Export a meshed part as an STL file for 3D printing, or extract stress results from an analysis into a CSV for plotting in Excel.

Quick Start

Use the abaqus-export skill to export the current part geometry as an STL file.

Frequently Asked Questions about abaqus-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Abaqus analysis results to a CSV file for data analysis?

Export Abaqus analysis results to CSV by extracting nodal or element-level data, such as stress and displacement, through the Abaqus scripting API. This generates CSV files directly for plotting and analysis in external tools like Excel.

Can I export Abaqus geometry as an STL file for 3D printing?

Yes, you can export Abaqus part or assembly geometry as an STL file for 3D printing. The Skill leverages the Abaqus scripting API to directly generate STL files from your existing model geometry and mesh data.

What file formats are supported for exporting Abaqus model geometry?

Supported file formats for exporting Abaqus model geometry include STL for 3D printing, STEP and IGES for CAD exchange, SAT for boundary representation, and INP for model archival or use with external solvers.

How do I generate an INP file from an existing Abaqus model?

Generate an INP file from an Abaqus model by using the Skill to automate input file creation. This leverages the Abaqus scripting API to archive your model or prepare it for use with external solvers.

Does this Skill require any external dependencies to export Abaqus data?

No external dependencies are required. The Skill operates independently and leverages the built-in Abaqus scripting API directly to facilitate the export of geometry, mesh, and analysis results into various formats.

What is the best way to extract stress and displacement data from Abaqus into CSV?

The best way to extract stress and displacement data into CSV is by automating the export process via the Abaqus scripting API. This directly pulls element-level and nodal results into a structured CSV file for downstream analysis.