Home
last modified time | relevance | path

Searched refs:IsWireframeEnabled (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/WPF_D3D/
H A DOCCViewer.cs67 public bool IsWireframeEnabled { get; private set; } property in IE_WPF_D3D.OCCViewer
288 IsWireframeEnabled = false; in SelectionChanged()
291 IsWireframeEnabled = false; in SelectionChanged()
296 IsWireframeEnabled = true; in SelectionChanged()
301 IsWireframeEnabled = true; in SelectionChanged()
H A DMainWindow.xaml.cs505 public bool IsWireframeEnabled property in IE_WPF_D3D.MainWindow
511 return ActiveViewer.IsWireframeEnabled;
687 this.WireframeItem.IsEnabled = IsWireframeEnabled; in OnContextOpened()
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/WPF_WinForms/
H A DOCCViewer.cs66 public bool IsWireframeEnabled { get; private set; } property in IE_WPF_WinForms.OCCViewer
367 IsWireframeEnabled = false; in SelectionChanged()
370 IsWireframeEnabled = false; in SelectionChanged()
375 IsWireframeEnabled = true; in SelectionChanged()
380 IsWireframeEnabled = true; in SelectionChanged()
788 ContextWireframe.Enabled = IsWireframeEnabled; in OnPopup()
H A DMainWindow.xaml.cs428 public bool IsWireframeEnabled property in IE_WPF_WinForms.MainWindow
434 return ActiveViewer.IsWireframeEnabled;