isSameEdge Method

Test if two walkers are in the same polyface at the same edge.

  • If either has undefined edge, return false.
  • If they are in different polyfaces, return false.
  • If they are the same edge in the same polyface, return true.

isSameEdge(other: IndexedPolyfaceWalker): boolean

Parameter Type Description
other IndexedPolyfaceWalker  

Returns - boolean

Defined in

Last Updated: 21 February, 2025