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 List<CadOsnapPointRef> getCadOsnapPointRefs()

        Gets or sets the cad osnap point refs.

        Returns:
        The cad osnap point refs.
      • setCadOsnapPointRefs

        public void setCadOsnapPointRefs(List<CadOsnapPointRef> value)

        Gets or sets the cad osnap point refs.

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

        public String getDimensionObjectId()

        Gets or sets the dimension object identifier.

        Returns:
        The dimension object identifier.
      • setDimensionObjectId

        public void setDimensionObjectId(String value)

        Gets or sets the dimension object identifier.

        Parameters:
        value - The dimension object identifier.
      • getAssociativityFlag

        public int getAssociativityFlag()

        Gets or sets the associativity flag.

        Returns:
        The associativity flag.
      • setAssociativityFlag

        public void setAssociativityFlag(int value)

        Gets or sets the associativity flag.

        Parameters:
        value - The associativity flag.
      • getTransSpaceFlag

        public short getTransSpaceFlag()

        Gets or sets the trans space flag.

        Returns:
        The trans space flag.
      • setTransSpaceFlag

        public void setTransSpaceFlag(short value)

        Gets or sets the trans space flag.

        Parameters:
        value - The trans space flag.
      • getRotatedDimensionType

        public short getRotatedDimensionType()

        Gets or sets the type of the rotated dimension.

        Returns:
        The type of the rotated dimension.
      • setRotatedDimensionType

        public void setRotatedDimensionType(short value)

        Gets or sets the type of the rotated dimension.

        Parameters:
        value - The type of the rotated dimension.