Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadRotatedDimension

    • Constructor Detail

      • CadRotatedDimension

        public CadRotatedDimension()

        Initializes a new instance of the CadRotatedDimension class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadAlignedDimension
        Returns:
        The name of the type.
      • getRotationAngle

        public final double getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public final void setRotationAngle(double value)

        Gets or sets the rotation angle.

      • getExtensionLineAngle

        public final Double getExtensionLineAngle()

        Gets or sets the extension line angle.

        Returns:
        The extension line angle.
      • setExtensionLineAngle

        public final void setExtensionLineAngle(Double value)

        Gets or sets the extension line angle.

        Parameters:
        value - The extension line angle.