MovePart Class
The commands in the MovePart class are described below.
.
More...
Inherits ParameterObject.
Public Member Functions | |
| virtual Variant | GetProperty (String &name) |
| Returns value of property. More... | |
| void | SetMovePoint (double x, double y, double z) |
| Specifies displacement for each axis direction. More... | |
| virtual void | SetProperty (String &name, Variant &value) |
| Specifies a value of property. More... | |
| virtual void | SetPropertyByReference (String &name, ReferenceObject *value) |
| Specifies the values for the properties of parts (or meshe parts) using ReferenceObject. More... | |
MovePart Class
The commands in the MovePart class are described below.
.
The MovePart class includes the commands for the following operation.
For more information about the properties for this class, see here .
|
virtualinherited |
Returns value of property.
| name | Property name |
| void MovePart::SetMovePoint | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Specifies displacement for each axis direction.
| x | Displacement of X-axis direction |
| y | Displacement of Y-axis direction |
| z | Displacement of Z-axis direction |
The X, Y and Z axes of movement direction refers to the coordinate system of the assembly.
|
virtualinherited |
Specifies a value of property.
| name | Property name |
| value | Value of properties |
|
virtualinherited |
Specifies the values for the properties of parts (or meshe parts) using ReferenceObject.
| name | Property name |
| value | ReferenceObject object (Target) |