public class MeshContainer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javafx.scene.shape.MeshView> |
getAsMeshViews()
Gets the as mesh views.
|
Bounds |
getBounds()
Gets the bounds.
|
double |
getDepth()
Gets the depth.
|
double |
getHeight()
Gets the height.
|
java.util.List<javafx.scene.paint.Material> |
getMaterials()
Gets the materials.
|
java.util.List<javafx.scene.shape.Mesh> |
getMeshes()
Gets the meshes.
|
double |
getWidth()
Gets the width.
|
java.lang.String |
toString() |
public double getWidth()
public double getHeight()
public double getDepth()
public java.util.List<javafx.scene.shape.Mesh> getMeshes()
public java.lang.String toString()
toString in class java.lang.Objectpublic Bounds getBounds()
public java.util.List<javafx.scene.paint.Material> getMaterials()
public java.util.List<javafx.scene.shape.MeshView> getAsMeshViews()