Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/18 14:54:42 (6 years ago)
Author:
rhanghof
Message:

#2817:

  • Added a new packer.
  • Enhanced the material types.
  • Added extreme point pruning for layer support in the extrem point creators.
  • BinPacking3D: Added a graph for calculating weigth distribution of the items.
File:
1 edited

Legend:

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

    r15488 r15731  
    4848                      Unchecked="ShowResidualSpacesCheckBoxOnUnchecked"
    4949                      Checked="ShowResidualSpacesCheckBoxOnChecked"/>
     50            <TextBlock Name="selectedItemTextBlock"
     51                       Margin="10,6,0,0"
     52                       VerticalAlignment="Top"
     53                       HorizontalAlignment="Left"
     54                       Text="Gegenstand:"/>
    5055        </StackPanel>
    51         <Border BorderThickness="1" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}" Margin="0,52,0,0">
     56        <Border BorderThickness="1" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}" Margin="0,70,0,0">
    5257            <Viewport3D Name="viewport3D1" Margin="0,-1,0,0" >
    5358                <Viewport3D.Camera>
    54                     <PerspectiveCamera x:Name="camMain" Position="0.5 8 8" LookDirection="0 -1 -1"> <!-- camera position for design time-->
     59                    <PerspectiveCamera x:Name="camMain" Position="0.5 8 8" LookDirection="0 -1 -1">
     60                        <!-- camera position for design time-->
    5561                    </PerspectiveCamera>
    5662                </Viewport3D.Camera>
Note: See TracChangeset for help on using the changeset viewer.