public class FigureRetriever extends EntityRetriever
| Modifier and Type | Field and Description |
|---|---|
protected BoundingBox |
bb
Complete BoundingBox
|
protected List<Figure> |
figures
List of found figures
|
protected List<Material> |
materials
Retrieved materials.
|
protected List<Mesh> |
meshes
Retrieved meshes.
|
entities, nodes| Constructor and Description |
|---|
FigureRetriever() |
| Modifier and Type | Method and Description |
|---|---|
List<Figure> |
get()
Getter for all Figures
|
BoundingBox |
getCompleteBoundingBox()
Merges all BoundingBoxes of the meshes.
|
List<Material> |
getMaterials()
Returns retrieved materials
or if not retrieved yet, does the retrieving.
|
List<Mesh> |
getMeshes()
Returns retrieved meshes
or if not retrieved yet, does the retrieving.
|
int |
getTotalVertexCount()
Returns the total Vertex Count of
all retrieved meshes
|
void |
scan(Node node)
Performs the search.
|
protected BoundingBox bb
public void scan(Node node)
scan in interface NodeScannerscan in class EntityRetrievernode - Node to scanEntityRetriever.getAll(Node, boolean)public List<Mesh> getMeshes()
public List<Material> getMaterials()
public int getTotalVertexCount()
public BoundingBox getCompleteBoundingBox()
Copyright © 2014. All rights reserved.