Packages

 

com.aspose.cad.fileformats.dgn.dgnelements

Class DgnBSplineCurveElement

    • Constructor Detail

      • DgnBSplineCurveElement

        public DgnBSplineCurveElement(byte[] rawData)

        Initializes a new instance of the DgnBSplineCurveElement class from raw data

        Initializes a new instance of the DgnBSplineCurveElement class

        Parameters:
        rawData - Raw data
    • Method Detail

      • getOrder

        public byte getOrder()

        Gets B-spline order: 2-15

      • isClosed

        public boolean isClosed()

        Gets a value indicating whether B-spline is closed

      • isRational

        public boolean isRational()

        Gets a value indicating whether B-spline is rational

      • getCurveType

        public byte getCurveType()

        Gets curve type

      • setKnotElement

        public void setKnotElement(DgnSplineKnotElement value)

        Gets or sets KNOT element

      • setPoleElement

        public void setPoleElement(DgnSplinePoleElement value)

        Gets or sets pole element