예제 #1
0
 public void GetMeshPropertiesByUniqueName(string meshName)
 {
     PropertiesPanel.Children.Clear();
     properties_Mesh = new Properties_Mesh();
     properties_Mesh.SetMainWindow(this);
     properties_Mesh.SetMeshName(meshName);
     PropertiesPanel.Children.Add(properties_Mesh);
     properties_Mesh.GetMeshProperties();
 }
예제 #2
0
 public void SetParent(Properties_Mesh parent)
 {
     PropertiesPanel = parent;
 }