com.supermap.realspace.threeddesigner
类 ChamferStyle

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

public final class ChamferStyle
extends Enum

该枚举定义了放样的倒角样式类型常量。


字段摘要
static ChamferStyle SOBC_CIRCLE_ARC
          二阶贝塞尔曲线(the second order bezier curve)圆弧
static ChamferStyle SOBC_ELLIPSE_ACR
          二阶贝塞尔曲线(the second order bezier curve)椭圆弧
 
方法摘要
 
从类 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
 

字段详细信息

SOBC_CIRCLE_ARC

public static final ChamferStyle SOBC_CIRCLE_ARC
二阶贝塞尔曲线(the second order bezier curve)圆弧


SOBC_ELLIPSE_ACR

public static final ChamferStyle SOBC_ELLIPSE_ACR
二阶贝塞尔曲线(the second order bezier curve)椭圆弧