Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadRadialDimension



  • public class CadRadialDimension
    extends CadDimensionBase

    The Cad radial dimension. NOTE: This class is an exact copy of CadDiametricDimension except sublcass name

    • Constructor Detail

      • CadRadialDimension

        public CadRadialDimension()

        Initializes a new instance of the CadRadialDimension class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final double getLeaderLength()

        Gets or sets the leader length.

      • setLeaderLength

        public final void setLeaderLength(double value)

        Gets or sets the leader length.

      • getRadiusDefinitionPoint

        public final Cad3DPoint getRadiusDefinitionPoint()

        Gets or sets the radius definition point.

      • setRadiusDefinitionPoint

        public final void setRadiusDefinitionPoint(Cad3DPoint value)

        Gets or sets the radius definition point.