Public Member Functions | List of all members
ParallelMeshCopy Class Reference

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...
 

Detailed Description

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 .

Member Function Documentation

bool ParallelMeshCopy::GetDeleteSourceElement ( )

Returns True if the element used for copy is set to be deleted.

Returns
Whether or not the element is deleted
double ParallelMeshCopy::GetDistance ( )

Returns distance for copy source and copy destination.

Returns
Distance
int ParallelMeshCopy::GetInstance ( )

Returns number of instance.

Returns
Number of instance
Variant ParameterObject::GetProperty ( String &  name)
virtualinherited

Returns value of property.

Parameters
nameProperty name
Returns
Value of properties
bool ParallelMeshCopy::GetReverse ( )

Returns True when the direction of the copy direction is reversed.

Returns
Whether or not a direction is reverse
Variant ParallelMeshCopy::GetType ( )

Returns copy direction type.

Returns
0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
void ParallelMeshCopy::SetDeleteSourceElement ( bool  value)

Specifies whether or not to delete the element used for copy.

Parameters
value
True=on : Delete element
False=off : Do not delete element
void ParallelMeshCopy::SetDistance ( double  value)

Specifies distance for copy source and copy destination.

Parameters
valueDistance
void ParallelMeshCopy::SetInstance ( int  Instance)

Specifies number of instance.

Parameters
InstanceNumber of instance
void ParameterObject::SetProperty ( String &  name,
Variant &  value 
)
virtualinherited

Specifies a value of property.

Parameters
nameProperty name
valueValue of properties
void ParameterObject::SetPropertyByReference ( String &  name,
ReferenceObject value 
)
virtualinherited

Specifies the values for the properties of parts (or meshe parts) using ReferenceObject.

Parameters
nameProperty name
valueReferenceObject object (Target)
void ParallelMeshCopy::SetReverse ( bool  value)

Specifies whether or not to reverse the copy direction.

Parameters
value
True=on : Reverse
False=off : Do not reverse
void ParallelMeshCopy::SetType ( Variant  value)

Specifies copy direction type.

Parameters
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).

Parameters
xDistance of X-axis direction
yDistance of Y-axis direction
zDistance of Z-axis direction