extrude.edge.start.index
Syntax
- i := extrude.edge.start.index(ep)
- Get local index i of edge ep within the first block attached to the edge. This can be used to iterate through all blocks attached to an edge with the
extrude.edge.start.block
,extrude.block.next.block
andextrude.block.next.index
functions.Returns: i - edge index with i \(\ge\) 1 Arguments: ep - edge pointer
See also
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |