RotatePart Class
The commands in the RotatePart class are described below.
.
More...
Inherits ParameterObject.
Public Member Functions | |
| double | GetAngle () |
| Returns rotation angle. More... | |
| ReferenceObject * | GetAxis () |
| Returns specified rotation axis. More... | |
| virtual Variant | GetProperty (String &name) |
| Returns value of property. More... | |
| void | SetAngle (double value) |
| Specifies the rotation angle. More... | |
| void | SetAxis (ReferenceObject *axis) |
| Specifies settings for rotation angle. 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... | |
RotatePart Class
The commands in the RotatePart class are described below.
.
The RotatePart class includes the commands for the following operation.
For more information about the properties for this class, see here .
| double RotatePart::GetAngle | ( | ) |
Returns rotation angle.
| ReferenceObject * RotatePart::GetAxis | ( | ) |
Returns specified rotation axis.
|
virtualinherited |
Returns value of property.
| name | Property name |
| void RotatePart::SetAngle | ( | double | value | ) |
Specifies the rotation angle.
| value | Rotation angle |
| void RotatePart::SetAxis | ( | ReferenceObject * | axis | ) |
Specifies settings for rotation angle.
| axis | ReferenceObject object |
|
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) |