Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class Cad2LineAngularDimension



  • public class Cad2LineAngularDimension
    extends CadDimensionBase

    The Cad angle dimension.

    • Constructor Detail

      • Cad2LineAngularDimension

        public Cad2LineAngularDimension()

        Initializes a new instance of the Cad2LineAngularDimension class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadDimensionBase
        Returns:
        The name of the type.
      • getAngularArcDefinitionPoint

        public final Cad3DPoint getAngularArcDefinitionPoint()

        Gets or sets the angular arc definition point.

        Returns:
        The angular arc definition point.
      • setAngularArcDefinitionPoint

        public final void setAngularArcDefinitionPoint(Cad3DPoint value)

        Gets or sets the angular arc definition point.

        Parameters:
        value - The angular arc definition point.
      • getDefinitionPoint1

        public final Cad3DPoint getDefinitionPoint1()

        Gets or sets the definition point1.

        Returns:
        The definition point1.
      • setDefinitionPoint1

        public final void setDefinitionPoint1(Cad3DPoint value)

        Gets or sets the definition point1.

        Parameters:
        value - The definition point1.
      • getDefinitionPoint2

        public final Cad3DPoint getDefinitionPoint2()

        Gets or sets the definition point2.

        Returns:
        The definition point2.
      • setDefinitionPoint2

        public final void setDefinitionPoint2(Cad3DPoint value)

        Gets or sets the definition point2.

        Parameters:
        value - The definition point2.
      • getRadiusDefinitionPoint

        public final Cad3DPoint getRadiusDefinitionPoint()

        Gets or sets the radius definition point.

        Returns:
        The radius definition point.
      • setRadiusDefinitionPoint

        public final void setRadiusDefinitionPoint(Cad3DPoint value)

        Gets or sets the radius definition point.

        Parameters:
        value - The radius definition point.