public class CadVertexBase extends CadBaseEntity
Class describing Cad VERTEX
Constructor and Description |
---|
CadVertexBase()
Initializes a new instance of the
CadVertexBase class. |
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.
|
int |
getTypeName()
Gets the name of the type.
|
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.
|
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 CadVertexBase()
Initializes a new instance of the CadVertexBase
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getLocationPoint()
Gets or sets the location point.
public void setLocationPoint(Cad3DPoint value)
Gets or sets the location point.
value
- The location point.public double getBugle()
Gets or sets the bugle.
public void setBugle(double value)
Gets or sets the bugle.
public Double getCurveFitTangentDirection()
Gets or sets the curve fit tangent direction.
public void setCurveFitTangentDirection(Double value)
Gets or sets the curve fit tangent direction.
public double getEndingWidth()
Gets or sets the ending width.
public void setEndingWidth(double value)
Gets or sets the ending width.
public double getStartingWidth()
Gets or sets the starting width.
public void setStartingWidth(double value)
Gets or sets the starting width.
public Short getFlags()
Gets or sets the flags.
public void setFlags(Short value)
Gets or sets the flags.
public Short getMeshVertexIndex1()
Gets or sets the mesh vertex index 1.
public void setMeshVertexIndex1(Short value)
Gets or sets the mesh vertex index 1.
public Short getMeshVertexIndex2()
Gets or sets the mesh vertex index 2.
public void setMeshVertexIndex2(Short value)
Gets or sets the mesh vertex index 2.
public Short getMeshVertexIndex3()
Gets or sets the mesh vertex index 3.
public void setMeshVertexIndex3(Short value)
Gets or sets the mesh vertex index 3.
public Short getMeshVertexIndex4()
Gets or sets the mesh vertex index 4.
public void setMeshVertexIndex4(Short value)
Gets or sets the mesh vertex index 4.
public Integer getVertexId()
Gets or sets the vertex id.
public void setVertexId(Integer value)
Gets or sets the vertex id.