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 |
---|---|
List<Double> |
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<Double> |
getEndWidth()
Gets or sets the end width.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
short |
getFlag()
Gets or sets the flag.
|
int |
getPointCount()
Gets or sets the PointCount
|
List<Double> |
getStartWidth()
Gets or sets the start width.
|
double |
getThickness()
Gets or sets the Thickness
|
int |
getTypeName()
Gets the name of the type.
|
List<Integer> |
getVertexIds()
Gets or sets the vertex ids.
|
void |
setBugle(List<Double> 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<Double> value)
Gets or sets the end width.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFlag(short value)
Gets or sets the flag.
|
void |
setPointCount(int value)
Gets or sets the PointCount
|
void |
setStartWidth(List<Double> value)
Gets or sets the start width.
|
void |
setThickness(double value)
Gets or sets the Thickness
|
void |
setVertexIds(List<Integer> value)
Gets or sets the vertex ids.
|
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 CadLwPolyline()
Initializes a new instance of the CadLwPolyline
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public final List<Cad2DPoint> getCoordinates()
Gets or sets the coordinates.
public final void setCoordinates(List<Cad2DPoint> value)
Gets or sets the coordinates.
value
- The coordinates.public final double getElevation()
Gets or sets the elevation.
public final void setElevation(double value)
Gets or sets the elevation.
value
- The elevation.public final double getConstantWidth()
Gets or sets the Constant Width.
public final void setConstantWidth(double value)
Gets or sets the Constant Width.
value
- The Constant Width.public final List<Double> getEndWidth()
Gets or sets the end width.
public final void setEndWidth(List<Double> value)
Gets or sets the end width.
value
- The end width.public final void setBugle(List<Double> value)
Gets or sets the bugle.
value
- The bugle.public final List<Integer> getVertexIds()
Gets or sets the vertex ids.
Value: The vertex ids.public final void setVertexIds(List<Integer> value)
Gets or sets the vertex ids.
Value: The vertex ids.public final short getFlag()
Gets or sets the flag.
public final void setFlag(short value)
Gets or sets the flag.
value
- The flag.public final List<Double> getStartWidth()
Gets or sets the start width.
public final void setStartWidth(List<Double> value)
Gets or sets the start width.
value
- The start width.public final double getThickness()
Gets or sets the Thickness
public final void setThickness(double value)
Gets or sets the Thickness
value
- The Thickness.public final int getPointCount()
Gets or sets the PointCount
public final void setPointCount(int value)
Gets or sets the PointCount
value
- The count of points.