Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID SystemId, | //in |
MIL_INT64 ModelFinderType, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ContextIdPtr | //out |
This function allocates a Model Finder context on the specified system. A Model Finder context contains all the information necessary to perform an MmodFind() search, including global search settings, and the individual model(s) to locate. When the Model Finder context is no longer required, you should release its memory, using MmodFree().
Define and add models to the Model Finder context using MmodDefine(). You must add at least one model to the context regardless of the context type. Some context types accept only one model.
The Model Finder context and individual model search settings can be adjusted using MmodControl().
Specifies the system on which to allocate the context. This parameter should be set to one of the following values:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Specifies the type of Model Finder context. This parameter must be set to one of the following values:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Model Finder context uses a general geometric search algorithm. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Model Finder context uses a controlled geometric search algorithm. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Model Finder context uses a circular model search algorithm. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that the Model Finder context uses an elliptical model search algorithm. |
Header | Include mil.h. |
Library | Use mil.lib; milmod.lib. |
DLL | Requires mil.dll; milmod.dll. |