Eplan Platform API
Eplan.EplApi.HEServices Namespace / Placement3DService Class / InterpretAutomatically Method / InterpretAutomatically(Placement3D,Placement3D[],Boolean) Method
3D placement for which automatic interpretation willl be started. Cannot be null.
Array of Placement3D objects from which the best mathing one will be searched for.
Show best match dialog if true. In other case method selects best match automatically.
Example

In This Topic
    InterpretAutomatically(Placement3D,Placement3D[],Boolean) Method
    In This Topic
    Starts automatic interpretation.
    Syntax

    Parameters

    Parameter NameDescription
    oTarget3D placement for which automatic interpretation willl be started. Cannot be null.
    arrSourcesToSearchForBestMachArray of Placement3D objects from which the best mathing one will be searched for.
    bShowBestMachDlgShow best match dialog if true. In other case method selects best match automatically.
    Example
    Following example shows how to use the method:
    new Placement3DService().InterpretAutomatically(oInstallationSpaceTarget.Children[0], oInstallationSpaceSource.Children, false);
    
    
    See Also