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.

split<br />

Purpose<br />

split<br />

Split a geometry object.<br />

Syntax<br />

Description<br />

[gg,...] = split(g,...)<br />

[gg,...] = split(g,...) returns a cell array where each cell entry contains a<br />

geometry object. When g is solid, face, curve, and point objects, the output gg<br />

contains object of the respective type. When g is a geometry object, the output<br />

contains a combination of solid, face, curve, and point objects.<br />

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

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

PROPERTY VALUE DEFAULT DESCRIPTION<br />

out stx | ftx | ctx |<br />

ptx<br />

empty<br />

Output parameters<br />

Examples<br />

Split union of a solid circle and a solid rectangle.<br />

g = solid2(geomcsg({rect2,circ2}));<br />

gg = split(g);<br />

See Also<br />

geom0, geom1, geom2, geom3<br />

394 | CHAPTER 1: COMMAND REFERENCE

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

Saved successfully!

Ooh no, something went wrong!