com.supermap.realspace
类 CullModeType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.CullModeType

public class CullModeType
extends Enum

该枚举定义了单双面绘制模式类型常量。


字段摘要
static CullModeType CCW
          逆时针。
static CullModeType CW
          顺时针。
static CullModeType DEFAULT
          默认的环绕方式。
static CullModeType NONE
          双面。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

CCW

public static final CullModeType CCW
逆时针。


CW

public static final CullModeType CW
顺时针。


NONE

public static final CullModeType NONE
双面。


DEFAULT

public static final CullModeType DEFAULT
默认的环绕方式。