Packages

 

com.aspose.cad.fileformats.cad.cadobjects.dimassoc

Class CadDimAssoc



  • public class CadDimAssoc
    extends CadBaseObject

    Class describing Cad DimAssoc

    • Constructor Detail

      • CadDimAssoc

        public CadDimAssoc()

        Initializes a new instance of the CadDimAssoc class.

    • Method Detail

      • getCadOsnapPointRefs

        public final List<CadOsnapPointRef> getCadOsnapPointRefs()

        Gets or sets the cad osnap point refs.

        Returns:
        The cad osnap point refs.
      • setCadOsnapPointRefs

        public final void setCadOsnapPointRefs(List<CadOsnapPointRef> value)

        Gets or sets the cad osnap point refs.

        Parameters:
        value - The cad osnap point refs.
      • getDimensionObjectId

        public final String getDimensionObjectId()

        Gets or sets the dimension object identifier.

        Returns:
        The dimension object identifier.
      • setDimensionObjectId

        public final void setDimensionObjectId(String value)

        Gets or sets the dimension object identifier.

        Parameters:
        value - The dimension object identifier.
      • getAssociativityFlag

        public final int getAssociativityFlag()

        Gets or sets the associativity flag.

        Returns:
        The associativity flag.
      • setAssociativityFlag

        public final void setAssociativityFlag(int value)

        Gets or sets the associativity flag.

        Parameters:
        value - The associativity flag.
      • getTransSpaceFlag

        public final short getTransSpaceFlag()

        Gets or sets the trans space flag.

        Returns:
        The trans space flag.
      • setTransSpaceFlag

        public final void setTransSpaceFlag(short value)

        Gets or sets the trans space flag.

        Parameters:
        value - The trans space flag.
      • getRotatedDimensionType

        public final short getRotatedDimensionType()

        Gets or sets the type of the rotated dimension.

        Returns:
        The type of the rotated dimension.
      • setRotatedDimensionType

        public final void setRotatedDimensionType(short value)

        Gets or sets the type of the rotated dimension.

        Parameters:
        value - The type of the rotated dimension.