Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadExtrudedSurface



  • public class CadExtrudedSurface
    extends CadPlaneSurface

    The Cad revolved surface.

    • Constructor Detail

      • CadExtrudedSurface

        public CadExtrudedSurface()

        Initializes a new instance of the CadExtrudedSurface class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final short getSweepAlignmentOption()

        Gets or sets the sweep alignment option.

        Returns:
        The sweep alignment option.
      • setSweepAlignmentOption

        public final void setSweepAlignmentOption(short value)

        Gets or sets the sweep alignment option.

        Parameters:
        value - The sweep alignment option.
      • getAlignStartFlag

        public final boolean getAlignStartFlag()

        Gets or sets the align start flag.

        Returns:
        The align start flag.
      • setAlignStartFlag

        public final void setAlignStartFlag(boolean value)

        Gets or sets the align start flag.

        Parameters:
        value - The align start flag.
      • getBankFlag

        public final boolean getBankFlag()

        Gets or sets the bank flag.

        Returns:
        The bank flag.
      • setBankFlag

        public final void setBankFlag(boolean value)

        Gets or sets the bank flag.

        Parameters:
        value - The bank flag.
      • getBasePointSetFlag

        public final boolean getBasePointSetFlag()

        Gets or sets the base point set flag.

        Returns:
        The base point set flag.
      • setBasePointSetFlag

        public final void setBasePointSetFlag(boolean value)

        Gets or sets the base point set flag.

        Parameters:
        value - The base point set flag.
      • getSweepEntityTransformComputedFlag

        public final boolean getSweepEntityTransformComputedFlag()

        Gets or sets the sweep entity transform computed flag.

        Returns:
        The sweep entity transform computed flag.
      • setSweepEntityTransformComputedFlag

        public final void setSweepEntityTransformComputedFlag(boolean value)

        Gets or sets the sweep entity transform computed flag.

        Parameters:
        value - The sweep entity transform computed flag.
      • getPathEntityTransformComputedFlag

        public final boolean getPathEntityTransformComputedFlag()

        Gets or sets the path entity transform computed flag.

        Returns:
        The path entity transform computed flag.
      • setPathEntityTransformComputedFlag

        public final void setPathEntityTransformComputedFlag(boolean value)

        Gets or sets the path entity transform computed flag.

        Parameters:
        value - The path entity transform computed flag.
      • getAlignAngle

        public final double getAlignAngle()

        Gets or sets the align angle.

        Returns:
        The align angle.
      • setAlignAngle

        public final void setAlignAngle(double value)

        Gets or sets the align angle.

        Parameters:
        value - The align angle.
      • getScaleFactor

        public final double getScaleFactor()

        Gets or sets the scale factor.

        Returns:
        The scale factor.
      • setScaleFactor

        public final void setScaleFactor(double value)

        Gets or sets the scale factor.

        Parameters:
        value - The scale factor.
      • getExtrudedSurfaceBinaryData

        public final byte[] getExtrudedSurfaceBinaryData()

        Gets or sets the extruded surface binary data.

        Returns:
        The extruded surface binary data.
      • setExtrudedSurfaceBinaryData

        public final void setExtrudedSurfaceBinaryData(byte[] value)

        Gets or sets the extruded surface binary data.

        Parameters:
        value - The extruded surface binary data.
      • 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.
      • getClassId

        public final int getClassId()

        Gets or sets the class identifier.

        Returns:
        The class identifier.
      • setClassId

        public final void setClassId(int value)

        Gets or sets the class identifier.

        Parameters:
        value - The class identifier.
      • getSweepVector

        public final Cad3DPoint getSweepVector()

        Gets or sets sweep vector.

      • setSweepVector

        public final void setSweepVector(Cad3DPoint value)

        Gets or sets sweep vector.

      • getReferenceVector

        public final Cad3DPoint getReferenceVector()

        Gets or sets reference vector.

      • setReferenceVector

        public final void setReferenceVector(Cad3DPoint value)

        Gets or sets reference vector.

      • 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.

      • 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.

      • 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.

      • getTransformMatrixSweep

        public final List<Double> getTransformMatrixSweep()

        Gets or sets sweep of transform matrix.

      • setTransformMatrixSweep

        public final void setTransformMatrixSweep(List<Double> value)

        Gets or sets sweep of transform matrix.

      • getTransformMatrixPath

        public final List<Double> getTransformMatrixPath()

        Gets or sets path of transform matrix.

      • setTransformMatrixPath

        public final void setTransformMatrixPath(List<Double> value)

        Gets or sets path of 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.