DivideCell Cellzilla2D Home

Description

Divides a cell along a specified line.

Needs["Cellzilla2D`"];

Return Value

DivideCell[tissue, j, {{x1,y1}, {x2, y2}}] returns a tissue with cell j divided along the line between the specified points. The line is either extended or truncated to find the endpoints of the new edge. If the line does not intersect the cell (even when extended to infinity) then $Failed is returned.

Options

Example

[ Download Example as Zipped Mathematica Notebook ]

Implementation Notes

See Also



[2009-06-21T16:45:43-0700 ]