siTxtContourStretchingMethod Enum


Enumerations

enum   siTxtContourStretchingMethod {
  siContourStretchingWalkingOnMesh = 0,
  siContourStretchingSpatialDistance = 1,
  siContourStretchingReqularQuads = 2,
  siContourStretchingProjectionOnSurface = 3
}

Detailed Description

Polygon cluster contour stretching method used to generate texture coordinates as part of the GenerateUVSetByContourStretching and ModifyUVSetByContourStretching commands.
See also:
GenerateUVSetByContourStretching, ModifyUVSetByContourStretching

Enumeration Type Documentation

enum siTxtContourStretchingMethod

Enumerator:
siContourStretchingWalkingOnMesh  [0] Texture coordinates obtained by accumulated distance from contours while walking along mesh edges.
siContourStretchingSpatialDistance  [1] Texture coordinates obtained by accumulated spatial distance from contours to the mesh vertices.
siContourStretchingReqularQuads  [2] Texture coordinates obtained by accumulated distances along grid lines obtained from contours.
siContourStretchingProjectionOnSurface  [3] Texture coordinates obtained by projection on a parameteric surface built from contours.