nextAroundFacet Method

Return a walker (new or reused) at the next edge around the facet.

  • "Next" is in the order of indices in the face loop of this facet.
  • If the instance has undefined edgeIndex, the result also has undefined edgeIndex.

nextAroundFacet(result?: IndexedPolyfaceWalker): IndexedPolyfaceWalker

Parameter Type Description
result IndexedPolyfaceWalker optional receiver to modify and return. May be the same as this to move the instance walker
to the new location and return it.

Returns - IndexedPolyfaceWalker

Defined in

Last Updated: 21 February, 2025