21.01.2015 Views

COMSOL Multiphysics™

COMSOL Multiphysics™

COMSOL Multiphysics™

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

tetrahedron2, tetrahedron3<br />

Purpose<br />

tetrahedron2, tetrahedron3<br />

Create a tetrahedron geometry object.<br />

Syntax<br />

Description<br />

t2 = tetrahedron2(p)<br />

t3 = tetrahedron3(p)<br />

t3 = tetrahedron3 creates a solid tetrahedron object with the corners at the origin<br />

and at the distance 1 from the origin along each positive coordinate axis.<br />

tetrahedron3 is a subclass of solid3.<br />

t3 = tetrahedron3(p) creates a solid tetrahedron object with the corners given<br />

by the four columns of p.<br />

t2 = tetrahedron2(...) creates a surface tetrahedron object. tetrahedron2 is<br />

a subclass of face3.<br />

The 3D geometry object properties are available. The properties can be accessed<br />

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

Examples<br />

The following command generates a solid tetrahedron object.<br />

t3 = tetrahedron3([0 0 1 1;...<br />

0 0.8 1 0;...<br />

0 0.1 0 0.2]);<br />

See Also<br />

face3, geom0, geom1, geom2, geom3<br />

399

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

Saved successfully!

Ooh no, something went wrong!