MoveNodeToNode Class
The commands in the MoveNodeToNode class are described below.
.
More...
Inherits ParameterObject.
MoveNodeToNode Class
The commands in the MoveNodeToNode class are described below.
.
The MoveNodeToNode class includes the commands for the following operation.
- Parameter settings for specifying the node move destination
For more information about the properties for this class, see here .
| Variant MoveNodeToNode::GetApplicableNode |
( |
| ) |
|
Returns ID for destination nodes.
- Returns
- Node ID
| bool MoveNodeToNode::GetDeleteDuplicateNode |
( |
| ) |
|
Returns True as the return value when deleting duplicate nodes.
- Returns
- Whether or not to delete duplicate nodes
| Variant ParameterObject::GetProperty |
( |
String & |
name | ) |
|
|
virtualinherited |
Returns value of property.
- Parameters
-
- Returns
- Value of properties
| void MoveNodeToNode::SetApplicableNode |
( |
Variant |
value | ) |
|
Specifies the destination nodes.
- Parameters
-
| void MoveNodeToNode::SetDeleteDuplicateNode |
( |
bool |
value | ) |
|
Specifies whether or not to delete duplicate nodes.
- Parameters
-
| value | True=on : Delete element
False=off : Do not delete duplicate nodes
|
| void ParameterObject::SetProperty |
( |
String & |
name, |
|
|
Variant & |
value |
|
) |
| |
|
virtualinherited |
Specifies a value of property.
- Parameters
-
| name | Property name |
| value | Value of properties |
| void ParameterObject::SetPropertyByReference |
( |
String & |
name, |
|
|
ReferenceObject * |
value |
|
) |
| |
|
virtualinherited |
Specifies the values for the properties of parts (or meshe parts) using ReferenceObject.
- Parameters
-