Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadMultiLineVectorBlock

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.CadMultiLineVectorBlock


  • public class CadMultiLineVectorBlock
    extends Object

    Cad mline vector block

    • Constructor Detail

      • CadMultiLineVectorBlock

        public CadMultiLineVectorBlock()

        Initializes a new instance of the CadMultiLineVectorBlock class.

    • Method Detail

      • getAreaParameters

        public final List<Double> getAreaParameters()

        Gets or sets the area parameters.

      • setAreaParameters

        public final void setAreaParameters(List<Double> value)

        Gets or sets the area parameters.

      • getAreaParametersCount

        public final List<Short> getAreaParametersCount()

        Gets or sets the area parameters count.

      • setAreaParametersCount

        public final void setAreaParametersCount(List<Short> value)

        Gets or sets the area parameters count.

      • getElementParameters

        public final List<Double> getElementParameters()

        Gets or sets the element parameters.

      • setElementParameters

        public final void setElementParameters(List<Double> value)

        Gets or sets the element parameters.

      • getElementParametersCount

        public final List<Short> getElementParametersCount()

        Gets or sets the element parameters count.

      • setElementParametersCount

        public final void setElementParametersCount(List<Short> value)

        Gets or sets the element parameters count.

      • getMilterVector

        public final Cad3DPoint getMilterVector()

        Gets or sets the milter vector.

      • setMilterVector

        public final void setMilterVector(Cad3DPoint value)

        Gets or sets the milter vector.

      • getSegmentDirection

        public final Cad3DPoint getSegmentDirection()

        Gets or sets the segment direction.

      • setSegmentDirection

        public final void setSegmentDirection(Cad3DPoint value)

        Gets or sets the segment direction.

      • getVertex

        public final Cad3DPoint getVertex()

        Gets or sets the vertex.

      • setVertex

        public final void setVertex(Cad3DPoint value)

        Gets or sets the vertex.