export many layers
- remark : wrong merge code ( dverged on two latptops .. ) possible loss
This commit is contained in:
@@ -13,6 +13,16 @@ extends Range
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
/** sub layers **/
|
||||
public LabyLayers(LabyLayers pLayers, Range pRange)
|
||||
{
|
||||
for ( int layer = pRange.getMin(); layer <= pRange.getMax(); layer ++)
|
||||
{
|
||||
addLabyModel(layer, pLayers.getLayer(layer));
|
||||
}
|
||||
}
|
||||
|
||||
public void addLabyModel(int z, LabyModel model)
|
||||
{
|
||||
updateBounds(z);
|
||||
|
||||
Reference in New Issue
Block a user