// JavaScript for tab switching document.querySelectorAll('.tab').forEach(tab => { tab.addEventListener('click', () => { const tabId = tab.id.replace('tab', ''); document.querySelectorAll('.tab-content').forEach(content => { content.style.display = 'none'; }); document.getElementById(`tab-content${tabId}`).style.display = 'block'; // Update URL history.pushState(null, null, `#tab${tabId}`); }); }); // Check URL on page load and show corresponding tab window.addEventListener('DOMContentLoaded', () => { const tabId = window.location.hash.replace('#tab', ''); if (tabId) { document.querySelectorAll('.tab-content').forEach(content => { content.style.display = 'none'; }); document.getElementById(`tab-content${tabId}`).style.display = 'block'; } }); Skip to main content

Software

FTI – FormingSuite

FormingSuite® is our premier software package for sheet metal forming. OEMs and suppliers worldwide use FormingSuite®to optimize the design, feasibility and costing of sheet metal components.

Why FTI?

  • DFM strategies expose design problems early in the New Product Introduction process so that fewer Engineering Change Orders (ECOs) are issued
  • Finding formability issues earlier increases quality and reduces the costs of engineering changes
  • Reduces the time to market for new product introductions
  • Enables confidence in engineering to understand the impact in design and manufacturing to “do it right the first time”

Why FTI?

  • Material optimization methodologies enable light-weighting via material cost prediction and yield assessment
  • FTI uniquely positioned to have an industry-proven solution set to provide early design engineering and processing costs
  • Produce higher mileage vehicles that meet weight targets
  • Early consistent scientific method for establishing blueprint for control and optimization of the supply chain

FormingSuite® is our premier software package for sheet metal forming. OEMs and suppliers worldwide use FormingSuite®to optimize the design, feasibility and costing of sheet metal components.

FormingSuite and CATIA V5/V6 Based Solutions

Precise and Accurate Layflat

Joggles

Formability

Rivet Holes with Accuracy

Springback and Compensation

Enough Talk Let’s Build Something Together