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

In This Topic
    Move Method (Placement3D)
    In This Topic
    Moves this object.
    Syntax
    public void Move( 
       double x,
       double y,
       double z
    )
    public:
    void Move( 
       double x,
       double y,
       double z
    ) 

    Parameters

    x
    Offset in x direction
    y
    Offset in y direction
    z
    Offset in z direction
    Remarks
    Moves the object relative to the absolute axis origin. The passed coordinates are of the movement vector.
    See Also