Logo

Getting Started

  • Technical Overview
    • Modular Architecture
    • Developer Integration
  • Supported Platforms
  • Evaluating HOOPS Solve
  • Set Up Your Environment

Tutorials

  • A First Vfe Program
  • A First Vfs Program
  • A First Vfx Program

Programming Guide

  • Programming Overview
    • HOOPS Solve Modules
    • Include Files and Data Types
    • Floating Point Precision
    • Language Bindings
    • Major Version Migration
  • HOOPS Solve, Access & Mesh Distribution
    • 3rd Party Packages
    • Directory Structure
    • Versioning
  • HOOPS Solve Vfe
    • Module Summary
    • Element Library
    • Element Technologies
      • Isoparametric Elements
      • Uniform Reduced Integration Elements
      • Assumed Natural Strain Elements
      • Mixed Elements
      • Enhanced Elements
      • Element Naming Convention
      • Solid Elements
      • Shell Elements
      • Beam Elements
    • Accuracy of Finite Element Formulations
      • Straight Cantilever Beam
      • Curved Beam
      • Twisted Beam
      • Rectangular Plate
      • Scordelis-Lo Roof
      • Spherical Shell
    • Computed Element Quantities
    • Degrees of Freedom
    • Material Models
    • Error Estimation and Mesh Adaptation
    • Performance Issues
    • Compiling and Linking a VfeTools Application
  • HOOPS Solve Vfs
    • Module Summary
    • Degree of Freedom Management
    • System Vectors and Matrices
    • Direct and Iterative Solution of a Linear System
    • Compiling and Linking a VfsTools Application
    • Parallelizing a VfsTools Application
  • HOOPS Solve Vfx
    • Module Summary
  • Visualization Objects
    • Computational Cells
      • Edge and Face Numbering
      • Physical and Natural Coordinates
    • Element Types
    • Element Coordinate Systems
    • Mathematical Data Types
    • Complex Numbers
    • Attribute Objects, Data Interpolation, Isovalue Clipping and Topology
  • Examples
    • Vfe Examples
      • Example 1, Generate Stiffness, Mass and Loads for a 3D 10 Node Tetrahedron
      • Example 1a, Query for Element Degrees of Freedom
      • Example 2, Generate Stiffness, Loads for a 2D Plane Stress Cantilever Beam
      • Example 3, Generate Stiffness, Mass and Loads for a 3D 4 Node Shell
      • Example 3a, Using a Custom MatlFun Object with Example 3
      • Example 4, Generate Stiffness, Mass and Loads for a 3D 3 Node Beam
      • Example 5, Rigid Body MPC Using Penalty Function
      • Example 6, Infinitesimal Elasto-plasticity under Biaxial Stretching
      • Example 7, Mooney-Rivlin Material in Plane Stress
      • Example 8, Corotational Frame for a 3D Solid Element
      • Example 9, Rigid Body Mode Detection using NodeGeom
      • Example 10, Linear Stress Analysis Using 10 Node Tetrahedra
      • Example 10a, Linear Stress Analysis Using 3D Solid Elements
      • Example 11, Generate Gradients of Shape Functions
      • Example 14, Gap Element Property Using InterProp
      • Example 15, 2D 4-nodes interface element
      • Example 16, 3D interface elements
      • Example 20, Generate Flexible Body Using Component Mode Synthesis
      • Example 21, Inertia Relief and Linear Stress Analysis
    • Vfs Examples
      • Example 1, Solve a System of Linear Equations
      • Example 1a, Solve for Vibration Eigenvalues and Eigenvectors
      • Example 2, Solve for Unknowns of Four Elements
      • Example 2a, Solve for Unknowns of Four Elements with MPC
      • Example 2b, Multiple Solutions of Four Elements with Restraints
      • Example 3, Direct and Iterative Solver
      • Example 3a, Direct and Iterative Solver with Monitor Function
      • Example 3b, Direct and Iterative Solver with Parallel Assembly
      • Example 3c, Direct and Iterative Solver with Rotated Systems
      • Example 4, Direct factorization solution of a non-symmetric system
      • Example 5, Linear Static Solution Procedure using SolProc
      • Example 5a, Linear Dynamic Solution Procedure
      • Example 5bvfe, Linear Dynamic Solution Procedure using VfeTools
      • Example 5c, Nonlinear Static Solution Procedure
      • Example 5dvfe, Pre-Stressed Nonlinear Static Solution Procedure
      • Example 5evfevis, Large Rotation Cantilever Beam with Corot
      • Example 5fvfevis, Nonlinear Elasto-plastic Transient Solution Procedure
    • Vfx Examples
      • Example 1, Attachment Point Load Distribution using GenLCase
      • Example 2, Statically Determinant Constraints using GenMCase
      • Example 3, Solving Inertia Relief and Attachment Point Loading
      • Example 4, Design Analysis Finite Element Solver
      • Example 5, Generate Software Rendered Images
      • Example 6, Flexible Body Generation
      • Example 7, Error Analysis and Mesh Refinement
      • Example 8, Thermal-Structural Analysis
      • Example 10, Buckling Analysis
      • Example 11, Thermal Analysis
      • Example 13, Frequency Response Analysis
    • Foundation: Examples
      • Example 1, Demonstration of Object Collections
      • Example 2, Demonstration of Numeric Type Collections
      • Example 3, Demonstration of Property Sets
      • Example 4, Demonstration of Random Number Generation
      • Example 5, Creating a Derived Class in C++ Using a Base Random Class
      • Example 6, Install User Error Handler and Memory Management
      • Example 7, Test and Demonstrate Concatenated Storage
      • Example 8, Test and Demonstrate a Data Table
      • Example 9, Test and Demonstrate a PQueue Object
      • Example 9a, Test and Demonstrate a Heap Object
      • Example 10, Test and Demonstrate a TriCon Object
      • Example 11, Test and Demonstrate a VertLoc Object
      • Example 12, Test and Demonstrate a LineCon Object
      • Example 13, Test and Demonstrate a Timer Object
      • Example 14, Test and Demonstrate the MachInfo Module
      • Example 15, Test and Demonstrate a PTask Object
      • Example 16, Test and Demonstrate Text Processing and Formatting
      • Example 17, Test and Demonstrate the LinkList object
      • Example 18, Test and Demonstrate the ADTree object
      • Example 22, Test and Demonstrate the VSocket object
      • Example 23, Test and Demonstrate Quadruple Precision VQuad
      • Example 23cc, C++ Operator Overloading for Quadruple Precision VQuad
      • Example 24, Test and Demonstrate Tree
      • Example 25, Test and Demonstrate Pred
      • Example 26, Test and Demonstrate StrUtil
    • Global: Examples
      • Example 21, Translate Entity Identifiers Using IdTran
      • Example 22, Generate an Element Group Object
      • Example 23, Element Connectivity and Adjacency using Connect
      • Example 23a, Using a GridFun Object with Example 23.
      • Example 24, Generate Element Face and Edge Groups
      • Example 24a, Convert Linear Elements to Parabolic Elements
      • Example 25, Node Results Data Using State
      • Example 25a, Node History Results Data Using History
      • Example 25b, Element Node Scalar Section Results Using History
      • Example 25c, Element Face and Face Node Results Using State
      • Example 26, Element and Node Results Data
      • Example 26a, Element Face Node Data Using ElemDat
      • Example 26b, Element Face Node Normals Using ElemDat
      • Example 26c, Averaging Element Node Data within Groups
      • Example 26d, Computing Gradient of Normal Stress
      • Example 27, Perform Space Searches Using Space
      • Example 27a, Intersection and Interpolation
      • Example 28, Perform Range Searches Using Range
      • Example 29, Node and Element Associations
      • Example 31, Perform Element Checking Using ElemChk.
      • Example 31a, Compute Model Mass Properties Using MassPrp
      • Example 32, Manage Loads Using LCase
      • Example 32a, Manage Contact Pairs Using CPair
      • Example 32b, Manage Analytic Surfaces using ASurf
      • Example 32c, Manage Complex Loads Using LCase
      • Example 33, Manage Constraints Using RCase and MCase
      • Example 33a, Manage Initial Conditions Using ICase
      • Example 33b, Manage Complex Constraints Using RCase
      • Example 34, Manage Element Properties Using EProp
      • Example 34a, Composite Shell and General Beam Property Using EProp
      • Example 35, Manage Material Properties Using MProp
      • Example 36, Manage Solution Properties Using SProp
      • Example 37, Manage Tabular Functions Using TCurve
      • Example 38, Manage Results Properties Using RProp
      • Example 38bvdm, Export Simple CFD Finite Element Model and Results
      • Example 39, Export a Simple Linear Static Solveable Model
      • Example 39a, Structural Finite Element Model Using Model
      • Example 39b, Traverse and Print Contents of a Model Object
      • Example 39c, Heat Transfer Finite Element Model Using Model
      • Example 40vdm, Compute Shell and Beam Local Coordinate Systems
      • Example 53, Manage System Degree of Freedom Data Using RedMat
      • Example 55, Computational Features of Edge, Face, Cell
      • Example 56, Using Units
      • Example 57, Compress and Uncompress Coordinate Field with ZState
      • Example 58vdm, Compress and Uncompress Results with ZState

API Reference

  • Solve Vfe Modules
    • Module Index
    • Solid Elements - Solid2D, Solid3D
      • 2D Solid Elements - Solid2D
        • Function Descriptions
      • 3D Solid Elements - Solid3D
        • Function Descriptions
    • Shell and Membrane Elements - Shell2D, Shell3D, Mem3D
      • 2D Shell Elements - Shell2D
        • Element Geometry
        • Function Descriptions
      • 3D Shell Elements - Shell3D
        • Element Geometry
        • Function Descriptions
      • 3D Membrane Elements - Mem3D
        • Element Geometry
        • Function Descriptions
    • Beam Elements - Beam3D
      • Element Geometry
      • Function Descriptions
    • Truss Elements - Truss3D
      • Element Geometry
      • Function Descriptions
    • Discrete Elements - ConElas, ConMass, Bulk, Spring
      • Concentrated and Degree of Freedom Springs - ConElas
        • Function Descriptions
      • Concentrated and Degree of Freedom Masses - ConMass
        • Function Descriptions
      • Bulk Elements - Bulk
        • Function Descriptions
      • Springs - Spring
        • Element Geometry
        • Function Descriptions
    • Interface and Gap Elements - Inter2D, Inter3D, Gap
      • 2D Interface Elements - Inter2D
        • Element Geometry
        • Function Descriptions
      • 3D Interface Elements - Inter3D
        • Element Geometry
        • Function Descriptions
      • Gap Elements - Gap
        • Element Geometry
        • Function Descriptions
    • MultiPoint Constraints - MPC
      • Single Point Constraints
      • Inextensional and Sliding Couplings
      • Rigid Joints
      • Kinematic Couplings
      • Distributing Couplings
      • Standard Form
      • Function Descriptions
    • Material Model Functions - MatlFun
      • Integration Methodology
      • Structural Analysis Material Quantities
      • Thermal Analysis Material Quantities
      • Function Descriptions
    • Primitive Material Models - LinMat, PlasMat, HyperMat
      • Linear Materials - LinMat
        • Elastic Moduli
        • Thermal Conductivity
        • Thermal Expansions and Reference Temperature
        • Density and Specific Heat
        • Function Descriptions
      • Elasto-Plastic Materials - PlasMat
        • Elastic Moduli and Hardening Laws
        • Thermal Expansions and Reference Temperature
        • Function Descriptions
      • Hyperelastic Materials - HyperMat
        • Hyperelastic Models
        • Thermal Expansions and Reference Temperature
        • Function Descriptions
    • Element Material Models - ShellProp, BeamProp, InterProp
      • Shell Element Properties - ShellProp
        • Element Properties
        • Function Descriptions
      • Beam Element Properties - BeamProp
        • Element Properties
        • Function Descriptions
      • Interface and Gap Element Properties - InterProp
        • Element Properties
        • Function Descriptions
    • Element and Node Utilities - ElemTran, NodeGeom, Corot
      • Element Transformations - ElemTran
        • Direction Cosine Matrix
        • Element Degree of Freedom Condensation and Elimination
        • Function Descriptions
      • Node Geometry Utilities - NodeGeom
        • Rigid Body Motion, Accelerations and Inertia Relief
        • Function Descriptions
      • Corotational Utilities - Corot
        • Element Independent Corotation Frames
        • Function Descriptions
    • User-defined element functions - Functions
      • Function Descriptions
  • Solve Vfs Modules
    • Module Index
    • Degree of Freedom and Connection Management - DofTab
      • Parallel Assembly
      • Special Considerations for the Iterative Solver
      • Special Considerations for Rigid Mode Analysis
      • Function Descriptions
    • System Vectors and Matrices - SysVector, SysMatrix
      • System Vectors - SysVector
        • Function Descriptions
      • System Matrices - SysMatrix
        • Linear Equation Solvers
        • Eigenvalue Extraction
        • Function Descriptions
    • Analysis Procedures - SolProc
      • Function Descriptions
    • PARDISO Emulator - IPardiso
      • Function Descriptions
  • Solve Vfx Modules
    • Module Index
    • Automatic Case Generation - GenLCase, GenMCase
      • Generate Load Cases - GenLCase
        • Function Descriptions
      • Generate Multipoint Constraint Cases - GenMCase
        • Function Descriptions
    • Design Analysis Solver - ProSolve
      • Solution Sequence, Case, Step, Phase
      • Static or Steady State Solution
      • Buckling Solution
      • Vibration Solution
      • Superelement Solution
      • Frequency Response Solution
      • Output Solution
      • Singular Mode Solution
      • Direct Sparse Solver vs. Iterative Solver
      • Solution Output Files
      • Function Descriptions
    • Report Writing - LogFile
      • Log File Content - LogFile
      • Function Descriptions
  • Foundation Modules
    • Module Index
    • Base Library
    • Priority Queues - Heap, PQueue
      • Heaps - Heap
        • Function Descriptions
      • Priority Queues - PQueue
        • Function Descriptions
    • Error Handling, License, Memory System, Standard Output, Quadruple Precision - Error, License, Memory, Print, VQuad
      • Error Handling - Error
        • Function Descriptions
      • License Check - License
        • Function Descriptions
      • Memory System - Memory
        • Function Descriptions
      • Standard Output - Print
        • Function Descriptions
      • Quadruple Precision - VQuad
        • Function Descriptions
    • Object Collections - List, Stack, Dictionary, HashTable, VHashTable, Tree
      • Randomly Accessible Sequences - List
        • Function Descriptions
      • Last-In First-Out Storage - Stack
        • Function Descriptions
      • Storage Accessed by Name - Dictionary
        • Function Descriptions
      • Storage Accessed by Integer - HashTable
        • Function Descriptions
      • Multiple Integer Key Hashtable - VHashTable
        • Function Descriptions
      • Tree Data Structure - Tree
        • Function Descriptions
    • Numeric Type Collections - BitVec, DblVec, FltVec, IntDict, DblDict, IntHash, IntVHash, IntQue, IntVec
      • Bit Vectors - BitVec
        • Function Descriptions
      • Real Vectors (single FltVec) - DblVec
        • Function Descriptions
      • Integer Dictionary - IntDict
        • Function Descriptions
      • Double Dictionary - DblDict
        • Function Descriptions
      • Integer Hashtable - IntHash
        • Function Descriptions
      • Double Hashtable - DblHash
        • Function Descriptions
      • Integer, Multiple Integer Key, Hashtable - IntVHash
        • Function Descriptions
      • Integer Queue - IntQue
        • Function Descriptions
      • Integer Vectors - IntVec
        • Function Descriptions
    • Utilities - PropSet, Random, DataTable, Concat, LinkList, StrUtil
      • Property Sets - PropSet
        • Function Descriptions
      • Random Numbers - Random
        • Function Descriptions
      • Data Tables - DataTable
        • Function Descriptions
      • Concatenated Storage - Concat
        • Function Descriptions
      • Linked List Storage - LinkList
        • Function Descriptions
      • String Utilities - StrUtil
        • Function Descriptions
    • Geometry Tools - VertLoc, LineCon, TriCon, ADTree, Pred
      • Point Colocation - VertLoc
        • Function Descriptions
      • Line Connectivity - LineCon
        • Function Descriptions
      • Triangle Connectivity - TriCon
        • Function Descriptions
      • Geometric Searching, Alternating Digital Tree - ADTree
        • Function Descriptions
      • Geometric Predicates - Pred
        • Function Descriptions
    • System - MachInfo, PTask, Timer, VSocket
      • Machine Information - MachInfo
        • Function Descriptions
      • Threading - PTask
        • Function Descriptions
      • Timers - Timer
        • Function Descriptions
      • Socket Communication - VSocket
        • Function Descriptions
    • Text Processing - TextFun, TextTee, PlainText, HTMLText, LaTeXText
      • Text Functions - TextFun
      • File Operations
      • Text Attributes and Modes
      • Text Primitives
      • Forms and Form Actions
        • Function Descriptions
      • Text Tee - TextTee
        • Function Descriptions
      • Plain Text Format - PlainText
        • Function Descriptions
      • HTML Text Format - HTMLText
        • Function Descriptions
      • LaTeX Text Format - LaTeXText
        • Function Descriptions
  • Global Modules
    • Module Index
    • Introduction
      • Module Summary
    • Grid Topology and Geometry - Connect, GridFun
      • Finite Element (Unstructured) Grids - Connect
        • Node and Element Editing and Element Adjacency Query
        • Node and Element Associations
        • Element, Element Face, Element Edge and Node Groups
        • Element Face Normals and Edge Tangents
        • Geometric Tesselation
        • Parallel Functions
        • Attribute Objects
        • Function Descriptions
      • Grid Topology and Geometry Query Functions - GridFun
        • Function Descriptions
    • Entity Sets and Identifier Translation - Group, IdTran
      • Entity Sets - Group
        • Function Descriptions
      • Entity Identifier Translation - IdTran
        • Function Descriptions
    • Data Manipulation - ElemDat, State, History, RedMat, ZState, ResultMetadata
      • Face and Edge Data - ElemDat
        • Attribute Objects
        • Function Descriptions
      • Results Manipulation - State
        • Local Coordinate Systems
        • Parallel Functions
        • Attribute Objects
        • Function Descriptions
      • History Results Manipulation - History
        • Attribute Objects
        • Function Descriptions
      • System Degree of Freedom Data - RedMat
        • Function Descriptions
      • Results Compression - ZState
        • Attribute Objects
        • Function Descriptions
      • Result Metadata - ResultMetadata
        • Function Descriptions
    • Space and Range Searching - Space, Range
      • Spatial Searching - Space
        • Attribute Objects
        • Function Descriptions
      • Range Searching - Range
        • Attribute Objects
        • Function Descriptions
    • Loads and Constraints - LCase, RCase, MCase, ICase
      • Load Case - LCase
        • Function Descriptions
      • Restraint Case - RCase
        • Function Descriptions
      • Multipoint Constraint Case - MCase
        • Function Descriptions
      • Initial Condition Case - ICase
        • Function Descriptions
    • Contact Pairs, Surfaces - CPair, ASurf, RBody
      • Contact Pair - CPair
        • Function Descriptions
      • Analytic Surface - ASurf
        • Function Descriptions
      • Rigid Body - RBody
        • Function Descriptions
    • Properties and Functions - GProp, EProp, MProp, SProp, TCurve, RProp, UProp
      • Global Properties - GProp
        • Function Descriptions
      • Element Properties - EProp
        • Function Descriptions
      • Material Properties - MProp
        • Function Descriptions
      • Solution Properties - SProp
        • Function Descriptions
      • Tabular Functions - TCurve
        • Function Descriptions
      • Results Properties - RProp
        • Function Descriptions
      • User Defined Properties - UProp
        • Function Descriptions
    • Beam Section Properties Calculator - BeamSectCalculator
      • Function Descriptions
    • Utilities - Model, ElemChk, MassPrp, Mesh Metric
      • Finite Element Model - Model
        • Function Descriptions
      • Element Checking - ElemChk
        • Shape Parameters
        • Attribute Objects
        • Function Descriptions
      • Mass Properties - MassPrp
        • Attribute Objects
        • Function Descriptions
      • Mesh Metric - Mesh Metric
        • Function Descriptions
  • Legacy Visualization Modules
    • Module Index
    • Attributes - CoordSys, Units, VisContext
      • Coordinate System - CoordSys
        • Function Descriptions
      • Units - Units
        • Function Descriptions
      • Visualization Context - VisContext
        • Function Descriptions
    • Color and Transparency Mapping - Levels, ColorMap, TransMap, Legend
      • Map Field Magnitude to Level - Levels
        • Function Descriptions
      • Color Mapping - ColorMap
        • Function Descriptions
      • Transparency Mapping - TransMap
        • Function Descriptions
      • Color and Transparency Mapping Diagrams - Legend
        • Attribute Objects
        • Function Descriptions
    • Isosurface Clipping, Data Interpolation - IsoClip, DataInt, PrmClp
      • Isosurface Clipping - IsoClip
        • Function Descriptions
      • Data Interpolation - DataInt
        • Function Descriptions
      • Graphics Primitive Clipping - PrmClp
        • Attribute Objects
        • Function Descriptions
    • Discrete Markers and Values - Mark, Value
      • Markers - Mark
        • Attribute Objects
        • Function Descriptions
      • Values - Value
        • Attribute Objects
        • Function Descriptions
    • Wire Frame and Shaded Surface Rendering - Edge, Face, Cell
      • Wire Frame Rendering - Edge
        • Attribute Objects
        • Function Descriptions
      • Shaded Surface - Face
        • Attribute Objects
        • Function Descriptions
      • Shaded Solid - Cell
        • Attribute Objects
        • Function Descriptions
    • Isovalues - Segment, Contour, Threshold, IsoLabel
      • 1D Domains - Segment
        • Attribute Objects
        • Function Descriptions
      • 2D Domains - Contour
        • Attribute Objects
        • Function Descriptions
      • 3D Domains - Threshold
        • Attribute Objects
        • Function Descriptions
      • 2D Contour Line Labeling - IsoLabel
        • Attribute Objects
        • Function Descriptions
    • Tangent Curve Generation - Trace, Stream
      • 2D Domains - Trace
        • Attribute Objects
        • Function Descriptions
      • 3D Domains - Stream
        • Attribute Objects
        • Function Descriptions
    • Annotation - Axis, Billboard, Dimension, Font, Glyph, Tess, Triad
      • Annotated Axes - Axis
        • Attribute Objects
        • Function Descriptions
      • Billboard Displays - Billboard
        • Attribute Objects
        • Function Descriptions
      • Dimensioning - Dimension
        • Attribute Objects
        • Function Descriptions
      • Stroked Text - Font
        • Attribute Objects
        • Function Descriptions
      • Markers and Glyphs - Glyph
        • Segmented Glyphs
        • Attribute Objects
        • Function Descriptions
      • Tesselation Tools - Tess
        • Attribute Objects
        • Function Descriptions
      • Coordinate System Triads - Triad
        • Attribute Objects
        • Function Descriptions
    • Manipulators - HandleBox, PolyBox, WorkPlane
      • Handle Box - HandleBox
        • Attribute Objects
        • Function Descriptions
      • Polygon Box - PolyBox
        • Attribute Objects
        • Function Descriptions
      • Work Plane - WorkPlane
        • Attribute Objects
        • Function Descriptions
    • Beam Elements and Beam Sections - BeamElem, BeamSect
      • Beam Elements - BeamElem
        • Attribute Objects
        • Function Descriptions
      • Beam Section Properties - BeamSect
        • Attribute Objects
        • Function Descriptions
    • Shell Elements and Shell Walls - ShellElem, ShellWall
      • Shell Elements - ShellElem
        • Attribute Objects
        • Function Descriptions
      • Shell Wall Properties - ShellWall
        • Attribute Objects
        • Function Descriptions
    • Rigid, Mass, Spring and Gap Elements - RigidElem, MassElem, DiscElem, GapElem
      • Rigid Elements - RigidElem
        • Attribute Objects
        • Function Descriptions
      • Mass Elements - MassElem
        • Attribute Objects
        • Function Descriptions
      • Spring and Dashpot Elements - DiscElem
        • Attribute Objects
        • Function Descriptions
      • Gap Elements - GapElem
        • Attribute Objects
        • Function Descriptions
    • Report Writing - ProRender
      • Rendering - ProRender
        • Function Descriptions

Additional Resources

  • Release Notes
    • SAM 2.x Releases
      • SAM 2.12.x - latest [September 30, 2025]
        • Fixed Bugs
        • New Features
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.11.x - [September 4, 2025]
        • Fixed Bugs
        • New Features
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.10.x - [July 28, 2025]
        • Fixed Bugs
        • New Features
        • Patches
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.9.x - [Jun 11, 2025]
        • Fixed Bugs
        • New Features
        • Patches
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.8.x - [Apr 29, 2025]
        • Fixed Bugs
        • New Features
        • Patches
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.7.x - [Mar 21, 2025]
        • Fixed Bugs
        • New Features
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.6.x [Jan 22, 2025]
        • Fixed Bugs
        • New Features
        • Patches
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.5.x [Dec 16, 2024]
        • Fixed Bugs
        • New Features
        • Patches
        • Benchmark Report of HOOPS Solve
        • Provided Third Parties
      • SAM 2.4.x [Nov 20, 2024]
        • Fixed Bugs
        • New Features
        • Patches
        • Benchmark Report of HOOPS Solve
      • SAM 2.3.x [Oct 1, 2024]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 2.2 [Aug 23, 2024]
        • Fixed Bugs
        • New Features
      • SAM 2.1.x [Jul 15, 2024]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 2.0 [Jun 5, 2024]
        • Fixed Bugs
        • New Features
    • SAM 1.x Releases
      • SAM 1.11.x [Apr 18, 2024]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.10.x [Feb 28, 2024]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.9.x [Dec 20, 2023]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.8.x [Nov 7, 2023]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.7.x [Sep 29, 2023]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.6.x [Aug 16, 2023]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.5.x [Jul 4, 2023]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.4.x May 26, 2023
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.3.x [Apr 28, 2023]
        • Fixed Bugs
        • New Features
        • Patches
      • SAM 1.2.x [Feb 17, 2023]
        • Fixed Bugs
        • New Features
        • Feature Gaps
        • Patches
      • SAM 1.0.x [Sep 28, 2022]
        • Fixed Bugs
        • New Features
        • Patches
  • Downloads
  • Evaluation
  • Archives
    • 2025
    • 2024
    • 2023
    • 2022

Support

  • Developer Support
  • Community Forum
  • Contact Us
HOOPS Solve
  • Search


© Copyright 2025, Tech Soft 3D

Welcome Conversation saved
HOOPSY BETA

Hello! I'm HOOPSY

Your Docs generative AI assistant. Ask me anything about HOOPS Solve or choose a sample question below to start a conversation:

What is HOOPS Solve?
What are the latest release notes for HOOPS Solve?
How do I start evaluating HOOPS Solve?
How do I write my first sample application?
How can I get assistance?

HOOPSY may store conversations according to OpenAI's policy. Responses may not always be accurate.

HOOPSY is thinking...
Return to top