Public Member Functions | List of all members
RotatePart Class Reference

RotatePart Class
The commands in the RotatePart class are described below.
. More...

Inherits ParameterObject.

Public Member Functions

double GetAngle ()
 Returns rotation angle. More...
 
ReferenceObjectGetAxis ()
 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...
 

Detailed Description

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 .

Member Function Documentation

double RotatePart::GetAngle ( )

Returns rotation angle.

Returns
Rotation angle
ReferenceObject * RotatePart::GetAxis ( )

Returns specified rotation axis.

Returns
ReferenceObject object (Object for rotation axis)
Variant ParameterObject::GetProperty ( String &  name)
virtualinherited

Returns value of property.

Parameters
nameProperty name
Returns
Value of properties
void RotatePart::SetAngle ( double  value)

Specifies the rotation angle.

Parameters
valueRotation angle
void RotatePart::SetAxis ( ReferenceObject axis)

Specifies settings for rotation angle.

Parameters
axisReferenceObject object
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)