internal constructor new Cesium.I3SGeometry()

本类执行 NT 0 几何. 每个 I3 几何 生成内存中的 glTF 以用作 铯3DTILE 的内容

不要直接构造, 而是通过 I3SNode 访问牌.

Members

readonly customAttributes : object

获得几何图形的自定义属性.

readonly data : object

获取此天体的 NT 0 数据.

readonly resource : Resource

获取几何资源

Methods

getClosestPointIndexOnTriangle(px, py, pz)object

找到一个三角形触碰点[px, py, pz],然后返回最靠近搜索点的顶点
Name Type Description
px number 查询点的 x 组件
py number 查询点的 Y 组件
pz number 查询点的 z 组件
Returns:
包含最接近点索引的结构, 从被询问点到发现点的平方距离, 从被问到发现的距离, 在本地空间被询问的位置, 本地空间中最近的位置
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.