ParallelMeshCopy Class
The commands in the ParallelMeshCopy class are described below.
.
More...
Inherits ParameterObject.
Public Member Functions | |
| bool | GetDeleteSourceElement () |
| Returns True if the element used for copy is set to be deleted. More... | |
| double | GetDistance () |
| Returns distance for copy source and copy destination. More... | |
| int | GetInstance () |
| Returns number of instance. More... | |
| virtual Variant | GetProperty (String &name) |
| Returns value of property. More... | |
| bool | GetReverse () |
| Returns True when the direction of the copy direction is reversed. More... | |
| Variant | GetType () |
| Returns copy direction type. More... | |
| void | SetDeleteSourceElement (bool value) |
| Specifies whether or not to delete the element used for copy. More... | |
| void | SetDistance (double value) |
| Specifies distance for copy source and copy destination. More... | |
| void | SetInstance (int Instance) |
| Specifies number of instance. 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 value) |
| Specifies whether or not to reverse the copy direction. More... | |
| void | SetType (Variant value) |
| Specifies copy direction type. More... | |
| void | SetVector (double x, double y, double z) |
| Specifies distance for copy source and copy destination for each direction (vector is specified for copy direction). More... | |
ParallelMeshCopy Class
The commands in the ParallelMeshCopy class are described below.
.
The ParallelMeshCopy class includes the commands for the following operation.
For more information about the properties for this class, see here .
| bool ParallelMeshCopy::GetDeleteSourceElement | ( | ) |
Returns True if the element used for copy is set to be deleted.
| double ParallelMeshCopy::GetDistance | ( | ) |
Returns distance for copy source and copy destination.
| int ParallelMeshCopy::GetInstance | ( | ) |
Returns number of instance.
|
virtualinherited |
Returns value of property.
| name | Property name |
| bool ParallelMeshCopy::GetReverse | ( | ) |
Returns True when the direction of the copy direction is reversed.
| Variant ParallelMeshCopy::GetType | ( | ) |
Returns copy direction type.
| void ParallelMeshCopy::SetDeleteSourceElement | ( | bool | value | ) |
Specifies whether or not to delete the element used for copy.
| value | True=on : Delete element
False=off : Do not delete element
|
| void ParallelMeshCopy::SetDistance | ( | double | value | ) |
Specifies distance for copy source and copy destination.
| value | Distance |
| void ParallelMeshCopy::SetInstance | ( | int | Instance | ) |
Specifies number of instance.
| Instance | Number of instance |
|
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 ParallelMeshCopy::SetReverse | ( | bool | value | ) |
Specifies whether or not to reverse the copy direction.
| value | True=on : Reverse
False=off : Do not reverse
|
| void ParallelMeshCopy::SetType | ( | Variant | value | ) |
Specifies copy direction type.
| value | 0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
|
| void ParallelMeshCopy::SetVector | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Specifies distance for copy source and copy destination for each direction (vector is specified for copy direction).
| x | Distance of X-axis direction |
| y | Distance of Y-axis direction |
| z | Distance of Z-axis direction |