abaqus-geometry

Generate and manipulate Abaqus CAE geometry, including primitive shapes and CAD imports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and manipulation of geometric models within Abaqus, streamlining the initial setup phase of finite element analysis.

Core Features & Use Cases

  • Parametric Geometry Creation: Generate standard shapes like boxes, cylinders, and tubes based on user-defined dimensions.
  • CAD Import: Import existing 3D models from STEP or IGES files.
  • Feature Addition: Add features like holes, fillets, and chamfers to existing geometry.
  • Assembly Creation: Create instances of parts and position them within an assembly.
  • Set and Surface Definition: Define regions for applying loads, boundary conditions, or for meshing control.
  • Use Case: Create a complex bracket geometry by importing a STEP file, adding mounting holes, and defining a specific surface for load application.

Quick Start

Create a 100mm x 50mm x 10mm box centered at the origin.

Frequently Asked Questions about abaqus-geometry

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

FAQPage Schema
How do I automate Abaqus geometry creation for finite element analysis?

You can automate Abaqus geometry creation by generating primitive shapes, extruding sketches, and revolving profiles to build parts for finite element analysis. This approach streamlines initial modeling by defining parametric dimensions programmatically.

Can I import existing CAD files into Abaqus for part creation?

Yes, you can import existing CAD files into Abaqus for part creation using STEP or IGES file formats. This allows you to integrate pre-existing 3D models directly into your Abaqus assembly workflow.

How do I define sets and surfaces on Abaqus assembly instances?

To define sets and surfaces on Abaqus assembly instances, create instances of parts and specify geometric regions. These defined regions are necessary for applying loads, boundary conditions, and controlling meshing in downstream analysis.

What is the best way to add features like holes and fillets to Abaqus geometry?

The best way to add features like holes and fillets to Abaqus geometry is through feature addition operations on existing models. You can modify imported CAD files or primitive shapes by programmatically applying standard geometric modifications.

Does Abaqus geometry modeling support parametric primitive shapes like boxes and cylinders?

Yes, Abaqus geometry modeling supports parametric primitive shapes like boxes, cylinders, and tubes based on user-defined dimensions. This enables the rapid generation of standard 3D models centered at specified coordinates for analysis setup.