Description
Texture support positioning constants. To use with the texturing commands.
C# Syntax
siTxtProjFitMethod.siRelDefault // 0 siTxtProjFitMethod.siRelBestFit // 1 siTxtProjFitMethod.siRelObject // 2 siTxtProjFitMethod.siRelWorld // 3 siTxtProjFitMethod.siRelObjectPosObject // 4 siTxtProjFitMethod.siRelWorldPosObject // 5
|
Constant |
Value |
Description |
|
0 |
Perform default behavior for input: siRelBestFit for subcomponents, siRelObject for objects. |
|
|
1 |
Choose the best fit for the projection. |
|
|
2 |
Align relative to the object's coordinate system. |
|
|
3 |
Align relative to the world's coordinate system. |
|
|
4 |
Align relative to the object's coordinate system, and position/scale relative to the object's bounding box. |
|
|
5 |
Align relative to the world's coordinate system, and position/scale relative to the object's bounding box. |
Applies To
Autodesk Softimage v7.5