TriangulateWithOrder Sub Procedure | Startpage |
HAPI | HAPI.Domain | TriangulateWithOrder(colNodes As Collection) |
Sub Procedure TriangulateWithOrder(colNodes As Collection)
Name Type Description colNodes
Collection A Visual Basic Collection object of Node objects specifying the order in which nodes should be eliminated.
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 |