public class CadPolylineBase extends CadBaseExtrudedEntity
Class describing Cad POLYLINE
Constructor and Description |
---|
CadPolylineBase()
Initializes a new instance of the
CadPolylineBase class. |
Modifier and Type | Method and Description |
---|---|
double |
getElevation()
Gets or sets the elevation.
|
double |
getEndWidth()
Gets or sets the end width.
|
short |
getFlag()
Gets or sets the flag.
|
short |
getMeshMVertexCount()
Gets or sets the mesh M vertex count.
|
short |
getMeshNVertexCount()
Gets or sets the mesh N vertex count.
|
double |
getStartWidth()
Gets or sets the start width.
|
short |
getSurfaceMDensity()
Gets or sets the surface M density.
|
short |
getSurfaceNDensity()
Gets or sets the surface N density.
|
short |
getSurfaceType()
Gets or sets the type of the surface.
|
double |
getThickness()
Gets or sets the Thickness
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setEndWidth(double value)
Gets or sets the end width.
|
void |
setFlag(short value)
Gets or sets the flag.
|
void |
setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
|
void |
setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
|
void |
setStartWidth(double value)
Gets or sets the start width.
|
void |
setSurfaceMDensity(short value)
Gets or sets the surface M density.
|
void |
setSurfaceNDensity(short value)
Gets or sets the surface N density.
|
void |
setSurfaceType(short value)
Gets or sets the type of the surface.
|
void |
setThickness(double value)
Gets or sets the Thickness
|
getExtrusionDirection, setExtrusionDirection
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadPolylineBase()
Initializes a new instance of the CadPolylineBase
class.
public double getElevation()
Gets or sets the elevation.
public void setElevation(double value)
Gets or sets the elevation.
value
- The elevation.public double getEndWidth()
Gets or sets the end width.
public void setEndWidth(double value)
Gets or sets the end width.
value
- The end width.public short getFlag()
Gets or sets the flag.
public void setFlag(short value)
Gets or sets the flag.
value
- The flag.public short getMeshMVertexCount()
Gets or sets the mesh M vertex count.
public void setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
value
- The mesh M vertex count.public short getMeshNVertexCount()
Gets or sets the mesh N vertex count.
public void setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
value
- The mesh N vertex count.public double getStartWidth()
Gets or sets the start width.
public void setStartWidth(double value)
Gets or sets the start width.
value
- The start width.public short getSurfaceMDensity()
Gets or sets the surface M density.
public void setSurfaceMDensity(short value)
Gets or sets the surface M density.
value
- The surface M density.public short getSurfaceNDensity()
Gets or sets the surface N density.
public void setSurfaceNDensity(short value)
Gets or sets the surface N density.
value
- The surface N density.public short getSurfaceType()
Gets or sets the type of the surface.
public void setSurfaceType(short value)
Gets or sets the type of the surface.
value
- The type of the surface.public double getThickness()
Gets or sets the Thickness
public void setThickness(double value)
Gets or sets the Thickness
value
- The Thickness.