TriangulateWithOrder Sub Procedure

Startpage
Overview
Index
HAPI
   |
   HAPI.Domain
      |
      TriangulateWithOrder(colNodes As Collection)

Syntax

Sub Procedure TriangulateWithOrder(colNodes As Collection)

Parameter description

NameTypeDescription
colNodesCollection A Visual Basic Collection object of Node objects specifying the order in which nodes should be eliminated.

Description

Performs the triangulation step of the compilation process using a specific elimination order. Calling Compile afterwards will use this triangulation. You will need to be familiar with the low-level details about the algorithms used in Hugin to use this functionality (see also Triangulate). Can only be called on an uncompiled domain (use the Uncompile method if a domain is compiled).

HUGIN Expert A/S, 2008 - comments to activex@hugin.com