Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / ResetPositions3D Method / ResetPositions3D(Int32) Method
Index of .TopLevelObjects3D from a macro 3d

In This Topic
    ResetPositions3D(Int32) Method
    In This Topic
    Resets positions of items of a 3d macro according to one of its objects.
    Syntax
    public void ResetPositions3D( 
       int nIndex
    )
    public:
    void ResetPositions3D( 
       int nIndex
    ) 

    Parameters

    nIndex
    Index of .TopLevelObjects3D from a macro 3d
    Remarks
    After calling the method, each 3d object is transformed by inverted transformation of .TopLevelObjects3D[nIndex]
    See Also