Packages

 

com.aspose.cad.fileformats.cad.cadobjects

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

      • getSweepAlignmentOption

        public CadShortParameter getSweepAlignmentOption()

        Gets or sets the sweep alignment option.

        Returns:
        The sweep alignment option.
      • setSweepAlignmentOption

        public void setSweepAlignmentOption(CadShortParameter value)

        Gets or sets the sweep alignment option.

        Parameters:
        value - The sweep alignment option.
      • 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.
      • getAlignStartFlag

        public CadBoolParameter getAlignStartFlag()

        Gets or sets the align start flag.

        Returns:
        The align start flag.
      • setAlignStartFlag

        public void setAlignStartFlag(CadBoolParameter value)

        Gets or sets the align start flag.

        Parameters:
        value - The align start flag.
      • getBankFlag

        public CadBoolParameter getBankFlag()

        Gets or sets the bank flag.

        Returns:
        The bank flag.
      • setBankFlag

        public void setBankFlag(CadBoolParameter value)

        Gets or sets the bank flag.

        Parameters:
        value - The bank flag.
      • getBasePointSetFlag

        public CadBoolParameter getBasePointSetFlag()

        Gets or sets the base point set flag.

        Returns:
        The base point set flag.
      • setBasePointSetFlag

        public void setBasePointSetFlag(CadBoolParameter value)

        Gets or sets the base point set flag.

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

        public CadBoolParameter getSweepEntityTransformComputedFlag()

        Gets or sets the sweep entity transform computed flag.

        Returns:
        The sweep entity transform computed flag.
      • setSweepEntityTransformComputedFlag

        public void setSweepEntityTransformComputedFlag(CadBoolParameter value)

        Gets or sets the sweep entity transform computed flag.

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

        public CadBoolParameter getPathEntityTransformComputedFlag()

        Gets or sets the path entity transform computed flag.

        Returns:
        The path entity transform computed flag.
      • setPathEntityTransformComputedFlag

        public void setPathEntityTransformComputedFlag(CadBoolParameter value)

        Gets or sets the path entity transform computed flag.

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

        public CadDoubleParameter getAlignAngle()

        Gets or sets the align angle.

        Returns:
        The align angle.
      • setAlignAngle

        public void setAlignAngle(CadDoubleParameter value)

        Gets or sets the align angle.

        Parameters:
        value - The align angle.
      • getScaleFactor

        public CadDoubleParameter getScaleFactor()

        Gets or sets the scale factor.

        Returns:
        The scale factor.
      • setScaleFactor

        public void setScaleFactor(CadDoubleParameter value)

        Gets or sets the scale factor.

        Parameters:
        value - The scale factor.
      • getExtrudedSurfaceBinaryData

        public CadBinaryParameter getExtrudedSurfaceBinaryData()

        Gets or sets the extruded surface binary data.

        Returns:
        The extruded surface binary data.
      • setExtrudedSurfaceBinaryData

        public void setExtrudedSurfaceBinaryData(CadBinaryParameter value)

        Gets or sets the extruded surface binary data.

        Parameters:
        value - The extruded surface binary data.
      • getBinaryDataSize

        public CadIntParameter getBinaryDataSize()

        Gets or sets the size of the binary data.

        Returns:
        The size of the binary data.
      • setBinaryDataSize

        public void setBinaryDataSize(CadIntParameter value)

        Gets or sets the size of the binary data.

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

        public CadIntParameter getClassId()

        Gets or sets the class identifier.

        Returns:
        The class identifier.
      • setClassId

        public void setClassId(CadIntParameter value)

        Gets or sets the class identifier.

        Parameters:
        value - The class identifier.
      • getSweepVector

        public Cad3DPoint getSweepVector()

        Gets or sets sweep vector.

      • setSweepVector

        public void setSweepVector(Cad3DPoint value)

        Gets or sets sweep vector.

      • getReferenceVector

        public Cad3DPoint getReferenceVector()

        Gets or sets reference vector.

      • setReferenceVector

        public void setReferenceVector(Cad3DPoint value)

        Gets or sets reference vector.

      • setDraftAngle

        public void setDraftAngle(CadDoubleParameter value)

        Gets or sets the draft angle.

      • getEndDraftDistance

        public CadDoubleParameter getEndDraftDistance()

        Gets or sets the end draft distance.

      • setEndDraftDistance

        public void setEndDraftDistance(CadDoubleParameter value)

        Gets or sets the end draft distance.

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

      • getStartDraftDistance

        public CadDoubleParameter getStartDraftDistance()

        Gets or sets the start draft distance.

      • setStartDraftDistance

        public void setStartDraftDistance(CadDoubleParameter value)

        Gets or sets the start draft distance.

      • getTransformMatrix

        public List<Double> getTransformMatrix()

        Gets or sets the transform matrix.

      • setTransformMatrix

        public void setTransformMatrix(List<Double> value)

        Gets or sets the transform matrix.

      • getTransformMatrixSweep

        public List<Double> getTransformMatrixSweep()

        Gets or sets sweep of transform matrix.

      • setTransformMatrixSweep

        public void setTransformMatrixSweep(List<Double> value)

        Gets or sets sweep of transform matrix.

      • getTransformMatrixPath

        public List<Double> getTransformMatrixPath()

        Gets or sets path of transform matrix.

      • setTransformMatrixPath

        public void setTransformMatrixPath(List<Double> value)

        Gets or sets path of transform matrix.

      • setTwistAngle

        public void setTwistAngle(CadDoubleParameter value)

        Gets or sets the twist angle.