Module: face

Methods

(static) getFaceGeometry(topo, face) → {Array.<Array.<Array.<number>>>}

Returns the polygon in the given topology with the specified face.

Parameters:
Name Type Description
topo module:topo~Topo
face module:face~Face
Source:
Returns:
Type
Array.<Array.<Array.<number>>>

(static) getRingEdges()

Returns the ordered set of signed edge identifiers met by walking on an a given edge side.

Source:

Type Definitions

Face

Face definition

Type:
  • Object
Properties:
Name Type Description
id number

Face ID

Source: