Create a copy of an object derived from the Union class.
Unew = U.copy
Unew = copy(U)
U |
Any object derived from the Union class, e.g. PolyUnion, etc. Class: Union |
Unew |
New object which is an exact copy of the original object U. Class: Union |
◀ | getfunction | plot | ▶ |
© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch