Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadTolerance

    • Constructor Detail

      • CadTolerance

        public CadTolerance()

        Initializes a new instance of the CadTolerance class.

    • Method Detail

      • getDimensionStyleName

        public String getDimensionStyleName()

        Gets or sets the dimension style name.

      • setDimensionStyleName

        public void setDimensionStyleName(String value)

        Gets or sets the dimension style name.

      • getDirectionVector

        public Cad3DPoint getDirectionVector()

        Gets or sets the direction vector.

      • setDirectionVector

        public void setDirectionVector(Cad3DPoint value)

        Gets or sets the direction vector.

      • getInsertionPoint

        public Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • setInsertionPoint

        public void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

      • getToleranceString

        public String getToleranceString()

        Gets or sets the tolerance string.

      • setToleranceString

        public void setToleranceString(String value)

        Gets or sets the tolerance string.