.X_T

X_T File

Parasolid Model (text transmit file)
Ask a question
QUICK ANSWER

An X_T file is a 3D CAD solid model in Siemens' Parasolid format, used to share exact part geometry between programs like SolidWorks, Solid Edge, and NX. To view one for free, use eDrawings Viewer or CAD Assistant, or upload it to ShareCAD or Autodesk Viewer online. To 3D print it, convert to STL first - X_T stores precise B-rep geometry, not a printable mesh.

Developer: Siemens Digital Industries Software (Parasolid kernel) Category: CAD Files MIME: application/octet-stream
OPENS ON Windows macOS Linux Web
Related: .DWG · .SLDPRT · .EASM · .NWD

On this page

19k+ extensions indexed
Last reviewed Aug 13, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the X_T file format?

.x_t files are characteristic of the Parasolid program - software dedicated to CAD modelling, now maintained by Siemens Digital Industries Software. Such files are text-based (ASCII) and generally contain numbers defining various details of a 3D model, e.g. geometry, topology, colours, vectors, and other engineering properties.

  • .x_t files can be utilised by many other CAD programs beyond the native Parasolid toolset, making the format a common neutral exchange standard in mechanical design.
  • Besides the text form, .x_t files can also occur in a binary variant - in that case they are stored with the .x_b extension, which is less popular but more compact.
  • The extensions preceding .x_t were the .xmt_txt and .xmt_bin files, used in older versions of the transmit format.
  • A .x_t file is identified by its distinctive ASCII header containing a PARASOLID ! sentinel together with the schema version and creation date.

Security & safety

RISK: LOW

An X_T file is passive geometry data - no executable code, so opening one is safe. The real concerns are non-malicious: exact B-rep geometry means a recipient can measure every dimension of your design (IP exposure), and large assemblies can be slow to load. As always, confirm the true extension of any file claiming to be '.x_t' from an untrusted source rather than trusting the name.

Format details

in a nutshell
FULL NAMEParasolid Model (text transmit file)
DEVELOPERSiemens Digital Industries Software (Parasolid kernel)since Parasolid kernel since 1988 (Shape Data/Unigraphics); .x_t/.x_b transmit files
CATEGORYCAD Files
MIME TYPEapplication/octet-stream
TYPE3D CAD solid model - Parasolid kernel "transmit" file (ASCII text variant)

Programs that open X_T files

Windows6 apps
Autodesk Inventor Paid Open/import the Parasolid as a solid body for engineering work.
eDrawings Viewer Free Free Dassault viewer - open the .x_t to rotate, section and measure the part. No CAD licence needed.
KeyCreator Paid Kubotek direct-CAD editor that opens/edits Parasolid .x_t files.
CAD Assistant (Open Cascade) Free Free offline viewer/converter that supports Parasolid (x_t/x_b) - view, measure and export (e.g. to STL/glTF).
Autodesk Fusion 360 Freemium Insert/Upload the .x_t to import the solid for editing or export. Free for personal/hobby use.
SolidWorks / Solid Edge / NX Paid Parasolid-based CAD - File > Open imports the .x_t natively with full fidelity (these systems ARE Parasolid).
macOS2 apps
CAD Assistant (Open Cascade) Free Free Parasolid-capable viewer/converter on macOS - open to inspect and export.
Autodesk Fusion 360 Freemium Import the .x_t for viewing/editing; free for personal use.
Linux2 apps
FreeCAD Open-source Free CAD; can import Parasolid via add-ons/OpenCascade - best results vary, but a free desktop option. (For guaranteed fidelity, ask for STEP.)
CAD Assistant (Open Cascade) Free Cross-platform Parasolid-capable viewer/converter on Linux.
Web2 apps
ShareCAD Free Free online viewer that explicitly supports Parasolid (x_t, x_b) - upload and view in the browser.
Autodesk Viewer Free Upload the .x_t to view, rotate and measure in a browser - no install.

Technical details

deep spec
File typeASCII text (human-readable plain text)
DeveloperSiemens Digital Industries Software (Parasolid kernel)
EncodingPlain US-ASCII; no binary embedded sections
File headerFirst line is an alphabet sentinel; second line contains "PARASOLID !" followed by the schema version number and creation date
Binary counterpart.x_b - same Parasolid model stored in binary (non-human-readable) form; smaller file size
MIME typeapplication/octet-stream
Geometry representationBoundary-representation (B-rep) solid: vertices, edges, faces, shells, and parametric surface definitions
Additional dataMaterial colours, tolerances, assembly attributes, and named bodies can also be stored within the file
Kernel historyParasolid kernel first developed by Shape Data Ltd in 1988; later acquired by UGS, then Siemens Digital Industries Software
Predecessor formats.xmt_txt and .xmt_bin - older Parasolid transmit naming conventions replaced by .x_t and .x_b
InteroperabilityNatively read and written by SolidWorks, Solid Edge, NX, Autodesk Inventor, CATIA V5/V6, FreeCAD, and others
Exchange roleNeutral CAD geometry exchange; preferred over STEP or IGES when both systems share a Parasolid kernel
Schema versioningSchema version number embedded in the file header; newer schema levels may not load correctly in older software
File size vs binaryTypically 2-4× larger than the equivalent .x_b file due to ASCII text representation
ReleasedParasolid kernel since 1988 (Shape Data/Unigraphics); .x_t/.x_b transmit files
Specificationplm.sw.siemens.com

X_T conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with X_T files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about X_T files.

Frequently asked questions

How do I open an X_T file for free?
Use a free viewer - eDrawings Viewer or Open Cascade CAD Assistant (which supports Parasolid), or the online ShareCAD/Autodesk Viewer (no install). They let you rotate, section and measure the part without buying CAD.
What is the difference between .x_t and .x_b?
They are the same Parasolid model in two encodings: .x_t is the ASCII text 'transmit' file (portable, human-inspectable header), .x_b is the binary equivalent (smaller). CAD tools read both; pick whichever your software/recipient expects.
How do I convert an X_T to STL for 3D printing?
Import the .x_t into Fusion 360, CAD Assistant or any Parasolid CAD and Export as STL, choosing a mesh resolution; then load the STL into your slicer (Cura, PrusaSlicer). X_T itself isn't a printable mesh.
What's the difference between X_T (Parasolid) and STEP?
Both carry exact 3D solids, but STEP is the open ISO 10303 standard read by almost every CAD tool, while X_T is Siemens' Parasolid kernel format - extremely faithful between Parasolid-based CAD (SolidWorks/Solid Edge/NX) but less universally supported. For the widest compatibility, ask for STEP.
Can I edit an X_T file?
Yes, in CAD that imports Parasolid: SolidWorks, Solid Edge, NX, Inventor or Fusion 360 bring it in as a solid body. You edit the imported solid - the original feature history doesn't travel in an X_T.
Why does my X_T open as text/code?
Because the text variant (.x_t) IS ASCII - its first line shows a PARASOLID header. If it opens in Notepad, no CAD viewer is associated. Open it in eDrawings/CAD Assistant or a web viewer to see the 3D model.

References

1Siemens - Parasolid (geometry kernel)plm.sw.siemens.com
2Open Cascade - CAD Assistant (Parasolid-capable viewer/converter)www.opencascade.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.BINCD/DVD Disc Image (BIN/CUE)
4.PARTPartial Download File
5.MDMarkdown Document
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.SWFSmall Web Format (Shockwave Flash)

Related extensions

.DWGAutoCAD Drawing Database
.SLDPRTSOLIDWORKS Part File
.EASMeDrawings Assembly
.NWDNavisworks Document (published 3D model)
.VWXVectorworks Design File
.DXFDrawing Exchange Format (AutoCAD DXF)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z