mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024927: Getting rid of "Persistent" functionality -- Samples and data
Support of old persistence (CSFDB format) is removed from OCCT samples (C#, MFC and Qt) Motor model from data/csfdb is converted from CSFDB to BRep format and put to data/occ (Motor-c.brep)
This commit is contained in:
@@ -700,15 +700,6 @@ namespace IE_WinForms
|
||||
this.myStatusBar.Text = "";
|
||||
}
|
||||
|
||||
private void ImportCsfdb_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
Form2 curForm = (Form2)this.ActiveMdiChild;
|
||||
if (curForm == null)
|
||||
return;
|
||||
this.myModelFormat = IE_WinForms.ModelFormat.CSFDB;
|
||||
curForm.ImportModel(this.myModelFormat);
|
||||
}
|
||||
|
||||
private void ImportIges_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
Form2 curForm = (Form2)this.ActiveMdiChild;
|
||||
@@ -736,15 +727,6 @@ namespace IE_WinForms
|
||||
curForm.ExportModel(this.myModelFormat);
|
||||
}
|
||||
|
||||
private void ExportCsfdb_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
Form2 curForm = (Form2)this.ActiveMdiChild;
|
||||
if (curForm == null)
|
||||
return;
|
||||
this.myModelFormat = IE_WinForms.ModelFormat.CSFDB;
|
||||
curForm.ExportModel(this.myModelFormat);
|
||||
}
|
||||
|
||||
private void ExportIges_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
Form2 curForm = (Form2)this.ActiveMdiChild;
|
||||
|
Reference in New Issue
Block a user