ProMetyx · NXOpen · Aerostructure · AI
ProMetyx
NXPilot
Add your splash video — replace <source src="splash.mp4">
PROMETYX.NET
NXPILOT // AI MACHINING
🔇 MUTED

Intelligent tools for aerostructure programming

AI-powered NXOpen automation for CAM programming, feature recognition, and multi-axis machining — purpose-built for aerospace manufacturing.

5X
Programming Speed
3
Core AI Modules
20+
Years NX Expertise
5ax
Multi-Axis Ready

Built on NXOpen.
Driven by AI.

Every tool in NXPilot runs natively inside Siemens NX via NXOpen automation — no external software, no broken workflows.

01 — Feature Recognition
Aerostructure
Feature Engine

Automatically identifies and classifies pockets, flanges, ribs, and contoured surfaces on structural components — then maps them to machining strategies.

02 — CAM Automation
Intelligent Toolpath
Generation

AI-assisted operation templates that analyze geometry and auto-configure optimal multi-axis toolpaths for structural aerostructure features.

03 — NXOpen Scripting
Custom Automation
Framework

C#-based NXOpen API integrations for custom CAM workflows, batch processing, and enterprise-level NC automation tailored to your shop floor.


prometyx.net
Ready to transform your
NX programming workflow?

Schedule a demo and see NXPilot running live inside Siemens NX on your aerostructure parts.

Request a Demo
Three modules.
One platform.

NXPilot delivers three focused AI tools, each targeting the highest-friction points in aerostructure CAM programming.

In Dev
Module 01
AeroRecog

Automated feature recognition purpose-built for aerostructures. Classifies pockets, ribs, flanges, stringer runouts, and complex contoured surfaces — then assigns proven machining strategies instantly.

  • Structural pocket & rib detection
  • Contour surface classification
  • Automatic operation mapping
  • Works on fuselage, wing, empennage
  • NXOpen C# API architecture
Beta
Module 02
PathGen AI

AI-driven multi-axis toolpath generation that analyzes your aerostructure geometry and automatically builds optimized NX CAM operations — from roughing to finishing.

  • 3–5 axis toolpath automation
  • Intelligent feed/speed optimization
  • Material-aware strategy selection
  • Titanium, Aluminum, Composites
  • NX CAM native integration
In Dev
<NXOpen/> C# · AI · CAM
Module 03
NXScript Studio

A framework for building, deploying, and managing custom NXOpen automation scripts across your engineering organization — with AI-assisted code generation for CAM workflows.

  • AI-assisted NXOpen code generation
  • Template library for CAM operations
  • Batch NC program generation
  • Enterprise deployment tools
  • Vericut integration hooks

All modules run natively in NX.

No plugins to install separately. No context switching. NXPilot tools appear directly in your NX CAM environment via NXOpen.

Get Early Access
Built on the
NXOpen API.

NXPilot is architected as a native NXOpen C# application — deep integration with NX CAM internals, not a surface-level plugin.

NXOpen API
C# / .NET
Siemens NX CAM
Native Integration
AI Inference Engine
On-premise / Cloud
Feature Recognition ML
Custom-trained Models
Vericut Integration
CGTech API
Post Processor Engine
Multi-controller
Data Flow
Input
NX Part
——▶recog
AI
Features
——▶map
Generate
Toolpaths
——▶sim
Output
NC Code
AeroRecog_FeatureEngine.cs
// NXPilot — AeroRecog Feature Engine // NXOpen C# · Aerostructure Feature Detection using NXOpen; using NXOpen.CAM; using NXFrontier.AI.Recognition; public class AerostructureFeatureEngine { private readonly INXAIModel _model; private readonly Session _session; public AerostructureFeatureEngine(Session nx) { _session = nx; _model = AIModelFactory.Load( "aerostructure_v2.onnx"); } public List<MachiningFeature> Recognize( Body targetBody) { var geometry = ExtractGeometry(targetBody); var features = _model.Classify(geometry); return features .Where(f => f.Confidence > 0.85f) .Select(f => MapToStrategy(f)) .ToList(); } private MachiningFeature MapToStrategy( AIFeatureResult f) => f.Type switch { "StructuralPocket" => new PocketOperation(f), "ContourSurface" => new ContourOperation(f), "RibFeature" => new RibOperation(f), _ => new GenericOperation(f) }; }

SIEMENS NX

Full NXOpen API access — CAM operations, geometry, tooling, post-processing all exposed natively.

CGTECH VERICUT

Automated simulation handoff — NXPilot can trigger Vericut verification directly from the CAM workflow.

FANUC / SIEMENS / HAAS

Multi-controller post-processor framework — supports 3, 4, and 5-axis machine configurations.

ENTERPRISE PLM

Teamcenter-aware architecture for CAM data management, revision control, and NC program traceability.

ProMetyx.
NXPilot.
Aerospace manufacturing is still losing hours to CAM programming that could be done in minutes.
NXPilot exists to close that gap — with AI tools built by engineers who have lived the problem.

ProMetyx is an advanced manufacturing technology company founded on direct experience inside aerospace and defense supply chains. NXPilot is our applied AI program — focused exclusively on NX CAM automation for structural machining.

Our tools are built by NX programmers, for NX programmers. Every line of code starts from real shop-floor problems: the 6-hour CAM setup that should take 45 minutes, the feature recognition that NX doesn't do out of the box, the custom automation that every aerospace shop secretly wishes existed.

We are practitioners first. NXPilot is what we built for ourselves — and what we believe the industry needs.

Core Expertise
  • 02
    Siemens NX CAM & NXOpen 20+ years of NX CAM programming and NXOpen C# automation development across aerospace and defense programs.
  • 01
    Multi-Axis Machining Deep experience in 3, 4, and 5-axis toolpath strategy for structural titanium and aluminum aerostructures.
  • 03
    Vericut Simulation Advanced CNC simulation and verification workflows — machine modeling, gouge detection, and NC optimization.
  • 04
    Aerospace & Defense Direct experience on fuselage, wing, and empennage structural programs with OEM and Tier 1 suppliers.
  • 05
    CAM Vendor Background Prior roles at CAM/PLM software companies — deep understanding of how the tools actually work under the hood.
Request a Demo.

See NXPilot running live inside Siemens NX on your aerostructure geometry. We work with OEMs, Tier 1/2 shops, and individual NX programmers.

Program
NXPilot by ProMetyx
Website
prometyx.net
Focus Areas
Aerostructure CAM Automation
NXOpen C# Development
Feature Recognition AI
Enterprise NC Automation
Early Access Program

NXPilot is in active development. Early access partners get direct input into product direction and preferred pricing.

// We respond within 1 business day