RotateMeshCopy Class
The commands in the RotateMeshCopy class are described below.
.
More...
Inherits ParameterObject.
RotateMeshCopy Class
The commands in the RotateMeshCopy class are described below.
.
The RotateMeshCopy class includes the commands for the following operation.
- Parameter settings for rotation mesh copy.
For more information about the properties for this class, see here .
| double RotateMeshCopy::GetAngle |
( |
| ) |
|
Returns the difference in angle for copy source and copy destination.
- Returns
- Angle
| Variant RotateMeshCopy::GetAxisType |
( |
| ) |
|
Returns rotation axis type.
- Returns
0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
| bool RotateMeshCopy::GetDeleteSourceElement |
( |
| ) |
|
Returns True if the element used for copy is set to be deleted.
- Returns
- Whether or not the element is deleted
| int RotateMeshCopy::GetInstance |
( |
| ) |
|
Returns number of instance.
- Returns
- Number of instance
| Variant ParameterObject::GetProperty |
( |
String & |
name | ) |
|
|
virtualinherited |
Returns value of property.
- Parameters
-
- Returns
- Value of properties
| bool RotateMeshCopy::GetReverse |
( |
| ) |
|
Returns True when the direction of the copy direction is reversed.
- Returns
- Whether or not a direction is reverse
| void RotateMeshCopy::SetAngle |
( |
double |
value | ) |
|
Specifies the difference in angle for copy source and copy destination.
- Parameters
-
| void RotateMeshCopy::SetAxisType |
( |
Variant |
value | ) |
|
Specifies rotation axis type.
- Parameters
-
| value | 0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
|
| void RotateMeshCopy::SetCenter |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Specifies a point on rotation axis (vector is specified as rotation axis type)
- Parameters
-
| x | Point on axis X-coordinate |
| y | Point on axis Y-coordinate |
| z | Point on axis Z-coordinate |
| void RotateMeshCopy::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 RotateMeshCopy::SetInstance |
( |
int |
value | ) |
|
Specifies number of instance.
- Parameters
-
| 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
-
| void RotateMeshCopy::SetReverse |
( |
bool |
value | ) |
|
Specifies whether or not to reverse the copy direction.
- Parameters
-
| value | True=on : Reverse
False=off : Do not reverse
|
| void RotateMeshCopy::SetVector |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Specifies a vector on rotation axis (vector is specified as rotation axis type).
- Parameters
-
| x | Axial vector X-component |
| y | Axial vector Y-component |
| z | Axial vector Z-component |