Packages

 

com.aspose.cad.fileformats.cad.cadobjects.vertices

Class CadVertexBase

    • Constructor Detail

      • CadVertexBase

        public CadVertexBase()

        Initializes a new instance of the CadVertexBase class.

    • Method Detail

      • getLocationPoint

        public Cad3DPoint getLocationPoint()

        Gets or sets the location point.

        Returns:
        The location point.
      • setLocationPoint

        public void setLocationPoint(Cad3DPoint value)

        Gets or sets the location point.

        Parameters:
        value - The location point.
      • getCurveFitTangentDirection

        public double getCurveFitTangentDirection()

        Gets or sets the curve fit tangent direction.

      • setCurveFitTangentDirection

        public void setCurveFitTangentDirection(double value)

        Gets or sets the curve fit tangent direction.

      • getEndingWidth

        public double getEndingWidth()

        Gets or sets the ending width.

      • setEndingWidth

        public void setEndingWidth(double value)

        Gets or sets the ending width.

      • getFlags

        public short getFlags()

        Gets or sets the flags.

      • setFlags

        public void setFlags(short value)

        Gets or sets the flags.

      • getMeshVertexIndex1

        public short getMeshVertexIndex1()

        Gets or sets the mesh vertex index 1.

      • setMeshVertexIndex1

        public void setMeshVertexIndex1(short value)

        Gets or sets the mesh vertex index 1.

      • getMeshVertexIndex2

        public short getMeshVertexIndex2()

        Gets or sets the mesh vertex index 2.

      • setMeshVertexIndex2

        public void setMeshVertexIndex2(short value)

        Gets or sets the mesh vertex index 2.

      • getMeshVertexIndex3

        public short getMeshVertexIndex3()

        Gets or sets the mesh vertex index 3.

      • setMeshVertexIndex3

        public void setMeshVertexIndex3(short value)

        Gets or sets the mesh vertex index 3.

      • getMeshVertexIndex4

        public short getMeshVertexIndex4()

        Gets or sets the mesh vertex index 4.

      • setMeshVertexIndex4

        public void setMeshVertexIndex4(short value)

        Gets or sets the mesh vertex index 4.

      • getStartingWidth

        public double getStartingWidth()

        Gets or sets the starting width.

      • setStartingWidth

        public void setStartingWidth(double value)

        Gets or sets the starting width.

      • getVertexId

        public int getVertexId()

        Gets or sets the vertex id.

      • setVertexId

        public void setVertexId(int value)

        Gets or sets the vertex id.