Classes | Defines | Enumerations

iunwrap.h File Reference

#include "iFnPub.h"
#include "object.h"

Go to the source code of this file.

Classes

class   IUnwrapMod
class   IUnwrapMod2
class   IUnwrapMod3
  This class is only available in Max 6.0 and higher. More...
class   IUnwrapMod4

Defines

#define  UNWRAP_CLASSID   Class_ID(0x02df2e3a,0x72ba4e1f)
#define  CONTROL_FIT   (1<<0)
#define  CONTROL_CENTER   (1<<1)
#define  CONTROL_ASPECT   (1<<2)
#define  CONTROL_UNIFORM   (1<<3)
#define  CONTROL_HOLD   (1<<4)
#define  CONTROL_INIT   (1<<5)
#define  CONTROL_OP   (CONTROL_FIT|CONTROL_CENTER|CONTROL_ASPECT|CONTROL_UNIFORM)
#define  CONTROL_INITPARAMS   (1<<10)
#define  IS_MESH   1
#define  IS_PATCH   2
#define  IS_NURBS   3
#define  IS_MNMESH   4
#define  FLAG_DEAD   1
#define  FLAG_HIDDEN   2
#define  FLAG_FROZEN   4
#define  FLAG_RIGPOINT   8
#define  FLAG_SELECTED   16
#define  FLAG_CURVEDMAPPING   32
#define  FLAG_INTERIOR   64
#define  FLAG_WEIGHTMODIFIED   128
#define  FLAG_HIDDENEDGEA   256
#define  FLAG_HIDDENEDGEB   512
#define  FLAG_HIDDENEDGEC   1024
#define  ID_TOOL_SELECT   0x0001
#define  ID_TOOL_MOVEPIVOT   0x0002
#define  ID_TOOL_MOVE   0x0100
#define  ID_TOOL_ROTATE   0x0110
#define  ID_TOOL_SCALE   0x0120
#define  ID_TOOL_PAN   0x0130
#define  ID_TOOL_ZOOM   0x0140
#define  ID_TOOL_PICKMAP   0x0160
#define  ID_TOOL_ZOOMREG   0x0170
#define  ID_TOOL_UVW   0x0200
#define  ID_TOOL_PROP   0x0210
#define  ID_TOOL_SHOWMAP   0x0220
#define  ID_TOOL_UPDATE   0x0230
#define  ID_TOOL_ZOOMEXT   0x0240
#define  ID_TOOL_BREAK   0x0250
#define  ID_TOOL_WELD   0x0260
#define  ID_TOOL_WELD_SEL   0x0270
#define  ID_TOOL_HIDE   0x0280
#define  ID_TOOL_UNHIDE   0x0290
#define  ID_TOOL_FREEZE   0x0300
#define  ID_TOOL_UNFREEZE   0x0310
#define  ID_TOOL_TEXTURE_COMBO   0x0320
#define  ID_TOOL_SNAP   0x0330
#define  ID_TOOL_LOCKSELECTED   0x0340
#define  ID_TOOL_MIRROR   0x0350
#define  ID_TOOL_FILTER_SELECTEDFACES   0x0360
#define  ID_TOOL_FILTER_MATID   0x0370
#define  ID_TOOL_INCSELECTED   0x0380
#define  ID_TOOL_FALLOFF   0x0390
#define  ID_TOOL_FALLOFF_SPACE   0x0400
#define  ID_TOOL_FLIP   0x0410
#define  ID_TOOL_DECSELECTED   0x0420
#define  FILL_MODE_OFF   1
#define  FILL_MODE_SOLID   2
#define  FILL_MODE_BDIAGONAL   3
#define  FILL_MODE_CROSS   4
#define  FILL_MODE_DIAGCROSS   5
#define  FILL_MODE_FDIAGONAL   6
#define  FILL_MODE_HORIZONAL   7
#define  FILL_MODE_VERTICAL   8
#define  SKETCH_SELPICK   1
#define  SKETCH_SELDRAG   2
#define  SKETCH_SELCURRENT   3
#define  SKETCH_DRAWMODE   4
#define  SKETCH_APPLYMODE   5
#define  SKETCH_FREEFORM   1
#define  SKETCH_LINE   2
#define  SKETCH_BOX   3
#define  SKETCH_CIRCLE   4
#define  UNWRAP_CLASSID   Class_ID(0x02df2e3a,0x72ba4e1f)
#define  UNWRAP_INTERFACE   Interface_ID(0x53b3409b, 0x18ff7ab8)
#define  UNWRAP_INTERFACE2   Interface_ID(0x53b3409b, 0x18ff7ab9)
#define  UNWRAP_INTERFACE3   Interface_ID(0x53b3409b, 0x18ff7ac0)
#define  UNWRAP_INTERFACE4   Interface_ID(0x53b3409b, 0x18ff7ac1)
#define  GetIUnwrapInterface(cd)   (IUnwrapMod *)(cd)->GetInterface(UNWRAP_INTERFACE)

Enumerations

enum   {
  unwrap_planarmap, unwrap_save, unwrap_load, unwrap_reset,
  unwrap_edit, unwrap_setMapChannel, unwrap_getMapChannel, unwrap_setProjectionType,
  unwrap_getProjectionType, unwrap_setVC, unwrap_getVC, unwrap_move,
  unwrap_moveh, unwrap_movev, unwrap_rotate, unwrap_scale,
  unwrap_scaleh, unwrap_scalev, unwrap_mirrorh, unwrap_mirrorv,
  unwrap_expandsel, unwrap_contractsel, unwrap_setFalloffType, unwrap_getFalloffType,
  unwrap_setFalloffSpace, unwrap_getFalloffSpace, unwrap_setFalloffDist, unwrap_getFalloffDist,
  unwrap_breakselected, unwrap_weldselected, unwrap_weld, unwrap_updatemap,
  unwrap_displaymap, unwrap_ismapdisplayed, unwrap_setuvspace, unwrap_getuvspace,
  unwrap_options, unwrap_lock, unwrap_hide, unwrap_unhide,
  unwrap_freeze, unwrap_thaw, unwrap_filterselected, unwrap_pan,
  unwrap_zoom, unwrap_zoomregion, unwrap_fit, unwrap_fitselected,
  unwrap_snap, unwrap_getcurrentmap, unwrap_setcurrentmap, unwrap_numbermaps,
  unwrap_getlinecolor, unwrap_setlinecolor, unwrap_getselectioncolor, unwrap_setselectioncolor,
  unwrap_getrenderwidth, unwrap_setrenderwidth, unwrap_getrenderheight, unwrap_setrenderheight,
  unwrap_getusebitmapres, unwrap_setusebitmapres, unwrap_getweldtheshold, unwrap_setweldtheshold,
  unwrap_getconstantupdate, unwrap_setconstantupdate, unwrap_getshowselectedvertices, unwrap_setshowselectedvertices,
  unwrap_getmidpixelsnap, unwrap_setmidpixelsnap, unwrap_getmatid, unwrap_setmatid,
  unwrap_numbermatids, unwrap_getselectedverts, unwrap_selectverts, unwrap_isvertexselected,
  unwrap_moveselectedvertices, unwrap_rotateselectedverticesc, unwrap_rotateselectedvertices, unwrap_scaleselectedverticesc,
  unwrap_scaleselectedvertices, unwrap_getvertexposition, unwrap_numbervertices, unwrap_movex,
  unwrap_movey, unwrap_movez, unwrap_getselectedpolygons, unwrap_selectpolygons,
  unwrap_ispolygonselected, unwrap_numberpolygons, unwrap_detachedgeverts, unwrap_fliph,
  unwrap_flipv, unwrap_setlockaspect, unwrap_getlockaspect, unwrap_setmapscale,
  unwrap_getmapscale, unwrap_getselectionfromface, unwrap_forceupdate, unwrap_zoomtogizmo,
  unwrap_setvertexposition, unwrap_addvertex, unwrap_markasdead, unwrap_numberpointsinface,
  unwrap_getvertexindexfromface, unwrap_gethandleindexfromface, unwrap_getinteriorindexfromface, unwrap_getvertexgindexfromface,
  unwrap_gethandlegindexfromface, unwrap_getinteriorgindexfromface, unwrap_addpointtoface, unwrap_addpointtohandle,
  unwrap_addpointtointerior, unwrap_setfacevertexindex, unwrap_setfacehandleindex, unwrap_setfaceinteriorindex,
  unwrap_updateview, unwrap_getfaceselfromstack, unwrap_selectfacesbynormal, unwrap_selectclusterbynormal,
  unwrap_selectpolygonsupdate, unwrap_normalmap, unwrap_normalmapnoparams, unwrap_normalmapdialog,
  unwrap_flattenmap, unwrap_flattenmapdialog, unwrap_flattenmapnoparams, unwrap_unfoldmap,
  unwrap_unfoldmapnoparams, unwrap_unfoldmapdialog, unwrap_hideselectedpolygons, unwrap_unhideallpolygons,
  unwrap_getnormal, unwrap_setseedface, unwrap_showvertexconnectionlist, unwrap_copy,
  unwrap_paste, unwrap_pasteinstance, unwrap_setdebuglevel, unwrap_stitchverts,
  unwrap_stitchvertsnoparams, unwrap_stitchvertsdialog, unwrap_selectelement, unwrap_gettilemap,
  unwrap_settilemap, unwrap_gettilemaplimit, unwrap_settilemaplimit, unwrap_gettilemapcontrast,
  unwrap_settilemapcontrast, unwrap_getshowmap, unwrap_setshowmap, unwrap_setlimitsoftsel,
  unwrap_getlimitsoftsel, unwrap_setlimitsoftselrange, unwrap_getlimitsoftselrange, unwrap_getvertexweight,
  unwrap_setvertexweight, unwrap_isweightmodified, unwrap_modifyweight, unwrap_getgeom_elemmode,
  unwrap_setgeom_elemmode, unwrap_getgeom_planarmode, unwrap_setgeom_planarmode, unwrap_getgeom_planarmodethreshold,
  unwrap_setgeom_planarmodethreshold, unwrap_getwindowx, unwrap_getwindowy, unwrap_getwindoww,
  unwrap_getwindowh, unwrap_getbackfacecull, unwrap_setbackfacecull, unwrap_getoldselmethod,
  unwrap_setoldselmethod, unwrap_selectbymatid, unwrap_selectbysg, unwrap_gettvelementmode,
  unwrap_settvelementmode, unwrap_geomexpandsel, unwrap_geomcontractsel, unwrap_getalwaysedit,
  unwrap_setalwaysedit, unwrap_getshowvertexconnectionlist, unwrap_setshowvertexconnectionlist, unwrap_getfilterselected,
  unwrap_setfilterselected, unwrap_getsnap, unwrap_setsnap, unwrap_getlock,
  unwrap_setlock, unwrap_pack, unwrap_packnoparams, unwrap_packdialog,
  unwrap_gettvsubobjectmode, unwrap_settvsubobjectmode, unwrap_getselectedfaces, unwrap_selectfaces,
  unwrap_isfaceselected, unwrap_getfillmode, unwrap_setfillmode, unwrap_moveselected,
  unwrap_rotateselectedc, unwrap_rotateselected, unwrap_scaleselectedc, unwrap_scaleselected,
  unwrap_getselectededges, unwrap_selectedges, unwrap_isedgeselected, unwrap_getdisplayopenedge,
  unwrap_setdisplayopenedge, unwrap_getopenedgecolor, unwrap_setopenedgecolor, unwrap_getuvedgemode,
  unwrap_setuvedgemode, unwrap_getopenedgemode, unwrap_setopenedgemode, unwrap_uvedgeselect,
  unwrap_openedgeselect, unwrap_selectverttoedge, unwrap_selectverttoface, unwrap_selectedgetovert,
  unwrap_selectedgetoface, unwrap_selectfacetovert, unwrap_selectfacetoedge, unwrap_getdisplayhiddenedge,
  unwrap_setdisplayhiddenedge, unwrap_gethandlecolor, unwrap_sethandlecolor, unwrap_getfreeformmode,
  unwrap_setfreeformmode, unwrap_getfreeformcolor, unwrap_setfreeformcolor, unwrap_scaleselectedxy,
  unwrap_snappivot, unwrap_getpivotoffset, unwrap_setpivotoffset, unwrap_getselcenter,
  unwrap_sketch, unwrap_sketchnoparams, unwrap_sketchdialog, unwrap_sketchreverse,
  unwrap_gethitsize, unwrap_sethitsize, unwrap_getresetpivotonsel, unwrap_setresetpivotonsel,
  unwrap_getpolymode, unwrap_setpolymode, unwrap_polyselect, unwrap_getselectioninsidegizmo,
  unwrap_setselectioninsidegizmo, unwrap_setasdefaults, unwrap_loaddefaults, unwrap_getshowshared,
  unwrap_setshowshared, unwrap_getsharedcolor, unwrap_setsharedcolor, unwrap_showicon,
  unwrap_getsyncselectionmode, unwrap_setsyncselectionmode, unwrap_synctvselection, unwrap_syncgeomselection,
  unwrap_getbackgroundcolor, unwrap_setbackgroundcolor, unwrap_updatemenubar, unwrap_getbrightcentertile,
  unwrap_setbrightcentertile, unwrap_getblendtiletoback, unwrap_setblendtiletoback, unwrap_getblendtoback,
  unwrap_setblendtoback, unwrap_getpaintmode, unwrap_setpaintmode, unwrap_getpaintsize,
  unwrap_setpaintsize, unwrap_incpaintsize, unwrap_decpaintsize, unwrap_getticksize,
  unwrap_setticksize, unwrap_getgridsize, unwrap_setgridsize, unwrap_getgridsnap,
  unwrap_setgridsnap, unwrap_getgridvisible, unwrap_setgridvisible, unwrap_getgridcolor,
  unwrap_setgridcolor, unwrap_getgridstr, unwrap_setgridstr, unwrap_getautomap,
  unwrap_setautomap, unwrap_getflattenangle, unwrap_setflattenangle, unwrap_getflattenspacing,
  unwrap_setflattenspacing, unwrap_getflattennormalize, unwrap_setflattennormalize, unwrap_getflattenrotate,
  unwrap_setflattenrotate, unwrap_getflattenfillholes, unwrap_setflattenfillholes, unwrap_getpreventflattening,
  unwrap_setpreventflattening, unwrap_getenablesoftselection, unwrap_setenablesoftselection, unwrap_getapplytowholeobject,
  unwrap_setapplytowholeobject, unwrap_setvertexposition2, unwrap_relax, unwrap_fitrelax,
  unwrap_getautobackground, unwrap_setautobackground, unwrap_relax2, unwrap_relax2dialog,
  unwrap_setrelaxamount, unwrap_getrelaxamount, unwrap_setrelaxiter, unwrap_getrelaxiter,
  unwrap_setrelaxboundary, unwrap_getrelaxboundary, unwrap_setrelaxsaddle, unwrap_getrelaxsaddle,
  unwrap_setthickopenedges, unwrap_getthickopenedges, unwrap_setviewportopenedges, unwrap_getviewportopenedges,
  unwrap_selectinvertedfaces, unwrap_getrelativetypein, unwrap_setrelativetypein, unwrap_stitchverts2,
  unwrap_addmap, unwrap_flattenmapbymatid, unwrap_getarea, unwrap_getrotationsrespectaspect,
  unwrap_setrotationsrespectaspect, unwrap_setmax5flatten
}

Define Documentation

#define UNWRAP_CLASSID   Class_ID(0x02df2e3a,0x72ba4e1f)

Definition at line 112 of file iunwrap.h.

#define CONTROL_FIT   (1<<0)

Definition at line 14 of file iunwrap.h.

#define CONTROL_CENTER   (1<<1)

Definition at line 15 of file iunwrap.h.

#define CONTROL_ASPECT   (1<<2)

Definition at line 16 of file iunwrap.h.

#define CONTROL_UNIFORM   (1<<3)

Definition at line 17 of file iunwrap.h.

#define CONTROL_HOLD   (1<<4)

Definition at line 18 of file iunwrap.h.

#define CONTROL_INIT   (1<<5)

Definition at line 19 of file iunwrap.h.

#define CONTROL_OP   (CONTROL_FIT|CONTROL_CENTER|CONTROL_ASPECT|CONTROL_UNIFORM)

Definition at line 20 of file iunwrap.h.

#define CONTROL_INITPARAMS   (1<<10)

Definition at line 21 of file iunwrap.h.

#define IS_MESH   1

Definition at line 23 of file iunwrap.h.

#define IS_PATCH   2

Definition at line 24 of file iunwrap.h.

#define IS_NURBS   3

Definition at line 25 of file iunwrap.h.

#define IS_MNMESH   4

Definition at line 26 of file iunwrap.h.

#define FLAG_DEAD   1

Definition at line 31 of file iunwrap.h.

#define FLAG_HIDDEN   2

Definition at line 32 of file iunwrap.h.

#define FLAG_FROZEN   4

Definition at line 33 of file iunwrap.h.

#define FLAG_RIGPOINT   8

Definition at line 35 of file iunwrap.h.

#define FLAG_SELECTED   16

Definition at line 36 of file iunwrap.h.

#define FLAG_CURVEDMAPPING   32

Definition at line 37 of file iunwrap.h.

#define FLAG_INTERIOR   64

Definition at line 38 of file iunwrap.h.

#define FLAG_WEIGHTMODIFIED   128

Definition at line 39 of file iunwrap.h.

#define FLAG_HIDDENEDGEA   256

Definition at line 41 of file iunwrap.h.

#define FLAG_HIDDENEDGEB   512

Definition at line 42 of file iunwrap.h.

#define FLAG_HIDDENEDGEC   1024

Definition at line 43 of file iunwrap.h.

#define ID_TOOL_SELECT   0x0001

Definition at line 47 of file iunwrap.h.

#define ID_TOOL_MOVEPIVOT   0x0002

Definition at line 48 of file iunwrap.h.

#define ID_TOOL_MOVE   0x0100

Definition at line 49 of file iunwrap.h.

#define ID_TOOL_ROTATE   0x0110

Definition at line 50 of file iunwrap.h.

#define ID_TOOL_SCALE   0x0120

Definition at line 51 of file iunwrap.h.

#define ID_TOOL_PAN   0x0130

Definition at line 52 of file iunwrap.h.

#define ID_TOOL_ZOOM   0x0140

Definition at line 53 of file iunwrap.h.

#define ID_TOOL_PICKMAP   0x0160

Definition at line 54 of file iunwrap.h.

#define ID_TOOL_ZOOMREG   0x0170

Definition at line 55 of file iunwrap.h.

#define ID_TOOL_UVW   0x0200

Definition at line 56 of file iunwrap.h.

#define ID_TOOL_PROP   0x0210

Definition at line 57 of file iunwrap.h.

#define ID_TOOL_SHOWMAP   0x0220

Definition at line 58 of file iunwrap.h.

#define ID_TOOL_UPDATE   0x0230

Definition at line 59 of file iunwrap.h.

#define ID_TOOL_ZOOMEXT   0x0240

Definition at line 60 of file iunwrap.h.

#define ID_TOOL_BREAK   0x0250

Definition at line 61 of file iunwrap.h.

#define ID_TOOL_WELD   0x0260

Definition at line 62 of file iunwrap.h.

#define ID_TOOL_WELD_SEL   0x0270

Definition at line 63 of file iunwrap.h.

#define ID_TOOL_HIDE   0x0280

Definition at line 64 of file iunwrap.h.

#define ID_TOOL_UNHIDE   0x0290

Definition at line 65 of file iunwrap.h.

#define ID_TOOL_FREEZE   0x0300

Definition at line 66 of file iunwrap.h.

#define ID_TOOL_UNFREEZE   0x0310

Definition at line 67 of file iunwrap.h.

#define ID_TOOL_TEXTURE_COMBO   0x0320

Definition at line 68 of file iunwrap.h.

#define ID_TOOL_SNAP   0x0330

Definition at line 69 of file iunwrap.h.

#define ID_TOOL_LOCKSELECTED   0x0340

Definition at line 70 of file iunwrap.h.

#define ID_TOOL_MIRROR   0x0350

Definition at line 71 of file iunwrap.h.

#define ID_TOOL_FILTER_SELECTEDFACES   0x0360

Definition at line 72 of file iunwrap.h.

#define ID_TOOL_FILTER_MATID   0x0370

Definition at line 73 of file iunwrap.h.

#define ID_TOOL_INCSELECTED   0x0380

Definition at line 74 of file iunwrap.h.

#define ID_TOOL_FALLOFF   0x0390

Definition at line 75 of file iunwrap.h.

#define ID_TOOL_FALLOFF_SPACE   0x0400

Definition at line 76 of file iunwrap.h.

#define ID_TOOL_FLIP   0x0410

Definition at line 77 of file iunwrap.h.

#define ID_TOOL_DECSELECTED   0x0420

Definition at line 78 of file iunwrap.h.

#define FILL_MODE_OFF   1

Definition at line 83 of file iunwrap.h.

#define FILL_MODE_SOLID   2

Definition at line 84 of file iunwrap.h.

#define FILL_MODE_BDIAGONAL   3

Definition at line 85 of file iunwrap.h.

#define FILL_MODE_CROSS   4

Definition at line 86 of file iunwrap.h.

#define FILL_MODE_DIAGCROSS   5

Definition at line 87 of file iunwrap.h.

#define FILL_MODE_FDIAGONAL   6

Definition at line 88 of file iunwrap.h.

#define FILL_MODE_HORIZONAL   7

Definition at line 89 of file iunwrap.h.

#define FILL_MODE_VERTICAL   8

Definition at line 90 of file iunwrap.h.

#define SKETCH_SELPICK   1

Definition at line 93 of file iunwrap.h.

#define SKETCH_SELDRAG   2

Definition at line 94 of file iunwrap.h.

#define SKETCH_SELCURRENT   3

Definition at line 95 of file iunwrap.h.

#define SKETCH_DRAWMODE   4

Definition at line 96 of file iunwrap.h.

#define SKETCH_APPLYMODE   5

Definition at line 97 of file iunwrap.h.

#define SKETCH_FREEFORM   1

Definition at line 99 of file iunwrap.h.

#define SKETCH_LINE   2

Definition at line 100 of file iunwrap.h.

#define SKETCH_BOX   3

Definition at line 101 of file iunwrap.h.

#define SKETCH_CIRCLE   4

Definition at line 102 of file iunwrap.h.

#define UNWRAP_CLASSID   Class_ID(0x02df2e3a,0x72ba4e1f)

Definition at line 112 of file iunwrap.h.

#define UNWRAP_INTERFACE   Interface_ID(0x53b3409b, 0x18ff7ab8)

Definition at line 113 of file iunwrap.h.

#define UNWRAP_INTERFACE2   Interface_ID(0x53b3409b, 0x18ff7ab9)

Definition at line 114 of file iunwrap.h.

#define UNWRAP_INTERFACE3   Interface_ID(0x53b3409b, 0x18ff7ac0)

Definition at line 116 of file iunwrap.h.

#define UNWRAP_INTERFACE4   Interface_ID(0x53b3409b, 0x18ff7ac1)

Definition at line 118 of file iunwrap.h.

#define GetIUnwrapInterface (   cd )    (IUnwrapMod *)(cd)->GetInterface(UNWRAP_INTERFACE)

Definition at line 121 of file iunwrap.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
unwrap_planarmap 
unwrap_save 
unwrap_load 
unwrap_reset 
unwrap_edit 
unwrap_setMapChannel 
unwrap_getMapChannel 
unwrap_setProjectionType 
unwrap_getProjectionType 
unwrap_setVC 
unwrap_getVC 
unwrap_move 
unwrap_moveh 
unwrap_movev 
unwrap_rotate 
unwrap_scale 
unwrap_scaleh 
unwrap_scalev 
unwrap_mirrorh 
unwrap_mirrorv 
unwrap_expandsel 
unwrap_contractsel 
unwrap_setFalloffType 
unwrap_getFalloffType 
unwrap_setFalloffSpace 
unwrap_getFalloffSpace 
unwrap_setFalloffDist 
unwrap_getFalloffDist 
unwrap_breakselected 
unwrap_weldselected 
unwrap_weld 
unwrap_updatemap 
unwrap_displaymap 
unwrap_ismapdisplayed 
unwrap_setuvspace 
unwrap_getuvspace 
unwrap_options 
unwrap_lock 
unwrap_hide 
unwrap_unhide 
unwrap_freeze 
unwrap_thaw 
unwrap_filterselected 
unwrap_pan 
unwrap_zoom 
unwrap_zoomregion 
unwrap_fit 
unwrap_fitselected 
unwrap_snap 
unwrap_getcurrentmap 
unwrap_setcurrentmap 
unwrap_numbermaps 
unwrap_getlinecolor 
unwrap_setlinecolor 
unwrap_getselectioncolor 
unwrap_setselectioncolor 
unwrap_getrenderwidth 
unwrap_setrenderwidth 
unwrap_getrenderheight 
unwrap_setrenderheight 
unwrap_getusebitmapres 
unwrap_setusebitmapres 
unwrap_getweldtheshold 
unwrap_setweldtheshold 
unwrap_getconstantupdate 
unwrap_setconstantupdate 
unwrap_getshowselectedvertices 
unwrap_setshowselectedvertices 
unwrap_getmidpixelsnap 
unwrap_setmidpixelsnap 
unwrap_getmatid 
unwrap_setmatid 
unwrap_numbermatids 
unwrap_getselectedverts 
unwrap_selectverts 
unwrap_isvertexselected 
unwrap_moveselectedvertices 
unwrap_rotateselectedverticesc 
unwrap_rotateselectedvertices 
unwrap_scaleselectedverticesc 
unwrap_scaleselectedvertices 
unwrap_getvertexposition 
unwrap_numbervertices 
unwrap_movex 
unwrap_movey 
unwrap_movez 
unwrap_getselectedpolygons 
unwrap_selectpolygons 
unwrap_ispolygonselected 
unwrap_numberpolygons 
unwrap_detachedgeverts 
unwrap_fliph 
unwrap_flipv 
unwrap_setlockaspect 
unwrap_getlockaspect 
unwrap_setmapscale 
unwrap_getmapscale 
unwrap_getselectionfromface 
unwrap_forceupdate 
unwrap_zoomtogizmo 
unwrap_setvertexposition 
unwrap_addvertex 
unwrap_markasdead 
unwrap_numberpointsinface 
unwrap_getvertexindexfromface 
unwrap_gethandleindexfromface 
unwrap_getinteriorindexfromface 
unwrap_getvertexgindexfromface 
unwrap_gethandlegindexfromface 
unwrap_getinteriorgindexfromface 
unwrap_addpointtoface 
unwrap_addpointtohandle 
unwrap_addpointtointerior 
unwrap_setfacevertexindex 
unwrap_setfacehandleindex 
unwrap_setfaceinteriorindex 
unwrap_updateview 
unwrap_getfaceselfromstack 
unwrap_selectfacesbynormal 
unwrap_selectclusterbynormal 
unwrap_selectpolygonsupdate 
unwrap_normalmap 
unwrap_normalmapnoparams 
unwrap_normalmapdialog 
unwrap_flattenmap 
unwrap_flattenmapdialog 
unwrap_flattenmapnoparams 
unwrap_unfoldmap 
unwrap_unfoldmapnoparams 
unwrap_unfoldmapdialog 
unwrap_hideselectedpolygons 
unwrap_unhideallpolygons 
unwrap_getnormal 
unwrap_setseedface 
unwrap_showvertexconnectionlist 
unwrap_copy 
unwrap_paste 
unwrap_pasteinstance 
unwrap_setdebuglevel 
unwrap_stitchverts 
unwrap_stitchvertsnoparams 
unwrap_stitchvertsdialog 
unwrap_selectelement 
unwrap_gettilemap 
unwrap_settilemap 
unwrap_gettilemaplimit 
unwrap_settilemaplimit 
unwrap_gettilemapcontrast 
unwrap_settilemapcontrast 
unwrap_getshowmap 
unwrap_setshowmap 
unwrap_setlimitsoftsel 
unwrap_getlimitsoftsel 
unwrap_setlimitsoftselrange 
unwrap_getlimitsoftselrange 
unwrap_getvertexweight 
unwrap_setvertexweight 
unwrap_isweightmodified 
unwrap_modifyweight 
unwrap_getgeom_elemmode 
unwrap_setgeom_elemmode 
unwrap_getgeom_planarmode 
unwrap_setgeom_planarmode 
unwrap_getgeom_planarmodethreshold 
unwrap_setgeom_planarmodethreshold 
unwrap_getwindowx 
unwrap_getwindowy 
unwrap_getwindoww 
unwrap_getwindowh 
unwrap_getbackfacecull 
unwrap_setbackfacecull 
unwrap_getoldselmethod 
unwrap_setoldselmethod 
unwrap_selectbymatid 
unwrap_selectbysg 
unwrap_gettvelementmode 
unwrap_settvelementmode 
unwrap_geomexpandsel 
unwrap_geomcontractsel 
unwrap_getalwaysedit 
unwrap_setalwaysedit 
unwrap_getshowvertexconnectionlist 
unwrap_setshowvertexconnectionlist 
unwrap_getfilterselected 
unwrap_setfilterselected 
unwrap_getsnap 
unwrap_setsnap 
unwrap_getlock 
unwrap_setlock 
unwrap_pack 
unwrap_packnoparams 
unwrap_packdialog 
unwrap_gettvsubobjectmode 
unwrap_settvsubobjectmode 
unwrap_getselectedfaces 
unwrap_selectfaces 
unwrap_isfaceselected 
unwrap_getfillmode 
unwrap_setfillmode 
unwrap_moveselected 
unwrap_rotateselectedc 
unwrap_rotateselected 
unwrap_scaleselectedc 
unwrap_scaleselected 
unwrap_getselectededges 
unwrap_selectedges 
unwrap_isedgeselected 
unwrap_getdisplayopenedge 
unwrap_setdisplayopenedge 
unwrap_getopenedgecolor 
unwrap_setopenedgecolor 
unwrap_getuvedgemode 
unwrap_setuvedgemode 
unwrap_getopenedgemode 
unwrap_setopenedgemode 
unwrap_uvedgeselect 
unwrap_openedgeselect 
unwrap_selectverttoedge 
unwrap_selectverttoface 
unwrap_selectedgetovert 
unwrap_selectedgetoface 
unwrap_selectfacetovert 
unwrap_selectfacetoedge 
unwrap_getdisplayhiddenedge 
unwrap_setdisplayhiddenedge 
unwrap_gethandlecolor 
unwrap_sethandlecolor 
unwrap_getfreeformmode 
unwrap_setfreeformmode 
unwrap_getfreeformcolor 
unwrap_setfreeformcolor 
unwrap_scaleselectedxy 
unwrap_snappivot 
unwrap_getpivotoffset 
unwrap_setpivotoffset 
unwrap_getselcenter 
unwrap_sketch 
unwrap_sketchnoparams 
unwrap_sketchdialog 
unwrap_sketchreverse 
unwrap_gethitsize 
unwrap_sethitsize 
unwrap_getresetpivotonsel 
unwrap_setresetpivotonsel 
unwrap_getpolymode 
unwrap_setpolymode 
unwrap_polyselect 
unwrap_getselectioninsidegizmo 
unwrap_setselectioninsidegizmo 
unwrap_setasdefaults 
unwrap_loaddefaults 
unwrap_getshowshared 
unwrap_setshowshared 
unwrap_getsharedcolor 
unwrap_setsharedcolor 
unwrap_showicon 
unwrap_getsyncselectionmode 
unwrap_setsyncselectionmode 
unwrap_synctvselection 
unwrap_syncgeomselection 
unwrap_getbackgroundcolor 
unwrap_setbackgroundcolor 
unwrap_updatemenubar 
unwrap_getbrightcentertile 
unwrap_setbrightcentertile 
unwrap_getblendtiletoback 
unwrap_setblendtiletoback 
unwrap_getblendtoback 
unwrap_setblendtoback 
unwrap_getpaintmode 
unwrap_setpaintmode 
unwrap_getpaintsize 
unwrap_setpaintsize 
unwrap_incpaintsize 
unwrap_decpaintsize 
unwrap_getticksize 
unwrap_setticksize 
unwrap_getgridsize 
unwrap_setgridsize 
unwrap_getgridsnap 
unwrap_setgridsnap 
unwrap_getgridvisible 
unwrap_setgridvisible 
unwrap_getgridcolor 
unwrap_setgridcolor 
unwrap_getgridstr 
unwrap_setgridstr 
unwrap_getautomap 
unwrap_setautomap 
unwrap_getflattenangle 
unwrap_setflattenangle 
unwrap_getflattenspacing 
unwrap_setflattenspacing 
unwrap_getflattennormalize 
unwrap_setflattennormalize 
unwrap_getflattenrotate 
unwrap_setflattenrotate 
unwrap_getflattenfillholes 
unwrap_setflattenfillholes 
unwrap_getpreventflattening 
unwrap_setpreventflattening 
unwrap_getenablesoftselection 
unwrap_setenablesoftselection 
unwrap_getapplytowholeobject 
unwrap_setapplytowholeobject 
unwrap_setvertexposition2 
unwrap_relax 
unwrap_fitrelax 
unwrap_getautobackground 
unwrap_setautobackground 
unwrap_relax2 
unwrap_relax2dialog 
unwrap_setrelaxamount 
unwrap_getrelaxamount 
unwrap_setrelaxiter 
unwrap_getrelaxiter 
unwrap_setrelaxboundary 
unwrap_getrelaxboundary 
unwrap_setrelaxsaddle 
unwrap_getrelaxsaddle 
unwrap_setthickopenedges 
unwrap_getthickopenedges 
unwrap_setviewportopenedges 
unwrap_getviewportopenedges 
unwrap_selectinvertedfaces 
unwrap_getrelativetypein 
unwrap_setrelativetypein 
unwrap_stitchverts2 
unwrap_addmap 
unwrap_flattenmapbymatid 
unwrap_getarea 
unwrap_getrotationsrespectaspect 
unwrap_setrotationsrespectaspect 
unwrap_setmax5flatten 

Definition at line 124 of file iunwrap.h.

     {  unwrap_planarmap,unwrap_save,unwrap_load, unwrap_reset, unwrap_edit,
        unwrap_setMapChannel,unwrap_getMapChannel,
        unwrap_setProjectionType,unwrap_getProjectionType,
        unwrap_setVC,unwrap_getVC,
        unwrap_move,unwrap_moveh,unwrap_movev,
        unwrap_rotate,
        unwrap_scale,unwrap_scaleh,unwrap_scalev,
        unwrap_mirrorh,unwrap_mirrorv,
        unwrap_expandsel, unwrap_contractsel,
        unwrap_setFalloffType,unwrap_getFalloffType,
        unwrap_setFalloffSpace,unwrap_getFalloffSpace,
        unwrap_setFalloffDist,unwrap_getFalloffDist,
        unwrap_breakselected,
        unwrap_weldselected, unwrap_weld,
        unwrap_updatemap,unwrap_displaymap,unwrap_ismapdisplayed,
        unwrap_setuvspace, unwrap_getuvspace,
        unwrap_options,
        unwrap_lock,
        unwrap_hide, unwrap_unhide,
        unwrap_freeze, unwrap_thaw,
        unwrap_filterselected,
        unwrap_pan,unwrap_zoom, unwrap_zoomregion, unwrap_fit, unwrap_fitselected,
        unwrap_snap,
        unwrap_getcurrentmap,unwrap_setcurrentmap, unwrap_numbermaps,
        unwrap_getlinecolor,unwrap_setlinecolor,
        unwrap_getselectioncolor,unwrap_setselectioncolor,
        unwrap_getrenderwidth,unwrap_setrenderwidth,
        unwrap_getrenderheight,unwrap_setrenderheight,
        unwrap_getusebitmapres,unwrap_setusebitmapres,
        unwrap_getweldtheshold,unwrap_setweldtheshold,

        unwrap_getconstantupdate,unwrap_setconstantupdate,
        unwrap_getshowselectedvertices,unwrap_setshowselectedvertices,
        unwrap_getmidpixelsnap,unwrap_setmidpixelsnap,

        unwrap_getmatid,unwrap_setmatid, unwrap_numbermatids,
        unwrap_getselectedverts, unwrap_selectverts,
        unwrap_isvertexselected,

        unwrap_moveselectedvertices,
        unwrap_rotateselectedverticesc,
        unwrap_rotateselectedvertices,
        unwrap_scaleselectedverticesc,
        unwrap_scaleselectedvertices,
        unwrap_getvertexposition,
        unwrap_numbervertices,

        unwrap_movex, unwrap_movey, unwrap_movez,

        unwrap_getselectedpolygons, unwrap_selectpolygons, unwrap_ispolygonselected,
        unwrap_numberpolygons,

        unwrap_detachedgeverts,
        unwrap_fliph,unwrap_flipv ,

        unwrap_setlockaspect,unwrap_getlockaspect,

        unwrap_setmapscale,unwrap_getmapscale,
        unwrap_getselectionfromface,

        unwrap_forceupdate,
        unwrap_zoomtogizmo,

        unwrap_setvertexposition,
        unwrap_addvertex,
        unwrap_markasdead,

        unwrap_numberpointsinface,
        unwrap_getvertexindexfromface,
        unwrap_gethandleindexfromface,
        unwrap_getinteriorindexfromface,

        unwrap_getvertexgindexfromface,
        unwrap_gethandlegindexfromface,
        unwrap_getinteriorgindexfromface,


        unwrap_addpointtoface,
        unwrap_addpointtohandle,
        unwrap_addpointtointerior,

        unwrap_setfacevertexindex,
        unwrap_setfacehandleindex,
        unwrap_setfaceinteriorindex,

        unwrap_updateview,

        unwrap_getfaceselfromstack,

//UNFOLD STUFF
        unwrap_selectfacesbynormal,
        unwrap_selectclusterbynormal,
        unwrap_selectpolygonsupdate,

        unwrap_normalmap,
        unwrap_normalmapnoparams,
        unwrap_normalmapdialog,

        unwrap_flattenmap,
        unwrap_flattenmapdialog,
        unwrap_flattenmapnoparams,

        unwrap_unfoldmap,
        unwrap_unfoldmapnoparams,
        unwrap_unfoldmapdialog,
        

        unwrap_hideselectedpolygons,
        unwrap_unhideallpolygons,

        unwrap_getnormal,
        unwrap_setseedface,

        unwrap_showvertexconnectionlist,

//COPY PASTE
        unwrap_copy,
        unwrap_paste,
        unwrap_pasteinstance,

        unwrap_setdebuglevel,

//STITCH STUFF
        unwrap_stitchverts,
        unwrap_stitchvertsnoparams,
        unwrap_stitchvertsdialog,
        unwrap_selectelement,

//TILEOPTIONS
        unwrap_gettilemap,
        unwrap_settilemap,
        unwrap_gettilemaplimit,
        unwrap_settilemaplimit,
        unwrap_gettilemapcontrast,
        unwrap_settilemapcontrast,

        unwrap_getshowmap,unwrap_setshowmap,

        unwrap_setlimitsoftsel,
        unwrap_getlimitsoftsel,

        
//SELECTION TOOLS AND OPTIONS
        unwrap_setlimitsoftselrange,
        unwrap_getlimitsoftselrange,

        unwrap_getvertexweight, unwrap_setvertexweight,
        unwrap_isweightmodified,unwrap_modifyweight,

        unwrap_getgeom_elemmode,unwrap_setgeom_elemmode,

        unwrap_getgeom_planarmode,unwrap_setgeom_planarmode,
        unwrap_getgeom_planarmodethreshold,unwrap_setgeom_planarmodethreshold,

        unwrap_getwindowx, unwrap_getwindowy, unwrap_getwindoww, unwrap_getwindowh, 

        unwrap_getbackfacecull,unwrap_setbackfacecull,

        unwrap_getoldselmethod,unwrap_setoldselmethod,
        unwrap_selectbymatid,
        unwrap_selectbysg,

        unwrap_gettvelementmode,unwrap_settvelementmode,

        unwrap_geomexpandsel, unwrap_geomcontractsel,

        unwrap_getalwaysedit,unwrap_setalwaysedit,

        unwrap_getshowvertexconnectionlist,unwrap_setshowvertexconnectionlist,

        unwrap_getfilterselected,unwrap_setfilterselected,

        unwrap_getsnap, unwrap_setsnap,
        unwrap_getlock, unwrap_setlock,

        unwrap_pack,
        unwrap_packnoparams,
        unwrap_packdialog,

        unwrap_gettvsubobjectmode,unwrap_settvsubobjectmode,

        unwrap_getselectedfaces, unwrap_selectfaces,
        unwrap_isfaceselected,

        unwrap_getfillmode,unwrap_setfillmode,

        unwrap_moveselected,
        unwrap_rotateselectedc,
        unwrap_rotateselected,
        unwrap_scaleselectedc,
        unwrap_scaleselected,

        unwrap_getselectededges, unwrap_selectedges,
        unwrap_isedgeselected,

        unwrap_getdisplayopenedge,
        unwrap_setdisplayopenedge,
        
        unwrap_getopenedgecolor,
        unwrap_setopenedgecolor,

        unwrap_getuvedgemode,
        unwrap_setuvedgemode,

        unwrap_getopenedgemode,
        unwrap_setopenedgemode,

        unwrap_uvedgeselect,
        unwrap_openedgeselect,

        unwrap_selectverttoedge,
        unwrap_selectverttoface,

        unwrap_selectedgetovert,
        unwrap_selectedgetoface,

        unwrap_selectfacetovert,
        unwrap_selectfacetoedge,

        unwrap_getdisplayhiddenedge,
        unwrap_setdisplayhiddenedge,

        unwrap_gethandlecolor,unwrap_sethandlecolor,

        unwrap_getfreeformmode,unwrap_setfreeformmode,

        unwrap_getfreeformcolor,unwrap_setfreeformcolor,
        unwrap_scaleselectedxy,

        unwrap_snappivot,
        unwrap_getpivotoffset,unwrap_setpivotoffset,
        unwrap_getselcenter,

        unwrap_sketch,
        unwrap_sketchnoparams,
        unwrap_sketchdialog,

        unwrap_sketchreverse,
        
        unwrap_gethitsize,unwrap_sethitsize,

        unwrap_getresetpivotonsel,unwrap_setresetpivotonsel,

        unwrap_getpolymode,unwrap_setpolymode,
        unwrap_polyselect,

        unwrap_getselectioninsidegizmo,unwrap_setselectioninsidegizmo,

        unwrap_setasdefaults,
        unwrap_loaddefaults,

        unwrap_getshowshared,unwrap_setshowshared,
        unwrap_getsharedcolor,unwrap_setsharedcolor,
        
        unwrap_showicon,

        unwrap_getsyncselectionmode,unwrap_setsyncselectionmode,
        unwrap_synctvselection,unwrap_syncgeomselection,

        unwrap_getbackgroundcolor,unwrap_setbackgroundcolor,

        unwrap_updatemenubar,

        unwrap_getbrightcentertile,unwrap_setbrightcentertile,

        unwrap_getblendtiletoback,unwrap_setblendtiletoback,

        unwrap_getblendtoback,unwrap_setblendtoback,

        unwrap_getpaintmode,unwrap_setpaintmode,
        unwrap_getpaintsize,unwrap_setpaintsize,
        unwrap_incpaintsize,unwrap_decpaintsize,

        unwrap_getticksize,unwrap_setticksize,

//NEW
        unwrap_getgridsize,unwrap_setgridsize,
        unwrap_getgridsnap,unwrap_setgridsnap,
        unwrap_getgridvisible,unwrap_setgridvisible,
        unwrap_getgridcolor,unwrap_setgridcolor,
        unwrap_getgridstr,unwrap_setgridstr,

        unwrap_getautomap,unwrap_setautomap,
//flatten defaults
        unwrap_getflattenangle,unwrap_setflattenangle,
        unwrap_getflattenspacing,unwrap_setflattenspacing,
        unwrap_getflattennormalize,unwrap_setflattennormalize,
        unwrap_getflattenrotate,unwrap_setflattenrotate,
        unwrap_getflattenfillholes,unwrap_setflattenfillholes,

        unwrap_getpreventflattening,unwrap_setpreventflattening,

        unwrap_getenablesoftselection,unwrap_setenablesoftselection,
        unwrap_getapplytowholeobject,unwrap_setapplytowholeobject,

        unwrap_setvertexposition2,
        unwrap_relax,
        unwrap_fitrelax,
//5.1.05
        unwrap_getautobackground,unwrap_setautobackground,

//5.1.06
        unwrap_relax2, unwrap_relax2dialog,
        unwrap_setrelaxamount,unwrap_getrelaxamount,
        unwrap_setrelaxiter,unwrap_getrelaxiter,

        unwrap_setrelaxboundary,unwrap_getrelaxboundary,
        unwrap_setrelaxsaddle,unwrap_getrelaxsaddle,

        unwrap_setthickopenedges,unwrap_getthickopenedges,
        unwrap_setviewportopenedges,unwrap_getviewportopenedges,

        unwrap_selectinvertedfaces,
        unwrap_getrelativetypein,unwrap_setrelativetypein,

        unwrap_stitchverts2,

        unwrap_addmap,

        unwrap_flattenmapbymatid,

        unwrap_getarea,
        unwrap_getrotationsrespectaspect,
        unwrap_setrotationsrespectaspect,

        unwrap_setmax5flatten,

        };