Packages

 

com.aspose.cad.fileformats.cad.cadobjects

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

      • setAreaParameters

        public void setAreaParameters(List<CadDoubleParameter> value)

        Gets or sets the area parameters.

      • getAreaParametersCount

        public List<CadShortParameter> getAreaParametersCount()

        Gets or sets the area parameters count.

      • setAreaParametersCount

        public void setAreaParametersCount(List<CadShortParameter> value)

        Gets or sets the area parameters count.

      • getElementParameters

        public List<CadDoubleParameter> getElementParameters()

        Gets or sets the element parameters.

      • setElementParameters

        public void setElementParameters(List<CadDoubleParameter> value)

        Gets or sets the element parameters.

      • getElementParametersCount

        public List<CadShortParameter> getElementParametersCount()

        Gets or sets the element parameters count.

      • setElementParametersCount

        public void setElementParametersCount(List<CadShortParameter> value)

        Gets or sets the element parameters count.

      • getMilterVector

        public Cad3DPoint getMilterVector()

        Gets or sets the milter vector.

      • setMilterVector

        public void setMilterVector(Cad3DPoint value)

        Gets or sets the milter vector.

      • getSegmentDirection

        public Cad3DPoint getSegmentDirection()

        Gets or sets the segment direction.

      • setSegmentDirection

        public void setSegmentDirection(Cad3DPoint value)

        Gets or sets the segment direction.

      • getVertex

        public Cad3DPoint getVertex()

        Gets or sets the vertex.

      • setVertex

        public void setVertex(Cad3DPoint value)

        Gets or sets the vertex.