Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadSweptSurface



  • public class CadSweptSurface
    extends CadPlaneSurface

    The Cad swept surface.

    • Constructor Detail

      • CadSweptSurface

        public CadSweptSurface()

        Initializes a new instance of the CadSweptSurface class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final double getAlignAngle()

        Gets or sets the align angle.

      • setAlignAngle

        public final void setAlignAngle(double value)

        Gets or sets the align angle.

      • getAlignStartFlag

        public final boolean getAlignStartFlag()

        Gets or sets a value indicating whether align start flag.

      • setAlignStartFlag

        public final void setAlignStartFlag(boolean value)

        Gets or sets a value indicating whether align start flag.

      • getBankFlag

        public final boolean getBankFlag()

        Gets or sets a value indicating whether bank flag.

      • setBankFlag

        public final void setBankFlag(boolean value)

        Gets or sets a value indicating whether bank flag.

      • getBasePointSetFlag

        public final boolean getBasePointSetFlag()

        Gets or sets a value indicating whether base point set flag.

      • setBasePointSetFlag

        public final void setBasePointSetFlag(boolean value)

        Gets or sets a value indicating whether base point set 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.

      • getDraftEndDistance

        public final double getDraftEndDistance()

        Gets or sets the draft end distance.

      • setDraftEndDistance

        public final void setDraftEndDistance(double value)

        Gets or sets the draft end distance.

      • getDraftStartDistance

        public final double getDraftStartDistance()

        Gets or sets the draft start distance.

      • setDraftStartDistance

        public final void setDraftStartDistance(double value)

        Gets or sets the draft start distance.

      • getPathEntityID

        public final int getPathEntityID()

        Gets or sets the id of path

      • setPathEntityID

        public final void setPathEntityID(int value)

        Gets or sets the id of path

      • getSweptEntityId

        public final int getSweptEntityId()

        Gets or sets the id of swept

      • setSweptEntityId

        public final void setSweptEntityId(int value)

        Gets or sets the id of swept

      • getProprietaryBinaryData

        public final byte[] getProprietaryBinaryData()

        Gets or sets the path binary data.

      • setProprietaryBinaryData

        public final void setProprietaryBinaryData(byte[] value)

        Gets or sets the path binary data.

      • getProprietaryBinaryDataSize

        public final int getProprietaryBinaryDataSize()

        Gets or sets the path binary data size.

      • setProprietaryBinaryDataSize

        public final void setProprietaryBinaryDataSize(int value)

        Gets or sets the path binary data size.

      • getPathEntityTransformComutedFlag

        public final boolean getPathEntityTransformComutedFlag()

        Gets or sets a value indicating whether path entity transform commuted flag.

      • setPathEntityTransformComutedFlag

        public final void setPathEntityTransformComutedFlag(boolean value)

        Gets or sets a value indicating whether path entity transform commuted flag.

      • getPathTransformMatrix

        public final List<Double> getPathTransformMatrix()

        Gets or sets the path transform matrix.

      • setPathTransformMatrix

        public final void setPathTransformMatrix(List<Double> value)

        Gets or sets the path transform matrix.

      • getPathTransformMatrix2

        public final List<Double> getPathTransformMatrix2()

        Gets or sets the path transform matrix 2.

      • setPathTransformMatrix2

        public final void setPathTransformMatrix2(List<Double> value)

        Gets or sets the path transform matrix 2.

      • getScaleFactor

        public final double getScaleFactor()

        Gets or sets the scale factor.

      • setScaleFactor

        public final void setScaleFactor(double value)

        Gets or sets the scale factor.

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

      • getSweepAlignment

        public final short getSweepAlignment()

        Gets or sets a value indicating whether sweep alignment.

      • setSweepAlignment

        public final void setSweepAlignment(short value)

        Gets or sets a value indicating whether sweep alignment.

      • getSweepBinaryData

        public final byte[] getSweepBinaryData()

        Gets or sets the sweep binary data.

      • setSweepBinaryData

        public final void setSweepBinaryData(byte[] value)

        Gets or sets the sweep binary data.

      • getSweepBinaryDataSize

        public final int getSweepBinaryDataSize()

        Gets or sets the sweep binary data size.

      • setSweepBinaryDataSize

        public final void setSweepBinaryDataSize(int value)

        Gets or sets the sweep binary data size.

      • getSweepEntityTransformCommutedFlag

        public final boolean getSweepEntityTransformCommutedFlag()

        Gets or sets a value indicating whether sweep entity transform commuted flag.

      • setSweepEntityTransformCommutedFlag

        public final void setSweepEntityTransformCommutedFlag(boolean value)

        Gets or sets a value indicating whether sweep entity transform commuted flag.

      • getSweepTransformMatrix

        public final List<Double> getSweepTransformMatrix()

        Gets or sets the sweep transform matrix.

      • setSweepTransformMatrix

        public final void setSweepTransformMatrix(List<Double> value)

        Gets or sets the sweep transform matrix.

      • getSweepTransformMatrix2

        public final List<Double> getSweepTransformMatrix2()

        Gets or sets the sweep transform matrix 2.

      • setSweepTransformMatrix2

        public final void setSweepTransformMatrix2(List<Double> value)

        Gets or sets the sweep transform matrix 2.

      • getTwistAngle

        public final double getTwistAngle()

        Gets or sets the twist angle.

      • setTwistAngle

        public final void setTwistAngle(double value)

        Gets or sets the twist angle.

      • getTwistControlVector

        public final Cad3DPoint getTwistControlVector()

        Gets or sets the twist control vector.

      • setTwistControlVector

        public final void setTwistControlVector(Cad3DPoint value)

        Gets or sets the twist control vector.