public class CadLine extends CadBaseExtrudedEntity
Class describing Cad line
Constructor and Description |
---|
CadLine()
Initializes a new instance of the
CadLine class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getAttribute6()
Gets or sets the attribute6.
|
CadShortParameter |
getAttribute62()
Gets or sets the attribute62.
|
Cad3DPoint |
getFirstPoint()
Gets or sets the first Point.
|
Cad3DPoint |
getSecondPoint()
Gets or sets the second Point.
|
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 |
setFirstPoint(Cad3DPoint value)
Gets or sets the first Point.
|
void |
setSecondPoint(Cad3DPoint value)
Gets or sets the second Point.
|
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 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 Cad3DPoint getFirstPoint()
Gets or sets the first Point.
public void setFirstPoint(Cad3DPoint value)
Gets or sets the first Point.
value
- The First Point.public Cad3DPoint getSecondPoint()
Gets or sets the second Point.
public void setSecondPoint(Cad3DPoint value)
Gets or sets the second Point.
value
- The Second Point.public double getThickness()
Gets or sets the thickness.
public void setThickness(double value)
Gets or sets the thickness.
value
- The thickness.