MoveNodeByTheta Class
The commands in the MoveNodeByTheta class are described below.
.
More...
Inherits ParameterObject.
MoveNodeByTheta Class
The commands in the MoveNodeByTheta class are described below.
.
The MoveNodeByTheta class includes the commands for the following operation.
- Parameter settings for moving nodes in the Theta Direction of Cylindrical Coordinate
For more information about the properties for this class, see here .
| double MoveNodeByTheta::GetAngle |
( |
| ) |
|
Returns rotation angle.
- Returns
- Rotation angle
| Variant MoveNodeByTheta::GetAxisType |
( |
| ) |
|
Returns rotation axis type.
- Returns
0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
| Variant ParameterObject::GetProperty |
( |
String & |
name | ) |
|
|
virtualinherited |
Returns value of property.
- Parameters
-
- Returns
- Value of properties
| bool MoveNodeByTheta::GetReverse |
( |
| ) |
|
Returns True as a value when a direction is reversed.
- Returns
- Returns True when a direction is reversed.
| void MoveNodeByTheta::SetAngle |
( |
double |
value | ) |
|
Specifies rotation angle.
- Parameters
-
| void MoveNodeByTheta::SetAxisType |
( |
Variant |
value | ) |
|
Specifies rotation axis type.
- Parameters
-
| value | 0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
|
| void MoveNodeByTheta::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 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 MoveNodeByTheta::SetReverse |
( |
bool |
value | ) |
|
Specifies whether or not to reverse the direction.
- Parameters
-
| value | True=on : Reverse
False=off : Do not reverse
|
| void MoveNodeByTheta::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-coordinate |
| y | Axial vector Y-coordinate |
| z | Axial vector Z-coordinate |