public class Cad3DVertex extends CadVertexBase
The Cad 3 d vertex.
Constructor and Description |
---|
Cad3DVertex() |
Modifier and Type | Method and Description |
---|---|
double |
getBugle()
Gets or sets the bugle.
|
Double |
getCurveFitTangentDirection()
Gets or sets the curve fit tangent direction.
|
double |
getEndingWidth()
Gets or sets the ending width.
|
Short |
getFlags()
Gets or sets the flags.
|
Cad3DPoint |
getLocationPoint()
Gets or sets the location point.
|
Short |
getMeshVertexIndex1()
Gets or sets the mesh vertex index 1.
|
Short |
getMeshVertexIndex2()
Gets or sets the mesh vertex index 2.
|
Short |
getMeshVertexIndex3()
Gets or sets the mesh vertex index 3.
|
Short |
getMeshVertexIndex4()
Gets or sets the mesh vertex index 4.
|
double |
getStartingWidth()
Gets or sets the starting width.
|
Integer |
getVertexId()
Gets or sets the vertex id.
|
void |
setBugle(double value)
Gets or sets the bugle.
|
void |
setCurveFitTangentDirection(Double value)
Gets or sets the curve fit tangent direction.
|
void |
setEndingWidth(double value)
Gets or sets the ending width.
|
void |
setFlags(Short value)
Gets or sets the flags.
|
void |
setLocationPoint(Cad3DPoint value)
Gets or sets the location point.
|
void |
setMeshVertexIndex1(Short value)
Gets or sets the mesh vertex index 1.
|
void |
setMeshVertexIndex2(Short value)
Gets or sets the mesh vertex index 2.
|
void |
setMeshVertexIndex3(Short value)
Gets or sets the mesh vertex index 3.
|
void |
setMeshVertexIndex4(Short value)
Gets or sets the mesh vertex index 4.
|
void |
setStartingWidth(double value)
Gets or sets the starting width.
|
void |
setVertexId(Integer value)
Gets or sets the vertex id.
|
getTypeName
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public Cad3DPoint getLocationPoint()
Gets or sets the location point.
getLocationPoint
in class CadVertexBase
public void setLocationPoint(Cad3DPoint value)
Gets or sets the location point.
setLocationPoint
in class CadVertexBase
value
- The location point.public double getBugle()
Gets or sets the bugle.
getBugle
in class CadVertexBase
public void setBugle(double value)
Gets or sets the bugle.
setBugle
in class CadVertexBase
public Double getCurveFitTangentDirection()
Gets or sets the curve fit tangent direction.
getCurveFitTangentDirection
in class CadVertexBase
public void setCurveFitTangentDirection(Double value)
Gets or sets the curve fit tangent direction.
setCurveFitTangentDirection
in class CadVertexBase
public double getEndingWidth()
Gets or sets the ending width.
getEndingWidth
in class CadVertexBase
public void setEndingWidth(double value)
Gets or sets the ending width.
setEndingWidth
in class CadVertexBase
public double getStartingWidth()
Gets or sets the starting width.
getStartingWidth
in class CadVertexBase
public void setStartingWidth(double value)
Gets or sets the starting width.
setStartingWidth
in class CadVertexBase
public Short getFlags()
Gets or sets the flags.
getFlags
in class CadVertexBase
public void setFlags(Short value)
Gets or sets the flags.
setFlags
in class CadVertexBase
public Short getMeshVertexIndex1()
Gets or sets the mesh vertex index 1.
getMeshVertexIndex1
in class CadVertexBase
public void setMeshVertexIndex1(Short value)
Gets or sets the mesh vertex index 1.
setMeshVertexIndex1
in class CadVertexBase
public Short getMeshVertexIndex2()
Gets or sets the mesh vertex index 2.
getMeshVertexIndex2
in class CadVertexBase
public void setMeshVertexIndex2(Short value)
Gets or sets the mesh vertex index 2.
setMeshVertexIndex2
in class CadVertexBase
public Short getMeshVertexIndex3()
Gets or sets the mesh vertex index 3.
getMeshVertexIndex3
in class CadVertexBase
public void setMeshVertexIndex3(Short value)
Gets or sets the mesh vertex index 3.
setMeshVertexIndex3
in class CadVertexBase
public Short getMeshVertexIndex4()
Gets or sets the mesh vertex index 4.
getMeshVertexIndex4
in class CadVertexBase
public void setMeshVertexIndex4(Short value)
Gets or sets the mesh vertex index 4.
setMeshVertexIndex4
in class CadVertexBase
public Integer getVertexId()
Gets or sets the vertex id.
getVertexId
in class CadVertexBase
public void setVertexId(Integer value)
Gets or sets the vertex id.
setVertexId
in class CadVertexBase