21.01.2015 Views

COMSOL Multiphysics™

COMSOL Multiphysics™

COMSOL Multiphysics™

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ect1, rect2<br />

In addition, all 2D geometry object properties are available. All properties can be<br />

accessed using the syntax get(object,property). See geom2 for details.<br />

Example<br />

The commands below create a geometry object corresponding to the L-shaped<br />

membrane using the union of three rectangles and plot the result.<br />

sq1 = rect2(1,1);<br />

sq2 = move(sq1,0,-1);<br />

sq3 = move(sq1,-1,-1);<br />

lshape = sq1+sq2+sq3<br />

geomplot(lshape);<br />

Compatibility<br />

See Also<br />

The FEMLAB 2.3 syntax is obsolete but still supported.<br />

geomcsg, curve2, curve3, square1, square2<br />

376 | CHAPTER 1: COMMAND REFERENCE

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!