#include
<MPxPolyTweakUVCommand.h>
List of
all members.
Detailed Description
Base class used for moving polygon UV's.
This is the base class for UV editing commands on polygonal
objects.
The purpose of this command class is to simplify the process of
moving UVs on a polygonal object. The use is only required to
provide the new positions of the UVs that have been modified.
Constructor & Destructor Documentation
MPxPolyTweakUVCommand::MPxPolyTweakUVCommand |
( |
|
) |
|
MPxPolyTweakUVCommand::~MPxPolyTweakUVCommand |
( |
|
) |
[virtual] |
Member Function Documentation
This method parses the additionnal flags before the command is
executed.
- Returns:
-
This computes and returns modified UVs.
- Parameters:
-
[in] |
mesh |
The mesh object to be modified |
[in] |
uvList |
The list of UV Ids selected by the user. The method is allowed
to change uvList on output. |
[out] |
uPos |
The new u values corresponding to the indices listed in
uvList. |
[out] |
vPos |
The new v values corresponding to the indices listed in
uvList. |
- Returns:
-
MSyntax
MPxPolyTweakUVCommand::newSyntax |
( |
|
) |
[static] |
This method creates and returns an MSyntax
object required for the poly tweak UV proxy command.