Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadViewTableObject



  • public class CadViewTableObject
    extends CadBaseOwned

    viewPorts table class

    • Constructor Detail

      • CadViewTableObject

        public CadViewTableObject()

        Initializes a new instance of the CadViewTableObject class.

    • Method Detail

      • getName

        public String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getFlag

        public short getFlag()

        Gets or sets the flag.

        Returns:
        The flag.
      • setFlag

        public void setFlag(short value)

        Gets or sets the flag.

        Parameters:
        value - The flag.
      • getViewHeight

        public double getViewHeight()

        Gets or sets the height of the view.

        Returns:
        The height of the view.
      • setViewHeight

        public void setViewHeight(double value)

        Gets or sets the height of the view.

        Parameters:
        value - The height of the view.
      • getCenterPoint

        public Cad2DPoint getCenterPoint()

        Gets or sets the center point.

        Returns:
        The center point.
      • setCenterPoint

        public void setCenterPoint(Cad2DPoint value)

        Gets or sets the center point.

        Parameters:
        value - The center point.
      • getViewWidth

        public double getViewWidth()

        Gets or sets the width of the view.

        Returns:
        The width of the view.
      • setViewWidth

        public void setViewWidth(double value)

        Gets or sets the width of the view.

        Parameters:
        value - The width of the view.
      • getViewDirection

        public Cad3DPoint getViewDirection()

        Gets or sets the view direction.

        Returns:
        The view direction.
      • setViewDirection

        public void setViewDirection(Cad3DPoint value)

        Gets or sets the view direction.

        Parameters:
        value - The view direction.
      • getTargetPoint

        public Cad3DPoint getTargetPoint()

        Gets or sets the target point.

        Returns:
        The target point.
      • setTargetPoint

        public void setTargetPoint(Cad3DPoint value)

        Gets or sets the target point.

        Parameters:
        value - The target point.
      • getLensLength

        public double getLensLength()

        Gets or sets the length of the lens.

        Returns:
        The length of the lens.
      • setLensLength

        public void setLensLength(double value)

        Gets or sets the length of the lens.

        Parameters:
        value - The length of the lens.
      • getFrontClipping

        public double getFrontClipping()

        Gets or sets the front clipping.

        Returns:
        The front clipping.
      • setFrontClipping

        public void setFrontClipping(double value)

        Gets or sets the front clipping.

        Parameters:
        value - The front clipping.
      • getBackClipping

        public double getBackClipping()

        Gets or sets the back clipping.

        Returns:
        The back clipping.
      • setBackClipping

        public void setBackClipping(double value)

        Gets or sets the back clipping.

        Parameters:
        value - The back clipping.
      • getTwistAngle

        public double getTwistAngle()

        Gets or sets the twist angle.

        Returns:
        The twist angle.
      • setTwistAngle

        public void setTwistAngle(double value)

        Gets or sets the twist angle.

        Parameters:
        value - The twist angle.
      • getViewMode

        public short getViewMode()

        Gets or sets the view mode.

        Returns:
        The view mode.
      • setViewMode

        public void setViewMode(short value)

        Gets or sets the view mode.

        Parameters:
        value - The view mode.
      • getAssociatedUcs

        public final CadShortParameter getAssociatedUcs()

        Gets or sets the associated ucs.

        Returns:
        The associated ucs.
      • setAssociatedUcs

        public final void setAssociatedUcs(CadShortParameter value)

        Gets or sets the associated ucs.

        Parameters:
        value - The associated ucs.
      • getCameraPlottable

        public final CadShortParameter getCameraPlottable()

        Gets or sets the camera plottable.

        Returns:
        The camera plottable.
      • setCameraPlottable

        public final void setCameraPlottable(CadShortParameter value)

        Gets or sets the camera plottable.

        Parameters:
        value - The camera plottable.
      • getRenderMode

        public final CadShortParameter getRenderMode()

        Gets or sets the render mode.

        Returns:
        The render mode.
      • setRenderMode

        public final void setRenderMode(CadShortParameter value)

        Gets or sets the render mode.

        Parameters:
        value - The render mode.
      • getBackgroundHandle

        public String getBackgroundHandle()

        Gets or sets the background handle.

        Returns:
        The background handle.
      • setBackgroundHandle

        public void setBackgroundHandle(String value)

        Gets or sets the background handle.

        Parameters:
        value - The background handle.
      • getLiveSectionHandle

        public String getLiveSectionHandle()

        Gets or sets the live section handle.

        Returns:
        The live section handle.
      • setLiveSectionHandle

        public void setLiveSectionHandle(String value)

        Gets or sets the live section handle.

        Parameters:
        value - The live section handle.
      • getVisualStyleHandle

        public String getVisualStyleHandle()

        Gets or sets the visual style handle.

        Returns:
        The visual style handle.
      • setVisualStyleHandle

        public void setVisualStyleHandle(String value)

        Gets or sets the visual style handle.

        Parameters:
        value - The visual style handle.
      • getSunHardOwnership

        public String getSunHardOwnership()

        Gets or sets the sun hard ownership.

        Returns:
        The sun hard ownership.
      • setSunHardOwnership

        public void setSunHardOwnership(String value)

        Gets or sets the sun hard ownership.

        Parameters:
        value - The sun hard ownership.
      • getUcsOrigin

        public Cad3DPoint getUcsOrigin()

        Gets or sets the ucs origin.

        Returns:
        The ucs origin.
      • setUcsOrigin

        public void setUcsOrigin(Cad3DPoint value)

        Gets or sets the ucs origin.

        Parameters:
        value - The ucs origin.
      • getUcsXaxis

        public Cad3DPoint getUcsXaxis()

        Gets or sets the ucs xaxis.

        Returns:
        The ucs xaxis.
      • setUcsXaxis

        public void setUcsXaxis(Cad3DPoint value)

        Gets or sets the ucs xaxis.

        Parameters:
        value - The ucs xaxis.
      • getUcsYaxis

        public Cad3DPoint getUcsYaxis()

        Gets or sets the ucs yaxis.

        Returns:
        The ucs yaxis.
      • setUcsYaxis

        public void setUcsYaxis(Cad3DPoint value)

        Gets or sets the ucs yaxis.

        Parameters:
        value - The ucs yaxis.
      • getUcsType

        public short getUcsType()

        Gets or sets the type of the ucs.

        Returns:
        The type of the ucs.
      • setUcsType

        public void setUcsType(short value)

        Gets or sets the type of the ucs.

        Parameters:
        value - The type of the ucs.
      • getElevation

        public double getElevation()

        Gets or sets the elevation.

        Returns:
        The elevation.
      • setElevation

        public void setElevation(double value)

        Gets or sets the elevation.

        Parameters:
        value - The elevation.
      • getUcsHandle

        public String getUcsHandle()

        Gets or sets the ucs handle.

        Returns:
        The ucs handle.
      • setUcsHandle

        public void setUcsHandle(String value)

        Gets or sets the ucs handle.

        Parameters:
        value - The ucs handle.
      • getUcsBaseHandle

        public String getUcsBaseHandle()

        Gets or sets the ucs base handle.

        Returns:
        The ucs base handle.
      • setUcsBaseHandle

        public void setUcsBaseHandle(String value)

        Gets or sets the ucs base handle.

        Parameters:
        value - The ucs base handle.