public class Mesh3DPart
extends com.supermap.data.InternalHandleDisposable
该类主要用来返回三维网格面对应的索引信息。
构造器和说明 |
---|
Mesh3DPart()
构造一个新的 Mesh3DPart 对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
int |
getFaceCount()
返回面个数
|
int |
getFaceIndexCount(int nIndex)
返回指定面的顶点索引个数,如果有法线及纹理坐标,则指定面的法线索引个数及纹理坐标索引个数与指定面的顶点索引个数一致
|
int[] |
getFaceNormalIndices(int nIndex)
获取指定面的法线索引,如果没有法线则返回空
|
int[] |
getFaceTextureCoordIndices(int nIndex)
获取指定面的纹理坐标索引,如果没有纹理坐标则返回空
|
int[] |
getFaceVertexIndices(int nIndex)
获取指定面的索引
|
String |
getName()
获取Mesh3DPart名称
|
boolean |
hasNormal()
返回是否有法线
|
boolean |
hasTextureCoord()
返回是否有纹理坐标
|
public boolean hasNormal()
public boolean hasTextureCoord()
public int getFaceCount()
public int getFaceIndexCount(int nIndex)
public int[] getFaceVertexIndices(int nIndex)
public int[] getFaceNormalIndices(int nIndex)
public int[] getFaceTextureCoordIndices(int nIndex)
public String getName()
public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.