Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / Move Method
Move value along the X axis.
Move value along the Y axis.
Move value along the Z axis.

In This Topic
Move Method (Group3D)
In This Topic
Moves the Group3D object relative to absolute axis origin.
Syntax
public void Move( 
   double x,
   double y,
   double z
)

Parameters

x
Move value along the X axis.
y
Move value along the Y axis.
z
Move value along the Z axis.
See Also