Home
last modified time | relevance | path

Searched refs:ExportStl (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/WinForms/
H A DForm1.cs33 private System.Windows.Forms.MenuItem ExportStl; field in IE_WinForms.Form1
123 this.ExportStl = new System.Windows.Forms.MenuItem(); in InitializeComponent()
232 this.ExportStl, in InitializeComponent()
263 this.ExportStl.Enabled = false; in InitializeComponent()
264 this.ExportStl.Index = 3; in InitializeComponent()
265 this.ExportStl.Text = "&Stl ..."; in InitializeComponent()
266 this.ExportStl.Click += new System.EventHandler(this.ExportStl_Click); in InitializeComponent()
856 this.ExportStl.Enabled = true; in FileImport_Popup()
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy_D3D/
H A DOCCTProxyD3D.cpp912 bool ExportStl (const TCollection_AsciiString& theFileName)
959 case 4: isResult = ExportStl (aFilename); break;
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy/
H A DOCCTProxy.cpp950 bool ExportStl(const TCollection_AsciiString& theFileName)
1018 isResult = ExportStl(aFilename);