com.supermap.realspace.threeddesigner
类 Sphere
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.CSGEntity
-
- com.supermap.realspace.threeddesigner.Sphere
-
- 所有已实现的接口:
- IDisposable
public class Sphere extends CSGEntity
球体,继承于CSGEntity
类。
-
-
构造器概要
构造器 构造器和说明 Sphere()
构造一个新的 Sphere 对象。Sphere(double radius)
根据给定的半径构造一个新的 Sphere 对象。Sphere(Sphere sphereEntity)
根据给定的 Sphere 对象构造一个与其完全相同的新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Sphere
clone()
void
dispose()
double
getRadius()
返回球体的半径。void
setRadius(double radius)
设置球体的半径。-
从类继承的方法 com.supermap.data.CSGEntity
difference, difference, getArea, getBoundingBox, getType, getVolume, intersect, intersect, multiply, rotate, scale, translate, union, union
-
-
-
-
构造器详细资料
-
Sphere
public Sphere()
构造一个新的 Sphere 对象。
-
Sphere
public Sphere(Sphere sphereEntity)
根据给定的 Sphere 对象构造一个与其完全相同的新对象。- 参数:
sphereEntity
- 指定的球体对象。
-
Sphere
public Sphere(double radius)
根据给定的半径构造一个新的 Sphere 对象。- 参数:
radius
- 球体的半径。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.