MoveNodeByRadial Class
The commands in the MoveNodeByRadial class are described below.
.
More...
Inherits ParameterObject.
MoveNodeByRadial Class
The commands in the MoveNodeByRadial class are described below.
.
The MoveNodeByRadial class includes the commands for the following operation.
- Parameter settings for moving nodes in the Radial Direction of Cylindrical Coordinate
For more information about the properties for this class, see here .
| Variant MoveNodeByRadial::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
| double MoveNodeByRadial::GetRadius |
( |
| ) |
|
Returns radius.
- Returns
- Radius
| bool MoveNodeByRadial::GetReverse |
( |
| ) |
|
Returns True as a value when a direction is reversed.
- Returns
- Returns True when a direction is reversed.
| void MoveNodeByRadial::SetAxisType |
( |
Variant |
value | ) |
|
Specifies rotation axis type.
- Parameters
-
| value | 0 : X-axis
1 : Y-axis
2 : Z-axis
3 : Specifies vector
|
| void MoveNodeByRadial::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 MoveNodeByRadial::SetRadius |
( |
double |
value | ) |
|
Specifies radius.
- Parameters
-
| void MoveNodeByRadial::SetReverse |
( |
bool |
value | ) |
|
Specifies whether or not to reverse the direction.
- Parameters
-
| value | True=on : Reverse
False=off : Do not reverse
|
| void MoveNodeByRadial::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 |