Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / MoveRelative Method
Offset in x direction
Offset in y direction
Offset in z direction

In This Topic
    MoveRelative Method (Placement3D)
    In This Topic
    Moves 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
    Offset in x direction
    y
    Offset in y direction
    z
    Offset in z direction
    Remarks
    The passed coordinates are of the movement vector.
    See Also