Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadAlignedDimension

    • Constructor Detail

      • CadAlignedDimension

        public CadAlignedDimension()

        Initializes a new instance of the CadAlignedDimension class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public Cad3DPoint getDefinitionPoint1()

        Gets or sets the definition point1.

        Returns:
        The definition point1.
      • setDefinitionPoint1

        public void setDefinitionPoint1(Cad3DPoint value)

        Gets or sets the definition point1.

        Parameters:
        value - The definition point1.
      • getDefinitionPoint2

        public Cad3DPoint getDefinitionPoint2()

        Gets or sets the definition point2.

        Returns:
        The definition point2.
      • setDefinitionPoint2

        public void setDefinitionPoint2(Cad3DPoint value)

        Gets or sets the definition point2.

        Parameters:
        value - The definition point2.
      • getInsertionPoint

        public Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

        Returns:
        The insertion point.
      • setInsertionPoint

        public void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

        Parameters:
        value - The insertion point.