Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadTolerance

    • Constructor Detail

      • CadTolerance

        public CadTolerance()

        Initializes a new instance of the CadTolerance class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getDimensionStyleName

        public final String getDimensionStyleName()

        Gets or sets the dimension style name.

      • setDimensionStyleName

        public final void setDimensionStyleName(String value)

        Gets or sets the dimension style name.

      • getDirectionVector

        public final Cad3DPoint getDirectionVector()

        Gets or sets the direction vector.

      • setDirectionVector

        public final void setDirectionVector(Cad3DPoint value)

        Gets or sets the direction vector.

      • getInsertionPoint

        public final Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • setInsertionPoint

        public final void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

      • getToleranceString

        public final String getToleranceString()

        Gets or sets the tolerance string.

      • setToleranceString

        public final void setToleranceString(String value)

        Gets or sets the tolerance string.