Export to parasolid file

I want to export parasolid file using c#. need a c# sample code to export parasolid file.

Hi @sonamkumar.eng,

The only way to export .x_t is to script Rhino’s Export command using RhinoApp.RunScript.

Here is an example of how to export dxf you can use as a starting point.

SampleCsExportDXF.cs

– Dale