fracture.intersect.pos2

Syntax

Vector Access

pos = fracture.intersect.pos2(inter<,icomp>) (3D only)

Get the second fracture intersection end position.

Returns:

pos - position vector or component

Arguments:

inter - fracture intersection pointer

icomp - optional vector component

Component Access

fpos = fracture.intersect.pos2.x(inter) (3D only)

Get the x-component of the second fracture intersection end position.

Returns:fpos - x-component of the position
Arguments:inter - fracture intersection pointer
fpos = fracture.intersect.pos2.y(inter) (3D only)

Get the y-component of the second fracture intersection end position.

Returns:fpos - y-component of the position
Arguments:inter - fracture intersection pointer
fpos = fracture.intersect.pos2.z(inter) (3D only)

Get the z-component of the second fracture intersection end position.

Returns:fpos - z-component of the position
Arguments:inter - fracture intersection pointer