Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / MoveRelative Method

In This Topic
    MoveRelative Method (Placement3D)
    In This Topic
    Move this object relative to its parent.
    Syntax
    public void MoveRelative( 
       double x,
       double y,
       double z
    )
    public:
    void MoveRelative( 
       double x,
       double y,
       double z
    ) 

    Parameters

    x
    y
    z
    Remarks
    The passed coordinates are of the movement vector.
    See Also