Exemple #1
0
 private void PB_VistaPerfilLongitudinalCortante_MouseMove1(object sender, MouseEventArgs e)
 {
     try
     {
         F_Base.Proyecto.Edificio.PisoSelect.NervioSelect.IsPointMouseCortante(e.Location);
         PB_VistaPerfilLongitudinalCortante.Invalidate();
     }
     catch { }
 }
Exemple #2
0
 private void F_CortanteNervio_Paint(object sender, PaintEventArgs e)
 {
     PB_VistaPerfilLongitudinalCortante.Invalidate();
     Text = $"Cortante | {F_Base.Proyecto.Edificio.PisoSelect.NervioSelect.Nombre} | Unidades [Ton]";
 }
Exemple #3
0
 private void F_CortanteNervio_Resize(object sender, EventArgs e)
 {
     PB_VistaPerfilLongitudinalCortante.Invalidate();
 }