extrude.block.next.index
Syntax
- ir := extrude.block.next.index(p,i)
Get local index ir of an extrude edge within the next block attached to this edge (note: the same edge has local index i within the source block p). This can be used to iterate through all blocks connected to an edge using the
extrude.block.next.block
function.Returns: ir - edge index
Arguments: p - source block pointer
i - edge index
See also
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |