MoveNodeByParallel Class
The commands in the MoveNodeByParallel class are described below.
.
More...
Inherits ParameterObject.
Public Member Functions | |
| double | GetDistance () |
| Returns moving distance. More... | |
| virtual Variant | GetProperty (String &name) |
| Returns value of property. More... | |
| bool | GetReverse () |
| Returns True as a value when a direction is reversed. More... | |
| Variant | GetType () |
| Returns moving direction type. More... | |
| void | SetDistance (double distance) |
| Specifies moving distance. 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... | |
| void | SetReverse (bool reverse) |
| Specifies whether or not to reverse the direction. More... | |
| void | SetType (Variant var) |
| Specifies moving direction type. More... | |
| void | SetVector (double x, double y, double z) |
| Specifies moving distance when "3: Specifies vector" is selected as moving direction type. More... | |
MoveNodeByParallel Class
The commands in the MoveNodeByParallel class are described below.
.
The MoveNodeByParallel class includes the commands for the following operation.
For more information about the properties for this class, see here .
| double MoveNodeByParallel::GetDistance | ( | ) |
Returns moving distance.
|
virtualinherited |
Returns value of property.
| name | Property name |
| bool MoveNodeByParallel::GetReverse | ( | ) |
Returns True as a value when a direction is reversed.
| Variant MoveNodeByParallel::GetType | ( | ) |
Returns moving direction type.
| void MoveNodeByParallel::SetDistance | ( | double | distance | ) |
Specifies moving distance.
| distance | Moving distance |
|
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) |
| void MoveNodeByParallel::SetReverse | ( | bool | reverse | ) |
Specifies whether or not to reverse the direction.
| value | True=on : Reverse
False=off : Do not reverse
|
| void MoveNodeByParallel::SetType | ( | Variant | var | ) |
Specifies moving direction type.
| var | 0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
|
| void MoveNodeByParallel::SetVector | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Specifies moving distance when "3: Specifies vector" is selected as moving direction type.
| x | Moving distance of X-axis direction |
| y | Moving distance of Y-axis direction |
| z | Moving distance of Z-axis direction |