Hi, here is THE problem:
I have 3D data with cube components (dep "connections"). When using boundary ShowBoundary->AutoColor some midle cubes are shaded as boundary ones. For example:

+-------+--------+-------+
|       |   B    |       |
|   A   +--------+   D   |
|       |   C    |       |
+-------+--------+-------+



The nodes at the adcacent surface of cubes B&C are shown darker...

Does any one have the solution !?

I have attached the import file if that helps...


 object "nodes" class array type float rank 1 shape 3 items       104604
 binary data file "output",           0
 
 object  "b01k1_quads" class array type int rank 1 shape 8 items        24828
 binary data file "output",     1255248
 attribute "element type" string "cubes"
 attribute "ref" string "positions"
 
 object  "b01k0_quads" class array type int rank 1 shape 8 items        52035
 binary data file "output",     2049744
 attribute "element type" string "cubes"
 attribute "ref" string "positions"
 
 object  "b01k1_Ar_rho" class array type float rank 0 items        24828
 binary data file "output",     3714864
 attribute "dep" string "connections"
 
 object "b01k1_rho" class field
 component "positions" value "nodes"
 component "connections" value "b01k1_quads"
 component "data" value "b01k1_Ar_rho"
 
 object  "b01k0_Ar_rho" class array type float rank 0 items        52035
 binary data file "output",     3814176
 attribute "dep" string "connections"
 
 object "b01k0_rho" class field
 component "positions" value "nodes"
 component "connections" value "b01k0_quads"
 component "data" value "b01k0_Ar_rho"
 
 object  "b01k1_Ar_rhoU" class array type float rank 1 shape 3 items 
       24828
 binary data file "output",     4022316
 attribute "dep" string "connections"
 
 object "b01k1_rhoU" class field
 component "positions" value "nodes"
 component "connections" value "b01k1_quads"
 component "data" value "b01k1_Ar_rhoU"
 
 object  "b01k0_Ar_rhoU" class array type float rank 1 shape 3 items 
       52035
 binary data file "output",     4320252
 attribute "dep" string "connections"
 
 object "b01k0_rhoU" class field
 component "positions" value "nodes"
 component "connections" value "b01k0_quads"
 component "data" value "b01k0_Ar_rhoU"
 
 object  "b01k1_Ar_rhoE" class array type float rank 0 items        24828
 binary data file "output",     4944672
 attribute "dep" string "connections"
 
 object "b01k1_rhoE" class field
 component "positions" value "nodes"
 component "connections" value "b01k1_quads"
 component "data" value "b01k1_Ar_rhoE"
 
 object  "b01k0_Ar_rhoE" class array type float rank 0 items        52035
 binary data file "output",     5043984
 attribute "dep" string "connections"
 
 object "b01k0_rhoE" class field
 component "positions" value "nodes"
 component "connections" value "b01k0_quads"
 component "data" value "b01k0_Ar_rhoE"
 
 object  "b01k1_Ar_rhoK" class array type float rank 0 items        24828
 binary data file "output",     5252124
 attribute "dep" string "connections"
 
 object "b01k1_rhoK" class field
 component "positions" value "nodes"
 component "connections" value "b01k1_quads"
 component "data" value "b01k1_Ar_rhoK"
 
 object  "b01k0_Ar_rhoK" class array type float rank 0 items        52035
 binary data file "output",     5351436
 attribute "dep" string "connections"
 
 object "b01k0_rhoK" class field
 component "positions" value "nodes"
 component "connections" value "b01k0_quads"
 component "data" value "b01k0_Ar_rhoK"
 
 object  "b01k1_Ar_rhoW" class array type float rank 0 items        24828
 binary data file "output",     5559576
 attribute "dep" string "connections"
 
 object "b01k1_rhoW" class field
 component "positions" value "nodes"
 component "connections" value "b01k1_quads"
 component "data" value "b01k1_Ar_rhoW"
 
 object  "b01k0_Ar_rhoW" class array type float rank 0 items        52035
 binary data file "output",     5658888
 attribute "dep" string "connections"
 
 object "b01k0_rhoW" class field
 component "positions" value "nodes"
 component "connections" value "b01k0_quads"
 component "data" value "b01k0_Ar_rhoW"
 
 object "k1_rho" class multigrid
 member            0  value "b01k1_rho"
 
 object "k1_rhoU" class multigrid
 member            0  value "b01k1_rhoU"
 
 object "k1_rhoE" class multigrid
 member            0  value "b01k1_rhoE"
 
 object "k1_rhoK" class multigrid
 member            0  value "b01k1_rhoK"
 
 object "k1_rhoW" class multigrid
 member            0  value "b01k1_rhoW"
 
 object "k0_rho" class multigrid
 member            0  value "b01k0_rho"
 
 object "k0_rhoU" class multigrid
 member            0  value "b01k0_rhoU"
 
 object "k0_rhoE" class multigrid
 member            0  value "b01k0_rhoE"
 
 object "k0_rhoK" class multigrid
 member            0  value "b01k0_rhoK"
 
 object "k0_rhoW" class multigrid
 member            0  value "b01k0_rhoW"
 
 object "gk1" class group
 member 0 value "k1_rho"
 member 1 value "k1_rhoU"
 member 2 value "k1_rhoE"
 member 3 value "k1_rhoK"
 member 4 value "k1_rhoW"
 
 object "gk0" class group
 member 0 value "k0_rho"
 member 1 value "k0_rhoU"
 member 2 value "k0_rhoE"
 member 3 value "k0_rhoK"
 member 4 value "k0_rhoW"
 
 end

Reply via email to