public class GeoBendingCylinder extends Geometry3D
构造器和说明 |
---|
GeoBendingCylinder()
构造一个新的 GeoBendingCylinder 对象。
|
GeoBendingCylinder(GeoBendingCylinder geoBendingCylinder)
根据给定的参数来构造一个 GeoBendingCylinder 的新对象。
|
GeoBendingCylinder(Point3D position,
double radius,
double length,
double angle)
根据给定的参数来构造一个 GeoBendingCylinder 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
GeoBendingCylinder |
clone()
克隆一个Geometry对象。
|
void |
dispose()
释放该对象所占用的资源。
|
double |
getAngle()
获取弯折圆柱的角度。
|
Point3D |
getCenter()
获取弯折圆柱几何体中心点位置。
|
double |
getLength()
获取弯折圆柱的长度。
|
double |
getRadius()
获取弯折圆柱的半径。
|
void |
setAngle(double angle)
设置弯折圆柱的角度。
|
void |
setLength(double length)
设置弯折圆柱的长度。
|
void |
setRadius(double radius)
设置弯折圆柱的半径。
|
convertToGeoModel3D, convertToGeoModel3D, convertToGeoModel3D, getBoundingBox, getGeoModel, getInnerPoint3D, getPosition, getRotationX, getRotationY, getRotationZ, getScaleX, getScaleY, getScaleZ, getStyle3D, getVolume, offset, setPosition, setRotationX, setRotationY, setRotationZ, setScaleX, setScaleY, setScaleZ, setStyle3D
public GeoBendingCylinder()
public GeoBendingCylinder(GeoBendingCylinder geoBendingCylinder)
geoBendingCylinder
- 指定的GeoBendingCylinder对象。public GeoBendingCylinder(Point3D position, double radius, double length, double angle)
position
- 弯折圆柱中心点radius
- 弯折圆柱半径length
- 弯折圆柱长度angle
- 弯折圆柱角度public GeoBendingCylinder clone()
Geometry
public void dispose()
Geometry
dispose
在接口中 IDisposable
dispose
在类中 Geometry
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 Point3D getCenter()
Copyright © 2021–2024 SuperMap. All rights reserved.