Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadUcsTableObject



  • public class CadUcsTableObject
    extends CadBaseOwned

    ucsPorts table class

    • Constructor Detail

      • CadUcsTableObject

        public CadUcsTableObject()

        Initializes a new instance of the CadUcsTableObject class.

    • Method Detail

      • getName

        public final String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public final void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getStandardFlagValues

        public final short getStandardFlagValues()

        Gets or sets the standard flag values.

        Returns:
        The standard flag values.
      • setStandardFlagValues

        public final void setStandardFlagValues(short value)

        Gets or sets the standard flag values.

        Parameters:
        value - The standard flag values.
      • getOrigin

        public final Cad3DPoint getOrigin()

        Gets or sets the origin.

        Returns:
        The origin.
      • setOrigin

        public final void setOrigin(Cad3DPoint value)

        Gets or sets the origin.

        Parameters:
        value - The origin.
      • getDirectionX

        public final Cad3DPoint getDirectionX()

        Gets or sets the direction x.

        Returns:
        The direction x.
      • setDirectionX

        public final void setDirectionX(Cad3DPoint value)

        Gets or sets the direction x.

        Parameters:
        value - The direction x.
      • getDirectionY

        public final Cad3DPoint getDirectionY()

        Gets or sets the direction y.

        Returns:
        The direction y.
      • setDirectionY

        public final void setDirectionY(Cad3DPoint value)

        Gets or sets the direction y.

        Parameters:
        value - The direction y.
      • getElevation

        public final double getElevation()

        Gets or sets the elevation.

        Returns:
        The elevation.
      • setElevation

        public final void setElevation(double value)

        Gets or sets the elevation.

        Parameters:
        value - The elevation.
      • getBaseUCSHandle

        public final String getBaseUCSHandle()

        Gets or sets the base ucs handle.

        Returns:
        The base ucs handle.
      • setBaseUCSHandle

        public final void setBaseUCSHandle(String value)

        Gets or sets the base ucs handle.

        Parameters:
        value - The base ucs handle.
      • getOrthographicType

        public final Short getOrthographicType()

        Gets or sets the type of the orthographic.

        Returns:
        The type of the orthographic.
      • setOrthographicType

        public final void setOrthographicType(Short value)

        Gets or sets the type of the orthographic.

        Parameters:
        value - The type of the orthographic.
      • getOrthographicTypeOrigin

        public final Cad3DPoint getOrthographicTypeOrigin()

        Gets or sets the orthographic type origin.

        Returns:
        The orthographic type origin.
      • setOrthographicTypeOrigin

        public final void setOrthographicTypeOrigin(Cad3DPoint value)

        Gets or sets the orthographic type origin.

        Parameters:
        value - The orthographic type origin.