com.supermap.realspace.threeddesigner
类 CircleProfile

java.lang.Object
  继承者 InternalHandle
      继承者 com.supermap.realspace.threeddesigner.CSGProfile
          继承者 com.supermap.realspace.threeddesigner.CircleProfile

public class CircleProfile
extends CSGProfile

圆形截面,用于放样体、旋转体、拉伸体中。


构造方法摘要
CircleProfile()
          默认构建一个新的 CircleProfile 对象。
CircleProfile(long handle)
          根据给定参数构造一个新的 CircleProfile 对象。
 
方法摘要
 double getRadius()
          获取半径
 void setRadius(double radius)
          设置半径
 
从类 com.supermap.realspace.threeddesigner.CSGProfile 继承的方法
fromJSON, getType, toJSON
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CircleProfile

public CircleProfile()
默认构建一个新的 CircleProfile 对象。


CircleProfile

public CircleProfile(long handle)
根据给定参数构造一个新的 CircleProfile 对象。

参数:
handle -
方法详细信息

setRadius

public void setRadius(double radius)
设置半径

参数:
radius - 半径

getRadius

public double getRadius()
获取半径

返回:
半径