MoveNodeByCoordinate Class
The commands in the MoveNodeByCoordinate class are described below.
.
More...
Inherits ParameterObject.
Public Member Functions | |
| virtual Variant | GetProperty (String &name) |
| Returns value of property. More... | |
| void | SetFlags (bool x, bool y, bool z) |
| Selects specified coordinates. More... | |
| void | SetPosition (double x, double y, double z) |
| Specifies a moved coordinate (x, y, z). 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... | |
MoveNodeByCoordinate Class
The commands in the MoveNodeByCoordinate class are described below.
.
The MoveNodeByCoordinate 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 MoveNodeByCoordinate::SetFlags | ( | bool | x, |
| bool | y, | ||
| bool | z | ||
| ) |
Selects specified coordinates.
| x | True=on : Specifies X-coordinate
False=off : Do not specify X-coordinate
|
| y | True=on : Specifies Y-coordinate
False=off : Do not specify Y-coordinate
|
| z | True=on : Specifies Z-coordinate
False=off : Do not specify Z-coordinate
|
| void MoveNodeByCoordinate::SetPosition | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Specifies a moved coordinate (x, y, z).
| x | X-coordinate |
| y | Y-coordinate |
| z | Z-coordinate |
|
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) |