Detailed Description
- See also:
- Class IProjectionMod
- Description:
- provides an interface to the Projection Mod Data.
#include <IProjectionMod.h>
List of all
members.
Member Function Documentation
Reimplemented from BaseInterface.
{ return IPROJECTIONMODDATA_INTERFACE_ID; }
virtual bool GetObjectSel |
( |
int |
iIndex, |
|
|
BitArray & |
sel |
|
) |
|
[pure virtual] |
Get the object selection by Object
Index.
- Parameters:
-
[in] |
iIndex |
zero based index into number of objects |
[out] |
sel |
- bitarray of face selection |
- Returns:
- bool true if valid bitarray was returned
virtual int GetObjectSelMtlIDs |
( |
int |
iIndex, |
|
|
Tab< int > & |
mtlIDs |
|
) |
|
[pure virtual] |
Get the material IDs by Object
Index.
- Parameters:
-
[in] |
iIndex |
zero based index into number of objects |
[out] |
mtlIDs |
- Tab< int> of
material IDs in selection |
- Returns:
- int number of material IDs found
virtual bool GetGeomSel |
( |
int |
iSelIndex, |
|
|
BitArray & |
sel |
|
) |
|
[pure virtual] |
Get the object selection by Geometry Selection.
- Parameters:
-
[in] |
iSelIndex |
zero based index into number of geometry selections. |
[out] |
sel |
- bitarray of face selection |
- Returns:
- bool true if valid bitarray was returned
virtual int GetGeomSelMtlIDs |
( |
int |
iSelIndex, |
|
|
Tab< int > & |
mtlIDs |
|
) |
|
[pure virtual] |
Get the material IDs by Geometry Selection.
- Parameters:
-
[in] |
iSelIndex |
zero based index into number of geometry selections |
[out] |
mtlIDs |
- Tab< int> of
material IDs in selection |
- Returns:
- int number of material IDs found
virtual float GetGeomSelFaceArea |
( |
int |
iSelIndex |
) |
[pure virtual] |
Get the surface area of selection by Geometry Selection.
- Parameters:
-
[in] |
iSelIndex |
zero based index into number of geometry selections. |
- Returns:
- float surface area of face selection
virtual int CheckDuplicateMatIDs |
( |
BitArray & |
bitFaceDups |
) |
[pure virtual] |
Check for duplicate Material IDs Duplicate material IDs can
create unwanted results with certain Project Mapping settings in
RTT.
- Parameters:
-
[out] |
bitFaceDups |
- bitarray of face duplicates |
- Returns:
- int Number of faces with duplicates
virtual int CheckDuplicateSels |
( |
BitArray & |
bitFaceDups |
) |
[pure virtual] |
Check for duplicate face selection Duplicate face selections can
create unwanted results with certain Project Mapping settings in
RTT.
- Parameters:
-
[out] |
bitFaceDups |
- bitarray of face duplicates |
- Returns:
- int Number of faces with duplicates
IProjectionModData IProjectionModData
IProjectionModData IProjectionModData IProjectionModData
IProjectionModData IProjectionModData IProjectionModData
IProjectionModData IProjectionModData
IProjectionModData IProjectionModData
IProjectionModData IProjectionModData IProjectionModData
IProjectionModData IProjectionModData IProjectionModData
IProjectionModData IProjectionModData