public class CadLwPolyline extends CadBaseExtrudedEntity
Class describing Cad lwPoliline
Constructor and Description |
---|
CadLwPolyline()
Initializes a new instance of the
CadLwPolyline class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getAttribute6()
Gets or sets the attribute6.
|
CadShortParameter |
getAttribute62()
Gets or sets the attribute62.
|
List<CadParameter> |
getBugle()
Gets or sets the bugle.
|
double |
getConstantWidth()
Gets or sets the Constant Width.
|
List<Cad2DPoint> |
getCoordinates()
Gets or sets the coordinates.
|
double |
getElevation()
Gets or sets the elevation.
|
List<CadDoubleParameter> |
getEndWidth()
Gets or sets the end width.
|
short |
getFlag()
Gets or sets the flag.
|
int |
getPointCount()
Gets or sets the PointCount
|
List<CadDoubleParameter> |
getStartWidth()
Gets or sets the start width.
|
double |
getThickness()
Gets or sets the Thickness
|
void |
setAttribute6(CadStringParameter value)
Gets or sets the attribute6.
|
void |
setAttribute62(CadShortParameter value)
Gets or sets the attribute62.
|
void |
setBugle(List<CadParameter> value)
Gets or sets the bugle.
|
void |
setConstantWidth(double value)
Gets or sets the Constant Width.
|
void |
setCoordinates(List<Cad2DPoint> value)
Gets or sets the coordinates.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setEndWidth(List<CadDoubleParameter> value)
Gets or sets the end width.
|
void |
setFlag(short value)
Gets or sets the flag.
|
void |
setPointCount(int value)
Gets or sets the PointCount
|
void |
setStartWidth(List<CadDoubleParameter> value)
Gets or sets the start width.
|
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 CadLwPolyline()
Initializes a new instance of the CadLwPolyline
class.
public CadShortParameter getAttribute62()
Gets or sets the attribute62.
public void setAttribute62(CadShortParameter value)
Gets or sets the attribute62.
value
- The attribute62.public CadStringParameter getAttribute6()
Gets or sets the attribute6.
public void setAttribute6(CadStringParameter value)
Gets or sets the attribute6.
value
- The attribute6.public List<Cad2DPoint> getCoordinates()
Gets or sets the coordinates.
public void setCoordinates(List<Cad2DPoint> value)
Gets or sets the coordinates.
value
- The coordinates.public double getElevation()
Gets or sets the elevation.
public void setElevation(double value)
Gets or sets the elevation.
value
- The elevation.public double getConstantWidth()
Gets or sets the Constant Width.
public void setConstantWidth(double value)
Gets or sets the Constant Width.
value
- The Constant Width.public List<CadDoubleParameter> getEndWidth()
Gets or sets the end width.
public void setEndWidth(List<CadDoubleParameter> value)
Gets or sets the end width.
value
- The end width.public List<CadParameter> getBugle()
Gets or sets the bugle.
public void setBugle(List<CadParameter> value)
Gets or sets the bugle.
value
- The bugle.public short getFlag()
Gets or sets the flag.
public void setFlag(short value)
Gets or sets the flag.
value
- The flag.public List<CadDoubleParameter> getStartWidth()
Gets or sets the start width.
public void setStartWidth(List<CadDoubleParameter> value)
Gets or sets the start width.
value
- The start width.public double getThickness()
Gets or sets the Thickness
public void setThickness(double value)
Gets or sets the Thickness
value
- The Thickness.public int getPointCount()
Gets or sets the PointCount
public void setPointCount(int value)
Gets or sets the PointCount
value
- The count of points.