Class MeshContainer

java.lang.Object
eu.mihosoft.vrl.v3d.MeshContainer

public class MeshContainer extends Object
Author:
Michael Hoffer <info@michaelhoffer.de>
  • Method Details Link icon

    • getWidth Link icon

      public double getWidth()
      Returns:
      the width
    • getHeight Link icon

      public double getHeight()
      Returns:
      the height
    • getDepth Link icon

      public double getDepth()
      Returns:
      the depth
    • getMeshes Link icon

      public List<javafx.scene.shape.Mesh> getMeshes()
      Returns:
      the mesh
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
    • getBounds Link icon

      public Bounds getBounds()
      Returns:
      the bounds
    • getMaterials Link icon

      public List<javafx.scene.paint.Material> getMaterials()
      Returns:
      the materials
    • getAsMeshViews Link icon

      public List<javafx.scene.shape.MeshView> getAsMeshViews()