public class GeoExtrudedBody extends Geometry3D
构造器和说明 |
---|
GeoExtrudedBody()
构造一个新的 GeoExtrudedBody 对象。
|
GeoExtrudedBody(GeoExtrudedBody geoExtrudedBody)
根据指定参数构建一个 GeoExtrudedBody 新对象。
|
GeoExtrudedBody(Point3D position,
Point3Ds bottomRegion,
Point3D extrudedDirection,
double extrudedLength)
根据指定参数构建一个 GeoExtrudedBody 新对象。
|
限定符和类型 | 方法和说明 |
---|---|
GeoExtrudedBody |
clone()
克隆一个Geometry对象。
|
void |
dispose()
释放该对象所占用的资源。
|
Point3Ds |
getBottomRegion()
获取拉伸体的拉伸底面。
|
Point3D |
getCenter()
获取拉伸体的中心点坐标。
|
Point3D |
getExtrudedDirection()
获取拉伸体的拉伸方向。
|
double |
getExtrudedLength()
获取拉伸体的拉伸长度。
|
void |
setBottomRegion(Point3Ds p3ds)
设置拉伸体的拉伸底面。
|
void |
setExtrudedDirection(Point3D p3d)
设置拉伸体的拉伸方向。
|
void |
setExtrudedLength(double length)
设置拉伸体的拉伸长度。
|
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 GeoExtrudedBody()
public GeoExtrudedBody(GeoExtrudedBody geoExtrudedBody)
geoExtrudedBody
- 指定的GeoExtrudedBody对象。public GeoExtrudedBody clone()
Geometry
public void dispose()
Geometry
dispose
在接口中 IDisposable
dispose
在类中 Geometry
public Point3Ds getBottomRegion()
public void setBottomRegion(Point3Ds p3ds)
p3ds
- 拉伸体的拉伸底面public Point3D getExtrudedDirection()
public void setExtrudedDirection(Point3D p3d)
p3d
- 拉伸体的拉伸方向public double getExtrudedLength()
public void setExtrudedLength(double length)
length
- 拉伸体的拉伸长度public Point3D getCenter()
Copyright © 2021–2024 SuperMap. All rights reserved.