Class MoFaceDetail

    • Method Detail

      • getValue

        public double getValue​(SbVec3f point)
        Computes and returns the value of the mapped scalarset at the given point. Returns Double.MAX_VALUE if point not inside the face or no mapped scalarset available.
        Parameters:
        point - a 3D point
        Returns:
        the value of the mapped scalarset at the given point
      • getMeshDetail

        public MoMeshDetail getMeshDetail()
        Returns information about the input mesh containing the cell that the face belongs to, represented as a MoMeshDetail.
        Returns:
        information about the input mesh
      • getMeshRepresentationDetail

        public MoSurfaceMeshDetail getMeshRepresentationDetail()
        Returns information about the mesh representation (skin, isosurface...) containing the face, represented as a MoSurfaceMeshDetail, if available, returns null otherwise.
        Returns:
        information about the mesh representation or null if not available
      • copy

        public SoDetail copy()
        Description copied from class: SoFaceDetail
        Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.
        Overrides:
        copy in class SoFaceDetail