public class Box extends CSGEntity
CSGEntity
类。构造器和说明 |
---|
Box()
构造一个新的 Box 对象。
|
Box(Box boxEntity)
根据给定的 Box 对象构造一个与其完全相同的新对象。
|
Box(double length,
double width,
double height)
根据指定的参数来构造一个 Box 的新对象,单位为米。
|
限定符和类型 | 方法和说明 |
---|---|
Box |
clone() |
void |
dispose() |
double |
getHeight()
返回立方体的高,单位为米。
|
double |
getLength()
返回立方体的长,单位为米。
|
double |
getWidth()
返回立方体的宽,单位为米。
|
void |
setHeight(double height)
设置立方体的高,单位为米。
|
void |
setLength(double length)
设置立方体的长,单位为米。
|
void |
setWidth(double width)
设置立方体的宽,单位为米。
|
difference, difference, getArea, getBoundingBox, getType, getVolume, intersect, intersect, multiply, rotate, scale, translate, union, union
public Box()
public Box(Box boxEntity)
boxEntity
- 给定的立方体对象。public Box(double length, double width, double height)
length
- 立方体的长。width
- 立方体的宽。height
- 立方体的高。public double getLength()
public void setLength(double length)
length
- 立方体的长。public double getWidth()
public void setWidth(double width)
width
- 立方体的宽。public double getHeight()
public void setHeight(double height)
height
- 立方体的高。public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 CSGEntity
Copyright © 2021–2024 SuperMap. All rights reserved.