public class CSGSimpleNode extends CSGNode
构造器和说明 |
---|
CSGSimpleNode()
构造一个新的 CSGSimpleNode 对象
|
CSGSimpleNode(CSGEntity csgEntity)
根据给定的 CSGEntity 实体构造一个与其完全相同的新对象。
|
CSGSimpleNode(CSGSimpleNode csgSimpleNode)
根据给定的 CSGSimpleNode 对象构造一个与其完全相同的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
CSGEntity |
getEntity()
返回节点的CSG模型。
|
void |
setEntity(CSGEntity csgEntity)
节点设置CSG模型。
|
public CSGSimpleNode()
public CSGSimpleNode(CSGSimpleNode csgSimpleNode)
csgSimpleNode
- 指定的CSGSimpleNode对象public CSGSimpleNode(CSGEntity csgEntity)
csgEntity
- CSG模型Copyright © 2021–2024 SuperMap. All rights reserved.