Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadRevolvedSurface



  • public class CadRevolvedSurface
    extends CadPlaneSurface

    The Cad revolved surface.

    • Constructor Detail

      • CadRevolvedSurface

        public CadRevolvedSurface()

        Initializes a new instance of the CadRevolvedSurface class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadPlaneSurface
        Returns:
        The name of the type.
      • getBinaryDataSize

        public final int getBinaryDataSize()

        Gets or sets the size of the binary data.

        Returns:
        The size of the binary data.
      • setBinaryDataSize

        public final void setBinaryDataSize(int value)

        Gets or sets the size of the binary data.

        Parameters:
        value - The size of the binary data.
      • getAxisPoint

        public final Cad3DPoint getAxisPoint()

        Gets or sets the axis point.

      • setAxisPoint

        public final void setAxisPoint(Cad3DPoint value)

        Gets or sets the axis point.

      • getAxisVector

        public final Cad3DPoint getAxisVector()

        Gets or sets the axis vector.

      • setAxisVector

        public final void setAxisVector(Cad3DPoint value)

        Gets or sets the axis vector.

      • getRevolvedSurfaceBinaryData

        public final byte[] getRevolvedSurfaceBinaryData()

        Gets or sets the revolved surface binary data.

        Returns:
        The revolved surface binary data.
      • setRevolvedSurfaceBinaryData

        public final void setRevolvedSurfaceBinaryData(byte[] value)

        Gets or sets the revolved surface binary data.

        Parameters:
        value - The revolved surface binary data.
      • getCloseToAxisFlag

        public final boolean getCloseToAxisFlag()

        Gets or sets a value indicating whether close to axis flag.

      • setCloseToAxisFlag

        public final void setCloseToAxisFlag(boolean value)

        Gets or sets a value indicating whether close to axis flag.

      • getDraftAngle

        public final double getDraftAngle()

        Gets or sets the draft angle.

      • setDraftAngle

        public final void setDraftAngle(double value)

        Gets or sets the draft angle.

      • getEndDraftDistance

        public final double getEndDraftDistance()

        Gets or sets the end draft distance.

      • setEndDraftDistance

        public final void setEndDraftDistance(double value)

        Gets or sets the end draft distance.

      • getIdOfRevolveEntity

        public final int getIdOfRevolveEntity()

        Gets or sets the id of revolve

      • setIdOfRevolveEntity

        public final void setIdOfRevolveEntity(int value)

        Gets or sets the id of revolve

      • getRevolveAngle

        public final double getRevolveAngle()

        Gets or sets the revolve angle.

      • setRevolveAngle

        public final void setRevolveAngle(double value)

        Gets or sets the revolve angle.

      • getSolidFlag

        public final boolean getSolidFlag()

        Gets or sets a value indicating whether solid flag.

      • setSolidFlag

        public final void setSolidFlag(boolean value)

        Gets or sets a value indicating whether solid flag.

      • getStartAngle

        public final double getStartAngle()

        Gets or sets the start angle.

      • setStartAngle

        public final void setStartAngle(double value)

        Gets or sets the start angle.

      • getStartDraftDistance

        public final double getStartDraftDistance()

        Gets or sets the start draft distance.

      • setStartDraftDistance

        public final void setStartDraftDistance(double value)

        Gets or sets the start draft distance.

      • getTransformMatrix

        public final List<Double> getTransformMatrix()

        Gets or sets the transform matrix.

      • setTransformMatrix

        public final void setTransformMatrix(List<Double> value)

        Gets or sets the transform matrix.

      • getTwistAngle

        public final double getTwistAngle()

        Gets or sets the twist angle.

      • setTwistAngle

        public final void setTwistAngle(double value)

        Gets or sets the twist angle.