Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/17 23:45:08 (7 years ago)
Author:
abeham
Message:

#2817:

  • Added checkbox to control showing extreme points in visualization
    • Automatically determine size of extreme point cubes
  • Fixed some bugs in extreme point generation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml

    r15167 r15307  
    3232             Focusable="true"
    3333             >
    34     <Grid>
    35         <Border BorderThickness="1" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}">
    36             <Viewport3D Name="viewport3D1" >
     34    <Grid Margin="0,0,-64,-57">
     35        <CheckBox Name="showExtremePointsCheckBox" Content="Show extreme points" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10,6,0,0" Unchecked="showExtremePointsCheckBoxOnUnchecked" Checked="showExtremePointsCheckBoxOnChecked"/>
     36        <Border BorderThickness="1" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}" Margin="0,30,0,0">
     37            <Viewport3D Name="viewport3D1" Margin="0,-1,0,0" >
    3738                <Viewport3D.Camera>
    3839                    <PerspectiveCamera x:Name="camMain" Position="0.5 8 8" LookDirection="0 -1 -1"> <!-- camera position for design time-->
Note: See TracChangeset for help on using the changeset viewer.