Cad2DVertex

Inheritance: java.lang.Object, CadVertexBase

The Cad 2 d vertex.

Constructors

ConstructorDescription
Cad2DVertex()

Methods

MethodDescription
getLocationPoint()Gets or sets the location point.
setLocationPoint(Cad3DPoint value)Gets or sets the location point.
getBugle()Gets or sets the bugle.
setBugle(double value)Gets or sets the bugle.
getCurveFitTangentDirection()Gets or sets the curve fit tangent direction.
setCurveFitTangentDirection(Double value)Gets or sets the curve fit tangent direction.
getEndingWidth()Gets or sets the ending width.
setEndingWidth(double value)Gets or sets the ending width.
getStartingWidth()Gets or sets the starting width.
setStartingWidth(double value)Gets or sets the starting width.
getFlags()Gets or sets the flags.
setFlags(Short value)Gets or sets the flags.
getMeshVertexIndex1()Gets or sets the mesh vertex index 1.
setMeshVertexIndex1(Short value)Gets or sets the mesh vertex index 1.
getMeshVertexIndex2()Gets or sets the mesh vertex index 2.
setMeshVertexIndex2(Short value)Gets or sets the mesh vertex index 2.
getMeshVertexIndex3()Gets or sets the mesh vertex index 3.
setMeshVertexIndex3(Short value)Gets or sets the mesh vertex index 3.
getMeshVertexIndex4()Gets or sets the mesh vertex index 4.
setMeshVertexIndex4(Short value)Gets or sets the mesh vertex index 4.
getVertexId()Gets or sets the vertex id.
setVertexId(Integer value)Gets or sets the vertex id.

Cad2DVertex()

public Cad2DVertex()

getLocationPoint()

public Cad3DPoint getLocationPoint()

Gets or sets the location point.

Returns: Cad3DPoint - The location point.

setLocationPoint(Cad3DPoint value)

public void setLocationPoint(Cad3DPoint value)

Gets or sets the location point.

Parameters:

ParameterTypeDescription
valueCad3DPointThe location point.

getBugle()

public double getBugle()

Gets or sets the bugle.

Returns: double

setBugle(double value)

public void setBugle(double value)

Gets or sets the bugle.

getCurveFitTangentDirection()

public Double getCurveFitTangentDirection()

Gets or sets the curve fit tangent direction.

Returns: Double

setCurveFitTangentDirection(Double value)

public void setCurveFitTangentDirection(Double value)

Gets or sets the curve fit tangent direction.

getEndingWidth()

public double getEndingWidth()

Gets or sets the ending width.

Returns: double

setEndingWidth(double value)

public void setEndingWidth(double value)

Gets or sets the ending width.

getStartingWidth()

public double getStartingWidth()

Gets or sets the starting width.

Returns: double

setStartingWidth(double value)

public void setStartingWidth(double value)

Gets or sets the starting width.

getFlags()

public Short getFlags()

Gets or sets the flags.

Returns: Short

setFlags(Short value)

public void setFlags(Short value)

Gets or sets the flags.

getMeshVertexIndex1()

public Short getMeshVertexIndex1()

Gets or sets the mesh vertex index 1.

Returns: Short

setMeshVertexIndex1(Short value)

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.

Returns: Short

setMeshVertexIndex2(Short value)

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.

Returns: Short

setMeshVertexIndex3(Short value)

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.

Returns: Short

setMeshVertexIndex4(Short value)

public void setMeshVertexIndex4(Short value)

Gets or sets the mesh vertex index 4.

getVertexId()

public Integer getVertexId()

Gets or sets the vertex id.

Returns: Integer

setVertexId(Integer value)

public void setVertexId(Integer value)

Gets or sets the vertex id.