Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadHelix



  • public class CadHelix
    extends CadBaseEntity

    Class describing CadHelix

    • Constructor Detail

      • CadHelix

        public CadHelix()

        Initializes a new instance of the CadHelix class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final List<com.aspose.cad.PointF> getAxisPoints()

        Gets or sets the axis points.

        Returns:
        The axis points.
      • setAxisPoints

        public final void setAxisPoints(List<com.aspose.cad.PointF> value)

        Gets or sets the axis points.

        Parameters:
        value - The axis points.
      • getAxisVector

        public final Cad3DPoint getAxisVector()

        Gets or sets the axis vector.

        Returns:
        The axis vector.
      • setAxisVector

        public final void setAxisVector(Cad3DPoint value)

        Gets or sets the axis vector.

        Parameters:
        value - The axis vector.
      • getConstrainType

        public final int getConstrainType()

        Gets or sets the type of the constrain.

        Returns:
        The type of the constrain.
      • setConstrainType

        public final void setConstrainType(int value)

        Gets or sets the type of the constrain.

        Parameters:
        value - The type of the constrain.
      • getHandedness

        public final int getHandedness()

        Gets or sets a value indicating whether this CadHelix is left or right handed.

        Returns:
        true if left handed; otherwise, false.
      • setHandedness

        public final void setHandedness(int value)

        Gets or sets a value indicating whether this CadHelix is left or right handed.

        Parameters:
        value - true if left handed; otherwise, false.
      • getRadius

        public final double getRadius()

        Gets or sets the radius.

        Returns:
        The radius.
      • setRadius

        public final void setRadius(double value)

        Gets or sets the radius.

        Parameters:
        value - The radius.
      • getSplineObject

        public final CadSpline getSplineObject()

        Gets or sets the spline object.

      • setSplineObject

        public final void setSplineObject(CadSpline value)

        Gets or sets the spline object.

      • getStartPoint

        public final Cad3DPoint getStartPoint()

        Gets or sets the start point.

        Returns:
        The start point.
      • setStartPoint

        public final void setStartPoint(Cad3DPoint value)

        Gets or sets the start point.

        Parameters:
        value - The start point.
      • getTurnLength

        public final double getTurnLength()

        Gets or sets the turn length.

      • setTurnLength

        public final void setTurnLength(double value)

        Gets or sets the turn length.

      • getTurnsNumber

        public final double getTurnsNumber()

        Gets or sets the turns number.

        Returns:
        The turns number.
      • setTurnsNumber

        public final void setTurnsNumber(double value)

        Gets or sets the turns number.

        Parameters:
        value - The turns number.
      • getMaintainanceReleaseNumber

        public final int getMaintainanceReleaseNumber()

        Gets or sets the maintainance release number.

        Returns:
        The maintainance release number.
      • setMaintainanceReleaseNumber

        public final void setMaintainanceReleaseNumber(int value)

        Gets or sets the maintainance release number.

        Parameters:
        value - The maintainance release number.
      • getMajorReleaseNumber

        public final int getMajorReleaseNumber()

        Gets or sets the major release number.

        Returns:
        The major release number.
      • setMajorReleaseNumber

        public final void setMajorReleaseNumber(int value)

        Gets or sets the major release number.

        Parameters:
        value - The major release number.
      • getAxisBasePoint

        public final Cad3DPoint getAxisBasePoint()

        Gets or sets the axis base point.

        Returns:
        The axis base point.
      • setAxisBasePoint

        public final void setAxisBasePoint(Cad3DPoint value)

        Gets or sets the axis base point.

        Parameters:
        value - The axis base point.