Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadDiametricDimension



  • public class CadDiametricDimension
    extends CadDimensionBase

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

    • Constructor Detail

      • CadDiametricDimension

        public CadDiametricDimension()

        Initializes a new instance of the CadDiametricDimension class.

    • Method Detail

      • getLeaderLength

        public double getLeaderLength()

        Gets or sets the leader length.

      • setLeaderLength

        public void setLeaderLength(double value)

        Gets or sets the leader length.

      • getRadiusDefinitionPoint

        public Cad3DPoint getRadiusDefinitionPoint()

        Gets or sets the radius definition point.

      • setRadiusDefinitionPoint

        public void setRadiusDefinitionPoint(Cad3DPoint value)

        Gets or sets the radius definition point.