Merges arrays of polyunions to one polyunion object.
Un = U.join
Un = join(U)
U |
Array of PolyUnion objects in the same dimension. Class: PolyUnion |
Un |
Single PolyUnion object. Class: PolyUnion |
P = 5*ExamplePoly.randVrep('d',3);Triangulate the polyhedron
T = P.triangulate;Create the array of unions of polyhedra and specifying some properties.
U(1) = PolyUnion('Set',T(1:4),'fulldim',true,'bounded',true);
U(2) = PolyUnion('Set',T(5:6));
U(3) = PolyUnion('Set',T(7:end),'bounded',true);All unions are in the same dimension and all polyhedra are bounded and full-dimensional, therefore we can merge the unions.
Un = U.join
PolyUnion in the dimension 3 with 11 polyhedra. Properties of the union: Bounded: 1 FullDim: 1 Functions : none
◀ | merge | ge | ▶ |
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch