Packages

 

com.aspose.cad.fileformats.dgn.dgnelements

Class DgnShapeElement



  • public class DgnShapeElement
    extends DgnLineElement

    Represents shape element

    • Constructor Detail

      • DgnShapeElement

        public DgnShapeElement(byte[] rawData,
                               boolean is3DElementExpected)

        Initializes a new instance of the DgnShapeElement class

        Parameters:
        rawData - raw data
        is3DElementExpected - is 3D
    • Method Detail

      • getFilled

        public final boolean getFilled()

        Gets a value indicating whether this DgnShapeElement is filled.

        Returns:
        true if filled; otherwise, false.