Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadBaseInfinityEntity

  • Direct Known Subclasses:
    CadRay, CadXLine


    public abstract class CadBaseInfinityEntity
    extends CadBaseEntity

    Class describing CadBaseInfinityEntity

    • Method Detail

      • getFirstPoint

        public abstract Cad3DPoint getFirstPoint()

        Gets or sets the first point .

        Returns:
        The First Point .
      • setFirstPoint

        public abstract void setFirstPoint(Cad3DPoint value)

        Gets or sets the first point .

        Parameters:
        value - The First Point .
      • getUnitDirectionVector

        public abstract Cad3DPoint getUnitDirectionVector()

        Gets or sets the unit direction vector.

        Returns:
        The unit direction vector.
      • setUnitDirectionVector

        public abstract void setUnitDirectionVector(Cad3DPoint value)

        Gets or sets the unit direction vector.

        Parameters:
        value - The unit direction vector.