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

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • 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.
      • getBugle

        public double getBugle()

        Gets or sets the bugle.

      • setBugle

        public void setBugle(double value)

        Gets or sets the bugle.

      • 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.

      • getStartingWidth

        public double getStartingWidth()

        Gets or sets the starting width.

      • setStartingWidth

        public void setStartingWidth(double value)

        Gets or sets the starting 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.

      • getVertexId

        public Integer getVertexId()

        Gets or sets the vertex id.

      • setVertexId

        public void setVertexId(Integer value)

        Gets or sets the vertex id.