public class CadVertexBase extends CadBaseEntity
Class describing Cad VERTEX
Parameters_internalized, typeName_internalized
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.
|
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 |
getVertexId()
Gets or sets the vertex id.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
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 |
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(int value)
Gets or sets the vertex id.
|
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadVertexBase()
Initializes a new instance of the CadVertexBase
class.
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 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 double getStartingWidth()
Gets or sets the starting width.
public void setStartingWidth(double value)
Gets or sets the starting width.
public int getVertexId()
Gets or sets the vertex id.
public void setVertexId(int value)
Gets or sets the vertex id.
public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadBaseEntity
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.