com.supermap.data
类 BendingCylinder

java.lang.Object
  继承者 com.supermap.data.CSGEntity
      继承者 com.supermap.data.BendingCylinder

public class BendingCylinder
extends CSGEntity

弯折圆柱


构造方法摘要
BendingCylinder()
           
BendingCylinder(BendingCylinder bendingCylinder)
           
BendingCylinder(double dRadius, double dAngle, double dLength)
           
 
方法摘要
 double getAngle()
          获取角度
 double getLength()
          获取长度
 double getRadius()
          获取半径
 void setAngle(double angle)
          设置角度
 void setLength(double length)
          设置长度
 void setRadius(double radius)
          设置半径
 
从类 com.supermap.data.CSGEntity 继承的方法
difference, getArea, getBoundingBox, getType, getVolume, intersect, multiply, rotate, scale, translate, union
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BendingCylinder

public BendingCylinder()

BendingCylinder

public BendingCylinder(BendingCylinder bendingCylinder)

BendingCylinder

public BendingCylinder(double dRadius,
                       double dAngle,
                       double dLength)
方法详细信息

getRadius

public double getRadius()
获取半径


setRadius

public void setRadius(double radius)
设置半径


getAngle

public double getAngle()
获取角度


setAngle

public void setAngle(double angle)
设置角度


getLength

public double getLength()
获取长度


setLength

public void setLength(double length)
设置长度