Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadLoftedSurface



  • public class CadLoftedSurface
    extends CadPlaneSurface

    The Cad lofted surface.

    • Constructor Detail

      • CadLoftedSurface

        public CadLoftedSurface()

        Initializes a new instance of the CadLoftedSurface class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final boolean getAlignDirectionFlag()

        Gets or sets a value indicating whether align direction flag.

      • setAlignDirectionFlag

        public final void setAlignDirectionFlag(boolean value)

        Gets or sets a value indicating whether align direction flag.

      • getArcLengthParamFlag

        public final boolean getArcLengthParamFlag()

        Gets or sets a value indicating whether arc length parameter flag.

      • setArcLengthParamFlag

        public final void setArcLengthParamFlag(boolean value)

        Gets or sets a value indicating whether arc length parameter flag.

      • getClosedSurfaceFlag

        public final boolean getClosedSurfaceFlag()

        Gets or sets a value indicating whether closed surface flag.

      • setClosedSurfaceFlag

        public final void setClosedSurfaceFlag(boolean value)

        Gets or sets a value indicating whether closed surface flag.

      • getEndDraftAngle

        public final double getEndDraftAngle()

        Gets or sets the end draft angle.

      • setEndDraftAngle

        public final void setEndDraftAngle(double value)

        Gets or sets the end draft angle.

      • getEndDraftMagnitude

        public final double getEndDraftMagnitude()

        Gets or sets the end draft magnitude.

      • setEndDraftMagnitude

        public final void setEndDraftMagnitude(double value)

        Gets or sets the end draft magnitude.

      • getTwistFlag

        public final boolean getTwistFlag()

        Gets or sets a value indicating whether twist flag.

      • setTwistFlag

        public final void setTwistFlag(boolean value)

        Gets or sets a value indicating whether twist flag.

      • getPlaneNormalType

        public final short getPlaneNormalType()

        Gets or sets the plane normal type.

      • setPlaneNormalType

        public final void setPlaneNormalType(short value)

        Gets or sets the plane normal type.

      • getRuledSurfaceFlag

        public final boolean getRuledSurfaceFlag()

        Gets or sets a value indicating whether ruled surface flag.

      • setRuledSurfaceFlag

        public final void setRuledSurfaceFlag(boolean value)

        Gets or sets a value indicating whether ruled surface flag.

      • getSimpleSurfaceFlag

        public final boolean getSimpleSurfaceFlag()

        Gets or sets a value indicating whether simple surface flag.

      • setSimpleSurfaceFlag

        public final void setSimpleSurfaceFlag(boolean value)

        Gets or sets a value indicating whether simple surface flag.

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

      • getStartDraftAngle

        public final double getStartDraftAngle()

        Gets or sets the start draft angle.

      • setStartDraftAngle

        public final void setStartDraftAngle(double value)

        Gets or sets the start draft angle.

      • getStartDraftMagnitude

        public final double getStartDraftMagnitude()

        Gets or sets the start draft magnitude.

      • setStartDraftMagnitude

        public final void setStartDraftMagnitude(double value)

        Gets or sets the start draft magnitude.

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

      • getVirtualGuideFlag

        public final boolean getVirtualGuideFlag()

        Gets or sets a value indicating whether virtual guide flag.

      • setVirtualGuideFlag

        public final void setVirtualGuideFlag(boolean value)

        Gets or sets a value indicating whether virtual guide flag.