public class BendingCylinder extends CSGEntity
CSGEntity
类。构造器和说明 |
---|
BendingCylinder()
构造一个新的 BendingCylinder 对象。
|
BendingCylinder(BendingCylinder bendingCylinder)
根据给定的 BendingCylinder 对象构造一个与其完全相同的新对象。
|
BendingCylinder(double dRadius,
double dAngle,
double dLength)
根据指定的参数来构造一个 BendingCylinder 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
BendingCylinder |
clone() |
void |
dispose() |
double |
getAngle()
返回弯折圆柱的弯折角度,单位为度。
|
double |
getLength()
返回弯折圆柱的长度,单位为米。
|
double |
getRadius()
返回弯折圆柱的圆半径,单位为米。
|
void |
setAngle(double angle)
设置弯折圆柱的弯折角度,单位为度。
|
void |
setLength(double length)
设置弯折圆柱的长度,单位为米。
|
void |
setRadius(double radius)
设置弯折圆柱的圆半径,单位为米。
|
difference, difference, getArea, getBoundingBox, getType, getVolume, intersect, intersect, multiply, rotate, scale, translate, union, union
public BendingCylinder()
public BendingCylinder(BendingCylinder bendingCylinder)
bendingCylinder
- 指定的弯折圆柱对象。public BendingCylinder(double dRadius, double dAngle, double dLength)
dRadius
- 弯折圆柱的圆半径。dAngle
- 弯折圆柱的弯折角度。dLength
- 弯折圆柱的长度。public double getRadius()
public void setRadius(double radius)
radius
- 弯折圆柱的圆半径。public double getAngle()
public void setAngle(double angle)
angle
- 弯折圆柱的弯折角度。public double getLength()
public void setLength(double length)
length
- 弯折圆柱的长度。public BendingCylinder clone()
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 CSGEntity
Copyright © 2021–2024 SuperMap. All rights reserved.