Interface ViewBase

    • Method Detail

      • axis

        ViewFeature axis()
        Returns the axis of the view.
        Returns:
        Axis object.
      • camera

        ViewFeature camera()
        Returns the camera of the view.
        Returns:
        Camera object.
      • clip

        ViewFeatureList clip()
        Returns the clip objects of the view.
        Returns:
        List of clip objects.
      • clip

        ViewFeature clip​(java.lang.String tag)
        Returns a clip object from the view.
        Parameters:
        tag - Feature tag.
        Returns:
        Feature tag.
      • hideEntities

        HideGeomList hideEntities()
        Returns the hide features for geometric entities.
        Returns:
        Hide features for geometric entities.
      • hideEntities

        HideGeom hideEntities​(java.lang.String tag)
        Returns a hide features for geometric entities.
        Parameters:
        tag - Feature tag.
        Returns:
        Hide feature for geometric entities.
      • hideMesh

        HideMeshList hideMesh()
        Returns the hide features for imported mesh.
        Returns:
        Hide features for imported mesh.
      • hideMesh

        HideMesh hideMesh​(java.lang.String tag)
        Returns a hide feature for imported mesh.
        Parameters:
        tag - Feature tag.
        Returns:
        Hide feature for imported mesh.
      • hideObjects

        HideDrawList hideObjects()
        Returns the hide features for geometry objects.
        Returns:
        Hide features for geometry objects.
      • hideObjects

        HideDraw hideObjects​(java.lang.String tag)
        Returns a hide features for geometry objects.
        Parameters:
        tag - Feature tag.
        Returns:
        Hide feature for geometry objects.
      • light

        ViewFeatureList light()
        Returns the lights of the view.
        Returns:
        List of light objects.
      • light

        ViewFeature light​(java.lang.String tag)
        Returns a light from the view.
        Parameters:
        tag - Feature tag.
        Returns:
        Feature tag.