siTxtProjFitMethod
 
 
 

siTxtProjFitMethod

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
siRelDefault 0 Perform default behavior for input: siRelBestFit for subcomponents, siRelObject for objects.
siRelBestFit 1 Choose the best fit for the projection.
siRelObject 2 Align relative to the object's coordinate system.
siRelWorld 3 Align relative to the world's coordinate system.
siRelObjectPosObject 4 Align relative to the object's coordinate system, and position/scale relative to the object's bounding box.
siRelWorldPosObject 5 Align relative to the world's coordinate system, and position/scale relative to the object's bounding box.

Applies To

CreateProjection CreateSubprojection