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.

move<br />

Purpose<br />

move<br />

Move geometry object.<br />

Syntax<br />

Description<br />

[g,...] = move(g3,x,y,z,...)<br />

[g,...] = move(g2,x,y,...)<br />

[g,...] = move(gn,x,...)<br />

[g,...] = move(g3,x,y,z,...) moves a 3D geometry object by the vector<br />

(x,y,z).<br />

[g,...] = move(g2,x,y,...) moves a 2D geometry object by the vector (x,y).<br />

[g,...] = move(gn,x,...) moves an nD geometry object by the vector x of<br />

length n.<br />

The function move accepts the following property/values:<br />

TABLE 1-17: VALID PROPERTY/VALUE PAIRS<br />

PROPERTY VALUE DEFAULT DESCRIPTION<br />

Out stx | ftx | ctx |<br />

ptx<br />

{} Output parameters<br />

Examples<br />

The commands below move the circle from the origin to (2,3) and plot the result.<br />

c1 = circ2;<br />

c2 = move(c1,2,3);<br />

geomplot(c2)<br />

See Also<br />

geomcsg<br />

302 | CHAPTER 1: COMMAND REFERENCE

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

Saved successfully!

Ooh no, something went wrong!