building_blocks.block.edge

Syntax

ep = building_blocks.block.edge(bp,i)

Get a block edge. Edge indices start with 1. The index must not be more than the number of edges for a block (6 = tetrahedron, 9 = wedge, 12 = hexahedron).

Returns:

ep - edge pointer

Arguments:

bp - block pointer

i - edge index