Interface ComponentMeshList

    • Method Detail

      • clearMeshes

        void clearMeshes()
        Clears all meshes in the component.
        Specified by:
        clearMeshes in interface MeshList
      • create

        MeshSequence create​(java.lang.String tag)
        Creates a meshing sequence.
        Parameters:
        tag - Meshing sequence tag.
        Returns:
        Created meshing sequence.
      • run

        void run()
        Builds all meshing sequences in the component.
        Specified by:
        run in interface MeshList