Packages

 

com.aspose.cad.fileformats.cad.cadobjects

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

      • setAlignAngle

        public void setAlignAngle(CadDoubleParameter value)

        Gets or sets the align angle.

      • getAlignStartFlag

        public CadBoolParameter getAlignStartFlag()

        Gets or sets a value indicating whether align start flag.

      • setAlignStartFlag

        public void setAlignStartFlag(CadBoolParameter value)

        Gets or sets a value indicating whether align start flag.

      • getBankFlag

        public CadBoolParameter getBankFlag()

        Gets or sets a value indicating whether bank flag.

      • setBankFlag

        public void setBankFlag(CadBoolParameter value)

        Gets or sets a value indicating whether bank flag.

      • getBasePointSetFlag

        public CadBoolParameter getBasePointSetFlag()

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

      • setBasePointSetFlag

        public void setBasePointSetFlag(CadBoolParameter value)

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

      • setDraftAngle

        public void setDraftAngle(CadDoubleParameter value)

        Gets or sets the draft angle.

      • getDraftEndDistance

        public CadDoubleParameter getDraftEndDistance()

        Gets or sets the draft end distance.

      • setDraftEndDistance

        public void setDraftEndDistance(CadDoubleParameter value)

        Gets or sets the draft end distance.

      • getDraftStartDistance

        public CadDoubleParameter getDraftStartDistance()

        Gets or sets the draft start distance.

      • setDraftStartDistance

        public void setDraftStartDistance(CadDoubleParameter value)

        Gets or sets the draft start distance.

      • getPathEntityID

        public CadIntParameter getPathEntityID()

        Gets or sets the id of path entity.

      • setPathEntityID

        public void setPathEntityID(CadIntParameter value)

        Gets or sets the id of path entity.

      • getSweptEntityId

        public CadIntParameter getSweptEntityId()

        Gets or sets the id of swept entity.

      • setSweptEntityId

        public void setSweptEntityId(CadIntParameter value)

        Gets or sets the id of swept entity.

      • getProprietaryBinaryData

        public CadBinaryParameter getProprietaryBinaryData()

        Gets or sets the path binary data.

      • setProprietaryBinaryData

        public void setProprietaryBinaryData(CadBinaryParameter value)

        Gets or sets the path binary data.

      • getProprietaryBinaryDataSize

        public CadIntParameter getProprietaryBinaryDataSize()

        Gets or sets the path binary data size.

      • setProprietaryBinaryDataSize

        public void setProprietaryBinaryDataSize(CadIntParameter value)

        Gets or sets the path binary data size.

      • getPathEntityTransformComutedFlag

        public CadBoolParameter getPathEntityTransformComutedFlag()

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

      • setPathEntityTransformComutedFlag

        public void setPathEntityTransformComutedFlag(CadBoolParameter value)

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

      • getPathTransformMatrix

        public List<Double> getPathTransformMatrix()

        Gets or sets the path transform matrix.

      • setPathTransformMatrix

        public void setPathTransformMatrix(List<Double> value)

        Gets or sets the path transform matrix.

      • getPathTransformMatrix2

        public List<Double> getPathTransformMatrix2()

        Gets or sets the path transform matrix 2.

      • setPathTransformMatrix2

        public void setPathTransformMatrix2(List<Double> value)

        Gets or sets the path transform matrix 2.

      • getScaleFactor

        public CadDoubleParameter getScaleFactor()

        Gets or sets the scale factor.

      • setScaleFactor

        public void setScaleFactor(CadDoubleParameter value)

        Gets or sets the scale factor.

      • getSolidFlag

        public CadBoolParameter getSolidFlag()

        Gets or sets a value indicating whether solid flag.

      • setSolidFlag

        public void setSolidFlag(CadBoolParameter value)

        Gets or sets a value indicating whether solid flag.

      • getSweepAlignment

        public CadShortParameter getSweepAlignment()

        Gets or sets a value indicating whether sweep alignment.

      • setSweepAlignment

        public void setSweepAlignment(CadShortParameter value)

        Gets or sets a value indicating whether sweep alignment.

      • getAttribute71

        public CadShortParameter getAttribute71()

        Gets or sets the attribute 71.

        Returns:
        The attribute 71.
      • setAttribute71

        public void setAttribute71(CadShortParameter value)

        Gets or sets the attribute 71.

        Parameters:
        value - The attribute 71.
      • getSweepBinaryData

        public CadBinaryParameter getSweepBinaryData()

        Gets or sets the sweep binary data.

      • setSweepBinaryData

        public void setSweepBinaryData(CadBinaryParameter value)

        Gets or sets the sweep binary data.

      • getSweepBinaryDataSize

        public CadIntParameter getSweepBinaryDataSize()

        Gets or sets the sweep binary data size.

      • setSweepBinaryDataSize

        public void setSweepBinaryDataSize(CadIntParameter value)

        Gets or sets the sweep binary data size.

      • getSweepEntityTransformCommutedFlag

        public CadBoolParameter getSweepEntityTransformCommutedFlag()

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

      • setSweepEntityTransformCommutedFlag

        public void setSweepEntityTransformCommutedFlag(CadBoolParameter value)

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

      • getSweepTransformMatrix

        public List<Double> getSweepTransformMatrix()

        Gets or sets the sweep transform matrix.

      • setSweepTransformMatrix

        public void setSweepTransformMatrix(List<Double> value)

        Gets or sets the sweep transform matrix.

      • getSweepTransformMatrix2

        public List<Double> getSweepTransformMatrix2()

        Gets or sets the sweep transform matrix 2.

      • setSweepTransformMatrix2

        public void setSweepTransformMatrix2(List<Double> value)

        Gets or sets the sweep transform matrix 2.

      • setTwistAngle

        public void setTwistAngle(CadDoubleParameter value)

        Gets or sets the twist angle.

      • getTwistControlVector

        public Cad3DPoint getTwistControlVector()

        Gets or sets the twist control vector.

      • setTwistControlVector

        public void setTwistControlVector(Cad3DPoint value)

        Gets or sets the twist control vector.