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.

cone2, cone3<br />

Cone objects have the following properties:<br />

TABLE 1-10: CONE OBJECT PROPERTIES<br />

PROPERTY<br />

r<br />

h<br />

ang<br />

DESCRIPTION<br />

Radius<br />

Height<br />

Semi-angle<br />

x, y, z, xyz Position of the object. Components and vector forms<br />

ax2<br />

ax3<br />

rot<br />

Rotational angle of symmetry axis<br />

Axis of symmetry<br />

Rotational angle<br />

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

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

See geomcsg and geom for more information on geometry objects.<br />

Compatibility<br />

Examples<br />

The FEMLAB 2.3 syntax is obsolete but still supported. The numbering of faces,<br />

edges and vertices is different from the numbering in objects created in 2.3.<br />

Create a cone with an apex<br />

h = 2;<br />

r = 1;<br />

c3 = cone3(r,h,atan(r/h));<br />

get(c3,'ang')<br />

Created truncated and rotated cone<br />

c2 = cone2(r,h,atan(0.7*r/h),'pos',[1 -2 4],...<br />

'axis',[1 -1 0.3],'rot',pi/3);<br />

get(c2,'ax2')<br />

See Also<br />

cylinder2, cylinder3, econe2, econe3, face3, gencyl2, gencyl3, geom0,<br />

geom1, geom2, geom3, geomcsg<br />

45

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

Saved successfully!

Ooh no, something went wrong!