fracture.copy

Syntax

clone = fracture.copy(toclone<,dfn,id>)

Copy a fracture.

Returns:

clone - pointer to newly created fracture

Arguments:

toclone - pointer to fracture to be cloned

dfn - Optional pointer to the DFN where the cloned fracture is to be placed. If dfn is not specified, then a copy is placed in the same DFN to which clone belongs.

id - The optional ID for the newly created fracture, if not specified, is set to the next available ID.