public void InterpretAutomatically( Placement3D oTarget, Placement3D[] arrSourcesToSearchForBestMach, bool bShowBestMachDlg )
public: void InterpretAutomatically( Placement3D^ oTarget, array<Placement3D^>^ arrSourcesToSearchForBestMach, bool bShowBestMachDlg )
Parameters
| Parameter Name | Description |
|---|---|
| oTarget | 3D placement for which automatic interpretation willl be started. Cannot be null. |
| arrSourcesToSearchForBestMach | Array of Placement3D objects from which the best mathing one will be searched for. |
| bShowBestMachDlg | Show best match dialog if true. In other case method selects best match automatically. |